Hi,
Does anyone have any ideas what I am doing wrong trying to get a simple flash movie to play.
It works fine in front page. I have cut and pasted the following html code into ACT_BrochurePrimary and nothing happens
<table width="150">
<tr>
<td><div align="center">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="500">
<param name="movie" value="WEB%20SIDE%20UK.swf">
<param name="quality" value="high">
<embed src="WEB%20SIDE%20UK.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="500"></embed>
</object>
</div></td>
</tr>
</table>
Anyone have any ideas?
Many thanks,
Dave
Does anyone have any ideas what I am doing wrong trying to get a simple flash movie to play.
It works fine in front page. I have cut and pasted the following html code into ACT_BrochurePrimary and nothing happens
<table width="150">
<tr>
<td><div align="center">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="500">
<param name="movie" value="WEB%20SIDE%20UK.swf">
<param name="quality" value="high">
<embed src="WEB%20SIDE%20UK.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="500"></embed>
</object>
</div></td>
</tr>
</table>
Anyone have any ideas?
Many thanks,
Dave
Comment