Forum Moderators: open

Message Too Old, No Replies

Ho w can I make this movie load last?

         

kslnor

6:46 pm on Nov 24, 2006 (gmt 0)

10+ Year Member



I have a short flash movie (actually used Swish to create it) that plays before my page has completely loaded. Any ideas how I can make it so the movie plays after the page finishes loading? Here is the movie's code:

<center>
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="Movie32"
width="660" height="111"
>
<param name="movie" value="Movie32.swf">
<param name="bgcolor" value="#400000">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="Movie32"
width="660" height="111"
src="Movie32.swf"
bgcolor="#400000"
quality="high"
swliveconnect="true"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</center>