[SWFObject] Macs with only flash player 7

Andrew Warwick a at warwicka.co.uk
Wed May 3 09:57:38 PDT 2006


Hi

I'm still having problems with on a macs using flash player 7.

I have this in the <head>

<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>

<script type="text/javascript" src="flashobject.js"></script> 

And this:

<Object>
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js");
} else {
AC_FL_RunContent(
'codebase',
'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versio
n=8,0,0,0',
'width', '960',
'height', '540',
'src', 'Website.swf',
'quality', 'high',
'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'false',
'scale', 'noscale',
'wmode', 'window',
'devicefont', 'false',
'id', 'flash-animations',
'bgcolor', '#ffffff',
'name', 'Website.swf',
'menu', 'false',
'allowScriptAccess','sameDomain',
'movie', 'Website.swf',
'salign', ''
);
}
</script>
<noscript>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=8,0,0,0"
 WIDTH="960" HEIGHT="540" id="RBH" ALIGN="">
 
 <PARAM NAME=movie VALUE="Website.swf">
 <PARAM NAME=quality VALUE=high>
 <PARAM NAME=scale VALUE=noscale>
 <PARAM NAME=salign VALUE=T>
 <PARAM NAME=bgcolor VALUE=#FFFFFF>
 
 <EMBED src="Website.swf" quality=high scale=noscale salign=T
bgcolor=#FFFFFF  WIDTH="960" HEIGHT="540" NAME="RBH" ALIGN=""
 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</noscript>
</Object>

In the body. With the appropriate javascript files in place.
What is normally wrong with macs using flash player 7?

Thanks in advance,
Andrew







More information about the Swfobject mailing list