Detect flash plugin using flash

Page 1 of 1
Perlaki
This user is yet to take control of their account and provide a biography. If you are the author of this article, please contact us via support AT actionscript DOT org.
View all articles by PerlakiDifficulty Level: Beginner
Requirements: Flash 4 Download FLA
This tutorial allows you to detect if a user has the Flash player installed, but will not determine which version of the player it is. This method is suitable when you simply need FLash 4 or higher support. The idea behind this method of Flash detection is simple
We have 2 html pages index.html and mainpage.html
index.html has a flash movie that has the following code:
getURL ("mainpage.html");
Download an example here
Spread The Word
Related Articles
1 Response to "Detect flash plugin using flash" 
|
said this on 01 May 2009 10:43:02 AM CST
This script would be more
var filename getURL(filename + ".htm" Then you can referenc |


Author/Admin)