gurugordon
unread,Feb 26, 2008, 12:32:41 PM2/26/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SWFObject
Hi Guys
I'm hoping that someone can help out with the following. I've
installed FlowPlayer on a page on our site, and had it working fine.
Now I want to take the next step and upgrade to swfobject.js based
scripting. I've used 2.0 generator for my basic script - see
generated .<head> script below.
.<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<script type="text/javascript" src="/flowplayer/swfobject.js"></
script>
<script type="text/javascript">
swfobject.registerObject("myFlashContent", "9.0.0");
</script>
</head>
Howwever, when I run the page in Firefox, Firebug reports an error -
"swfobject is not defined". I have tried both relative and absolute
links to the swfobject.js file to no avail. I am sure that this is
down to
something extremely stupid on my part, but can anyone point me in the
right direction?
Gordon