Hi
I'm having trouble trying to embed my flash file in a fragment. It seems to work in preview but not online!! I've trawled through the previous posts and have tried tweeking as suggested but with no joy!!!
I've copied the code from adobe.com and only changed the height/width and swf name. I'm at a loss to understand why it's not working.
The code I'm using is as follows:
This piece of code has been embedded into a fragment.
Any ideas as to why it's not working would be highly appreciated.
Thanks in anticipation
Michael
I'm having trouble trying to embed my flash file in a fragment. It seems to work in preview but not online!! I've trawled through the previous posts and have tried tweeking as suggested but with no joy!!!
I've copied the code from adobe.com and only changed the height/width and swf name. I'm at a loss to understand why it's not working.
The code I'm using is as follows:
!!<
<table align="center">
<td>
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="350" HEIGHT="300" id="myMovieName"><PARAM NAME=movie VALUE="../images/ckRange.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="../images/ckRange.swf" quality=high bgcolor=#FFFFFF WIDTH="350" HEIGHT="300"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
</td>
</table>
>!!
<table align="center">
<td>
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="350" HEIGHT="300" id="myMovieName"><PARAM NAME=movie VALUE="../images/ckRange.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="../images/ckRange.swf" quality=high bgcolor=#FFFFFF WIDTH="350" HEIGHT="300"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
</td>
</table>
>!!
Any ideas as to why it's not working would be highly appreciated.
Thanks in anticipation
Michael
Comment