Hi all,
One of our company's suppliers has provided a Flash movie regarding one of their new products for us to add to our website. On designing the page for the movie to go onto, I created a table, gave it title, logo, etc and tried to add the movie as an object into one of the table cells.
Here is my code:
In the <head> section:
CODE
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("esign", "7")
</script>
And in the <body> section where I would like the movie to display:
CODE
<td>
<object id="esign" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="575">
<param name="movie" value="../images/esignanywhere.swf" />
<object type="x-shockwave-flash" data="../images/esignanywhere.swf" width="800" height="575">
<p>You must have Flash v7.0 or higher to view this movie</p>
</object>
</object>
</td>
I followed instructions given at code.google.com for this, written by one of the guys who came up with swfobject (apparently).
Can anyone shed any light on why this is not working please?
Thanks,
Bort