phineasnferb
IS-IT--Management
Hi, I could really do with some help please ... I'm desperate.
I have a webpage with a flash movie in it. Take a look at rocc.com
It is fine in Firefox and IE but in Opera and Google Chrome, the woman talking in the flash content is duplicated ... yes there are actually 2 of her.
The code I'm using to display the flash is:
<object id="FlashID" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="400">
<param name="movie" value="flash/video.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>--></object>
<object type="application/x-shockwave-flash" data="flash/video.swf" width="150" height="400">
<![endif]<param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="swfversion" value="9.0.45.0" /><param name="expressinstall" value="scripts/expressInstall.swf" /><!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href=" src=" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>--></object>
<!--<![endif]-->
</object>
Any help would be really appreciated.
I have a webpage with a flash movie in it. Take a look at rocc.com
It is fine in Firefox and IE but in Opera and Google Chrome, the woman talking in the flash content is duplicated ... yes there are actually 2 of her.
The code I'm using to display the flash is:
<object id="FlashID" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="400">
<param name="movie" value="flash/video.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>--></object>
<object type="application/x-shockwave-flash" data="flash/video.swf" width="150" height="400">
<![endif]<param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="swfversion" value="9.0.45.0" /><param name="expressinstall" value="scripts/expressInstall.swf" /><!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href=" src=" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>--></object>
<!--<![endif]-->
</object>
Any help would be really appreciated.