;

PDA

Click to See Complete Forum and Search --> : flash detect no longer works on new server


nickholl
11-09-2007, 05:32 PM
Hi - since adding my site to a new server- the flash detect no longer seems to work :(

After looking at the source (from within the browser) it displays as one long line and it made me wonder if the file was named and coded as necessary and perhaps the new server was being a little fussy

The page is http://www.contrastmedia.co.uk/site2007/index.html would any body be able to spot any obvious mistakes?

many thanks for any help!
N

sticks464
11-10-2007, 02:00 AM
You have this line of code, where the "9" means a user must have version 9 of the flash player or they must follow the link and download and install the newest version. Change the "9" to "6" and it will work unless a user does not have a flash player at all. var so = new SWFObject("contrastmedia.swf", "flashwebsite", "100%", "100%", "9", "#FFFFFF");