Forum Moderators: open

Message Too Old, No Replies

Flash & Firefox

         

northshore

1:27 pm on Jul 17, 2005 (gmt 0)

10+ Year Member



For some reason the following code doesn't seem to work in Firefox - any ideas? I'm new to flash..
This code allows the flash file to load last on the page...

<BODY onLoad="MM_controlShockwave('title','','Play')">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="title" width="438" height="86" id="title">
<param name="movie" value="images/title.swf">
<param name="quality" value="high"><param name="LOOP" value="false"><param name="PLAY" value="false">
<embed src="images/title.swf" width="438" height="86" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="title" swliveconnect="true" play="false"></embed>
</object>

Thank-you!
Northshore

Richard_N

2:44 pm on Jul 17, 2005 (gmt 0)



why have you got the body onLoad stuff? you dont need it.

northshore

7:50 pm on Jul 17, 2005 (gmt 0)

10+ Year Member



Hi,
I'm no expert - but i want the flash to load LAST on the page after all the gifs are loaded - since the flash blends into the gifs and it looks weird with a flash moving going and ajoining images not fully loaded - more noticable with dialup.. so I think the onload event - loads flash last - although correct me if i'm wrong...

Richard_N

6:39 am on Jul 18, 2005 (gmt 0)



I prsume you have actually downloaded the flash plugin for firefox? If you installed firefox after flash (for ie) you may need to install it again.