Log in

View Full Version : client-side flash detection - opening dialog box in FF



georgie_b
02-22-2008, 10:19 AM
Hi clever people, I wondered if someone might be able to tell me what I'm doing wrong (I'm sure it's something daft)?

I've been trying to work on a version of Adobe's Client Side Detection for flash (revision 1.5) which I downloaded from their site and it works fine. But in FireFox it brings up a kind of dialog box which says which version of flash the user is running and you have to press okay to proceed.

Here's the code (http://www.e-clea.com/script/ClientSideDetection.html) I'm trying to use. And here's the screen shot (http://www.e-clea.com/script/javascript_message.gif) of what it's doing.

Can any one have anything that they can think of off the top of their head - I'm afraid that I'm not very good at JavaScript (http://www.e-clea.com/script/AC_OETags.js), so it might be that rather than the flash? Any ideas very gratefully received.

:confused:

BLiZZaRD
02-22-2008, 07:50 PM
Look in the JavaScript file: AC_OETags.js

for this line: alert("flashVer="+flashVer);

delete it.

Should remove the pop up. :)

georgie_b
02-26-2008, 11:01 AM
Thank you so much, that was ideal!