View Single Post
10-23-2007, 11:49 PM
#9
danmoore is offline danmoore
Status: I'm new around here
Join date: Oct 2007
Location: Perth, Western Australia
Expertise:
Software:
 
Posts: 18
iTrader: 0 / 0%
 

danmoore is on a distinguished road

  Old

Hi Tracyl,

The page looks good, you might want to remove your <object> tag.
Currently the page is showing your "no flash version" but because you have your <object> flash embed method instead of a JPG for example, it's stilll showing flash.

You currently have an Javascript error on the page as your calling the swfobject javascript in the footer - but because you havn't included the file in your head (like i outlined above - look for the bold tag in my previous code) it's not showing.

so in effect - you need to replace your <object> embed method with a jpg that you want to be shown when the user doesn't have flash. You do also need to download and include the SWFOBJECT javascript file. without that it won't work.

Cheers,
Dan