http://blog.deconcept.com/2007/02/28/swfobject-1-5-released/
Posted 3 months ago
Detect if the Flash Player Version of the System is diferent to the required and show an alert or diferent content to download the Flash Player Required
you define the required version
this movie published Size is 12kb for the efects but can be lower
See Also
Could be an alternative, but this works all over flash, sometimes you have a movies that works well only with the last flash player version, then you can put the flash player detector and in the same movie put the attention message or another movie that works well whit lower version of flash player
Posted 3 months ago
I repeat swfObject; a free Javascript which does all this, even on the fly flash player install if the user has none or a lower version.
Posted 3 months ago
In my opinion this isn’t something that should be sold – it’s very simple to get the same player version detection as shown here. For example, to show the flash player version in the output panel is a simple matter of:
trace(System.capabilities.version);
The System.capabilities.version value always contains the version, and you can incorporate it into if statements as you’d expect. Stop wasting your money!
Posted 3 months ago
yes it is simple, if you know how to do…but if you need it you can choose (learn or buy it)
Posted 3 months ago
hmm if a site needs flash player 9 or higher than you can only see the flash movie if you have that player so you can only see this message if you already have the right player…. or is this just me?
Posted 3 months ago
This is just an example. if you dont have flash player 9 you can see it because is only a preview..to see the efect
Posted 3 months ago
Poorly done.
This only detects major versions of the player. so if i need 9.0.124.0 – but only have 9,0,115,0 – this will not work.
Posted 2 months ago