Forum Moderators: travelin cat

Message Too Old, No Replies

Flash Fix for FF 3.0.6 on Mac OSX 10.5

         

tonynoriega

6:45 pm on Mar 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



im trying to figure out how to fix a problem displaying flash on FF on a Mac OSX...

it works fine on IE, FF on a PC, but not mac...

anyone?

travelin cat

6:54 pm on Mar 4, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



What kind of problems are you having? Can you see videos at YouTube?

I'm on OSX 10.5.6 with FF 3.06 and have no problems.

You may want to get the most recent plug in from Adobe [get.adobe.com].

tonynoriega

8:00 pm on Mar 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



maybe its the way i have my flash object implemented

this was the only way i could get it xhtml validated on my site:


<div id="flash-header">
<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="bluecruiseidaho"
width="800" height="175">

<param name="movie" value="bluecruiseidaho.swf" />
<param name="bgcolor" value="#FFFFFF" />
<param name="quality" value="high" />
<param name="allowscriptaccess" value="samedomain" />

</object>
</div><!-- end flash header -->