Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash content duplicates in Opera and Chrome

Status
Not open for further replies.

phineasnferb

IS-IT--Management
Sep 17, 2009
3
0
0
GB
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="clsid:D27CDB6E-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 most gratefully appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top