Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Movie Embed Plays Intermittently

Status
Not open for further replies.

BiggyRat

Technical User
Dec 17, 2006
56
US
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:

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
 
Doesn't seem to play at all.

Why have you got a dot in your filenames? moon.wav_studios.htm and Moon.Wav_MusicMedia.swf ? Try replacing the dots with underscore or just close it up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top