Groups | Blog | Home
all groups > macromedia players flash > august 2006 >

macromedia players flash : Firefox & Safari - param name loop not seen?


alphori
8/14/2006 11:14:25 PM
Help,

Can't figure out why the param name tag loop value = false is not seen in
Firefox and Safari; MS IE no problem
I added the follow code in my html to have no loping on the flash movie
(logo.swf); .. it only works for MSIE , while Firefox and Safari doesn't seem
to see the param name , any clue ?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="540" height="40">
<param name="movie" value="images/logo.swf">
<param name="quality" value="high">
[b]<param name="loop" value="false">[/b]
<embed src="images/logo.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="540" height="40"></embed>
</object>

I also tried this with all param's including the closing code </param> , no go
either :mad;
Jeckyl
8/15/2006 12:00:00 AM
loop and play param/attrib are buggy .. NEVER use them
--
Jeckyl

alphori
8/15/2006 1:16:57 AM
although i believe it should work with html somehow
AddThis Social Bookmark Button