jeddi
09-06-2006, 09:22 AM
Actually its not a basic image, its a flash file.
I noticed that in IE, if I call my script with a form action
then it all works fine, my script includes:
<div class="box1" style='position:absolute; left:0px; top:0px'>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="900" HEIGHT="120" id="flashtest1" ALIGN="">
<PARAM NAME=movie VALUE="flashtest1.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="<?php echo $yol ?>flashtest1.swf" loop=false quality=high bgcolor=#000000 WIDTH="900" HEIGHT="120" NAME="flashtest1" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</div>
But when it is call with a hyperlink, an href - then I get an error on my page, the flash doesn't play and my other links dont work. :mad:
Any ideas why this is and how I can fix it ?
Of course, it works fine in Moz FF !
Many thanks.
I noticed that in IE, if I call my script with a form action
then it all works fine, my script includes:
<div class="box1" style='position:absolute; left:0px; top:0px'>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="900" HEIGHT="120" id="flashtest1" ALIGN="">
<PARAM NAME=movie VALUE="flashtest1.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="<?php echo $yol ?>flashtest1.swf" loop=false quality=high bgcolor=#000000 WIDTH="900" HEIGHT="120" NAME="flashtest1" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</div>
But when it is call with a hyperlink, an href - then I get an error on my page, the flash doesn't play and my other links dont work. :mad:
Any ideas why this is and how I can fix it ?
Of course, it works fine in Moz FF !
Many thanks.