Important Information for Flash on Nokia 9200 and Other Standalone Players

This example of the Flash Version Detector, designed for Flash Player on Nokia 9200, detects the version of the user's standalone Flash player. The developer can configure the version detector to take the appropriate action based on its findings: either show a frame containing Macromedia Flash content or see an alternate frame, usually used to guide the user to upgrade their player.

Standalone Player Example Description
This file demonstrates the behavior and user choices of the Macromedia Flash Detection Kit for Nokia 9200 and other standalone players. This file is an example of how to edit the ActionScript in the Macromedia Flash Detection Kit to control the behavior of the detection scheme.

The file "standalone_player_detection.fla" has ActionScript code on frame one of the movie.

The following variables can be changed to control the behavior of the detection scheme. All of these are explained in ActionScript comments as well.

noFlashContentFrame the frame that the visitor should be sent to if they do not have the required version of Flash.
example: noFlashContentFrame="upgrade_flash";

flashContentFrame the URL that the visitor should be sent to if they do not have the required version of Flash.
example: flashContentFrame="flash_content";

contentVersion The required player version necessary to view the content.
example: contentVersion=5;

contentMajorRevision The 'dot' release of the player necessary to view the content.
example: contentMajorRevision=0;

contentMinorRevision The revision number of the player necessary to view the content.
example: contentMinorRevision=90;

Installation Instructions
The example code should be pasted into the first frame of your movie, before any other code.