I'm not that much of a flash guru and cant seem to figure out why this is occurring. I'm used to having issues with IE but this time its Firefox. I'm using swftools for Flash handling and have created the nodes using SWF Tools filter.

The flash movies uses a xml file to load a series of images, setting the variables for speed, transition types and styles.

Embedding Method
SWFObject 2 - JavaScript

Add JavaScript to all pages - selected

Flash version: 9

This is the code that's rendered in Firefox

<object id="swf12668699971" height="369" width="725" type="application/x-shockwave-flash" data="http://www.websitedomainhere.com/sites/default/files/flash/DJ_MC_splash.swf">
<param name="swliveconnect" value="default"/>
<param name="play" value="true"/>
<param name="loop" value="true"/>
<param name="menu" value="true"/>
<param name="quality" value="autohigh"/>
<param name="scale" value="noborder"/>
<param name="align" value="l"/>
<param name="salign" value="tl"/>
<param name="wmode" value="transparent"/>
<param name="bgcolor" value="#214C9"/>
<param name="version" value="9"/>
<param name="allowfullscreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<param name="width" value="725"/>
<param name="height" value="369"/>
<param name="base" value="http://www.websitedomainhere.com/sites/default/files/"/>
<param name="src" value="http://www.websitedomainhere.com/sites/default/files/flash/DJ_MC_splash.swf"/>
<param name="flashvars" value="xml_file=sites/default/files/flash/DJ_MC_splash.xml&width=725&height=369"/>
</object>

This is the IE code

<OBJECT id=swf12668701871 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 width=725 height=369>
  <PARAM NAME="_cx" VALUE="19182">
  <PARAM NAME="_cy" VALUE="9763">
  <PARAM NAME="FlashVars" VALUE="">
  <PARAM NAME="Movie" VALUE="http://websitedomainhere.com/sites/default/files/flash/photo_video_splash.swf">
  <PARAM NAME="Src" VALUE="http://websitedomainhere.com/sites/default/files/flash/photo_video_splash.swf">
  <PARAM NAME="WMode" VALUE="Transparent">
  <PARAM NAME="Play" VALUE="0">
  <PARAM NAME="Loop" VALUE="-1">
  <PARAM NAME="Quality" VALUE="AutoHigh">
  <PARAM NAME="SAlign" VALUE="LT">
  <PARAM NAME="Menu" VALUE="-1">
  <PARAM NAME="Base" VALUE="http://websitedomainhere.com/sites/default/files/">
  <PARAM NAME="AllowScriptAccess" VALUE="always">
  <PARAM NAME="Scale" VALUE="NoBorder">
  <PARAM NAME="DeviceFont" VALUE="0">
  <PARAM NAME="EmbedMovie" VALUE="0">
  <PARAM NAME="BGColor" VALUE="214C90">
  <PARAM NAME="SWRemote" VALUE="">
  <PARAM NAME="MovieData" VALUE="">
  <PARAM NAME="SeamlessTabbing" VALUE="1">
  <PARAM NAME="Profile" VALUE="0">
  <PARAM NAME="ProfileAddress" VALUE="">
  <PARAM NAME="ProfilePort" VALUE="0">
  <PARAM NAME="AllowNetworking" VALUE="all">
  <PARAM NAME="AllowFullScreen" VALUE="true">
</OBJECT>

All/Any help appreciated

Comments

chilledweb’s picture

Safari is a lot more sensitive to problems in embedded object code than most other browsers.
Check for any errors in the paths to your SWF files.

Our advice is to add the following and ensure the paths match in every detail:

<param name="movie" value="xxx"/>
<embed src="xxx"/>

Good luck and we hope that helps.

The ChilledWeb.com team.