Question
asp+flash+db
i’m using a db access and i added a field call
“link_swf” where i wrote the url linking to a swf file,
different for each record of the db(movie1.swf, movie2.swf etc.)
In my asp page I inserted a flash movie that I setup like this:
<embed src="top100/<%=link_swf%>" width="195" height="250" quality="high"
“top100” is the folder where I saved all my swf files and “link_swf “ it’s the name of db record
when I call my asp page the flash file is not loaded properly! What’s wrong?
If I call the flash file externally everything works perfectly
Could you help me?
Ale

In my asp page I inserted a flash movie that I setup like this:
<embed src="top100/<%=link_swf%>" width="195" height="250" quality="high"
“top100” is the folder where I saved all my swf files and “link_swf “ it’s the name of db record
when I call my asp page the flash file is not loaded properly! What’s wrong?
If I call the flash file externally everything works perfectly
Could you help me?
Ale
