Page is a not externally linkable
myrrh - 3:51 am on May 5, 2010 (gmt 0)
I tried SWFObject but could not get it to work.
Here is what I did:
In the head:
<script type="text/javascript" src="/js/swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("amy_video", "9.0.115");
</script>
and in the body:
<object id="amy_video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="486" height="412">
<param name="movie" value="http://example.com/services/player/bcpid1418565565?bctid=14883517001" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="http://example.com/services/player/bcpid1418565565?bctid=14883517001" width="486" height="412">
<!--<![endif]-->
<p>Alternative content</p>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
The video does not play. I have uploaded the js file.
What did I do wrong?