check if flash lugins is install

Discussion in 'PHP' started by gigamike, May 13, 2008.

  1. #1
    Guys,

    Is it possible in that we can detect if the user's browser has flash plugins. If i detect that it doesnt have, ill redirect to other page, something like that.

    Thanks,

    Mike
     
    gigamike, May 13, 2008 IP
  2. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #2
    If you have ever used flash, just make a blank flash file and put this actionscript on the first frame.
    getURL("http://www.google.com");
    Code (markup):
    and just repalce that url with the url you wish to direct to if they DO have flash installed.
     
    crath, May 13, 2008 IP
  3. tomazinis

    tomazinis Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    tomazinis, May 14, 2008 IP