o0O0o.o0O0o
03-10-2009, 05:53 AM
hi ,
i am using this code to use flash header on my website.
Movie loads fine in IE , CHrome
but in FF
The movie only loads with index.php but when i click on the links on home page (which are joomla articles)
The movie does not load in them
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="900" height='320'>
<param name="movie" value="flash/header2.swf?button=1" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="menu" value="false" />
<!--[if !IE]> <-->
<object data="flash/header2.swf?button=1"
width="900" height="320" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="menu" value="false" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
FAIL (the browser should render some flash content, not this).
</object>
i am using this code to use flash header on my website.
Movie loads fine in IE , CHrome
but in FF
The movie only loads with index.php but when i click on the links on home page (which are joomla articles)
The movie does not load in them
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="900" height='320'>
<param name="movie" value="flash/header2.swf?button=1" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="menu" value="false" />
<!--[if !IE]> <-->
<object data="flash/header2.swf?button=1"
width="900" height="320" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="menu" value="false" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
FAIL (the browser should render some flash content, not this).
</object>