Results 1 to 3 of 3

Thread: client-side flash detection - opening dialog box in FF

  1. #1
    Join Date
    Sep 2007
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default client-side flash detection - opening dialog box in FF

    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 I'm trying to use. And here's the screen shot 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, so it might be that rather than the flash? Any ideas very gratefully received.


  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Look in the JavaScript file: AC_OETags.js

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

    delete it.

    Should remove the pop up.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    georgie_b (02-26-2008)

  4. #3
    Join Date
    Sep 2007
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much, that was ideal!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •