Jim's JavaScript Flash Sniffer Library

This project has moved. It is now hosted on Google Code and a new version has been released there. This page will remain here for a short time, but you should catch up with the new page and new version.

This page demonstrates and documents the JavaScript Flash Sniffer Libary, flashsniffer.js, written by Jim Auldridge.
This page and all code within, either directly or by reference, is copyright © Jim Auldridge 2007. All rights reserved.

This component, known as "Jim's JavaScript Flash Sniffer Library", has been released as open source under a BSD license and is free for all uses personal, commercial, for-profit, not-for-profit, or any other purpose you can think of.

Version 1.0

Change Log:

Demo:

The purpose of this page is to demonstrate the uses and functionality of the Flash Sniffer library. Below this paragraph you will see a box with text in it. This text has been outputted by JavaScript based on information gathered by the Flash Sniffer library.

Code

Below is the code that builds the object and its methods. The code sample is heavily commented for your learning purposes.

To use this code, place it in the HEAD element of your web page. Or download flashsniffer.js and place it on your server, then reference it from the HEAD element of your page as so:
<script type="text/javascript" src="flashsniffer.js"></script>

Contents of flashsniffer.js