Ask a Question related to Macromedia Flash Player, Design and Development.
-
alphori #1
Firefox & Safari - param name loop not seen?
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">
<param name="loop" value="false">
<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;
alphori Guest
-
firefox & safari swLiveConnect Problem
I'm trying to dynamically resize the flash movie by sending stage height to javascript. It works fine in IE6 but only works occasionally in firefox... -
Flash 9w/Firefox and Safari
I have installed, uninstalled and re-installed several times and I can't display flash images. It says it's installed until I get to a page that... -
Extra Space Displayed in Safari, Firefox 1.5
I'm using Dreamweaver MX (6.0), and I am finding that a table I've created displays with extra space between the rows, in Safari and in the newest... -
Browser check for Safari and Firefox
Does anyone know where I can find an extension to enable a page to check for above browsers and then redirect if either are detected? Or, does any... -
To All Macintosh Users: IE Mac or Safari or Firefox?
To all Mac users: Which browser are you using? IE Mac 5.23 Safari Firefox Is anyone still using IE Mac 5.23 considering the Microsoft... -
alphori #2
Re: Firefox & Safari - param name loop not seen?
although i believe it should work with html somehow
the simple solution is to build in a stop action into the flash movie [ stop(); ] :tounge;
alphori Guest
-
Jeckyl #3
Re: Firefox & Safari - param name loop not seen?
loop and play param/attrib are buggy .. NEVER use them
--
Jeckyl
Jeckyl Guest



Reply With Quote

