Hi, I am not sure where exactly I should post this but I have been trying to
populate a list of videos in a repeat region in Dreamweaver. This is working
just fine but when I try to use a "Go To Detail" page server behaviour and have
the chosen (clicked on thumbnail) play on the page I get a "Movie not loaded"
can someone point me in the right direction? The ASP page along with the video
and flash files are all in the same directory. Do I have to make this all one
Flash file? I see "You Tube" and there icons apear to be just JPEGS which load
on the "watch" page and they work just fine. That is the same type of feel I am
trying to acheinve. Here is my link code: Any ideas would be appreciated. If
anyone knows of a tutorial out there that I should read through that would be
great too.
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=7,0,19,0" width="325" height="280" title="Toyo Tire Spring Rebate Event">
<param name="movie"
value="<%=(VideoPlaying.Fields.Item("mv_link").Value)%>" />
<param name="quality" value="high" />
<embed src="<%=(VideoPlaying.Fields.Item("mv_link").Value)%>"
quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="325" height="280"></embed>
</object>