• home
  • forum
  • my
  • kt
  • download
  • Detecting The Flash Plugin Without JS

    Author: 2007-06-14 10:39:12 From:

    Originally, to detect the Flash Plugin, it took complex JavaScript which took ages to code. This didn't always work because not all browsers are JavaScript enabled. This tutorial explores a way to detect if someone viewing a webpage has the plugin, using Flash itself.

    Check it out the sniffer in action here.

    How it works

    For this to work, the index.html file (default file) must include two main things:

    1. An HTML Meta Tag
    2. A small Flash file
    The Meta Tag

    The meta tag refreshes the HTML file after a certain number of seconds, and goes to the non_flash file. Here is the coding:

    <META HTTP-EQUIV="Refresh" CONTENT="seconds_until_refresh; URL=non_flash_url">
    

    This is placed in the head of the document.

    Note: Make sure you do not change any of the coding (ie quotation marks etc) except for the number of seconds (replace seconds_until_refresh), 5-10 is a good amount, and the next URL (replace non_flash_url). If you change anything else, it may not work

    The aim of this flash file is to send the user to the flash version of the site when it loads. If the user does not have the Flash Plugin then obviously it won't work and the meta tag will take over and go to the non-flash site. In a new flash file, edit the size of the movie (Ctrl+M or Modify>Movie). Change the width and height both to 18, the smallest possible size.

    In the first frame, in the actions tab, add:

    Get URL ("url_for_the_flash_file")
    

    Place the SWF file into the same document as the meta tag and save as the default file (index.html) and voila, a fail-safe Flash Plugin detector.

    Whichever version of Flash you design the .swf file in, will be the lowest version required to view your Flash site. Too easy!!!

    » Level Intermediate

    Added: : 2000-09-15
    Rating: 9.12 Votes: 325
    Hits: 10966
    » Author
    Arran Schlosberg is a web site & graphics designer, designing Flash movies for use in web sites, multimedia presentations & advertisments. He also designs company logos & static graphics, using Flash, Photoshop & Generator.
    » Download
    Download the files used in this tutorial.
    Download (20 kb)

    discuss this topic to forum

    relation tutorial

    No relevant information

    Category

      3D (20)
      Math Physics (14)
      3rd Party (5)
      Navigation (60)
      Actionscripting (26)
      Optimization (16)
      Animation (32)
      Projector (9)
      Audio (46)
      Special Effects (112)
      Backend (25)
      Text Effects (65)
      Drawing (18)
      Tips and Techniques (41)
      Dynamic Content (25)
      Tricks (6)
      Games (66)
      Utilities (19)
      Getting Started (71)
      Video (10)
      Interactivity (21)
      Web Design (22)

    New

    Hot