PDA

View Full Version : swfobject and flashplayer



Icy Penguin
January 19th, 2007, 02:08 AM
hey all,

developing this site (http://weldco.ca) for a client.

everything seemed to be working, but he said he showed it to two clients today and that my flash content didn't show up (the header and nav).

I'm using the .swfobject (so I can put content 'behind' the flash) - so when the flash doesnt show up, the normal content does.

the only reason i could think of it is that the two users didn't have the latest flash player version installed - but I'm kind of skeptical of that. Is there any other reason?

Thanks,
I.P.

simplistik
January 19th, 2007, 10:32 AM
either the incorrect version or he had javascript disabled... both those reasons will give you the content prior to the object include.

Icy Penguin
January 19th, 2007, 10:44 PM
Great, thanks.

So what do I do if a user has Javascript disabled?

brndn
January 20th, 2007, 02:51 AM
<noscript>
//your alternative solution here
</noscript>

or something like that:cyclops: