OK...
I used Dreamweaver MX 2004 to imbed a flash movie in a page I designed. It's in a layer; & the code is as follows:
When I go to the page (which is still under construction)...the movie starts after a pause & then plays intermittently (plays for a bit; & then stops...then plays...then stops, & so on.)
Check it out (& see if it does the same for the members here):
What am I doing wrong?
Thanks,
Biggy Rat
I used Dreamweaver MX 2004 to imbed a flash movie in a page I designed. It's in a layer; & the code is as follows:
Code:
<div id="Layer3" style="position:absolute; left:0px; top:100px; width:320px; height:240px; z-index:3"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"[/URL] width="320" height="240"> <param name="movie" value="Moon.Wav_MusicMedia.swf"> <param name="quality" value="high"> <embed src="Moon.Wav_MusicMedia.swf" quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] type="application/x-shockwave-flash" width="320" height="240"></embed> </object></div>
When I go to the page (which is still under construction)...the movie starts after a pause & then plays intermittently (plays for a bit; & then stops...then plays...then stops, & so on.)
Check it out (& see if it does the same for the members here):
What am I doing wrong?
Thanks,
Biggy Rat