Swfobject.js issue

Hi Everybody,
This better be simple, I’ve used this loads of time on other sites and for some reason it wont load the swf movie into the the Div called flash.

Here is a link to my page.

http://bit.ly/5LOaKW

Its the main pic that you can see ( the pic is alternate content).

If anybody can see the error, please let me know.

Thanks in advance.

Move the script to the end of the document before the closing </body> tag. The elements don’t exist at the time that script is loaded by the browser.
class=“flash” will need to be id=“flash” for the script to pick it up too.

Thanks Mark, oh thats such a dumb mistake!!! :frowning:

No problemo :slight_smile: