Knowledge Base |
TxEff AS3.0
(views: 38153)
TxEff is a AS3.0 Flash Component especially developed for web designers that need to include text animations within their Flash movies in a fast and reliable manner.
Flash player version with AS3
(2008-01-18 - views: 26476)
Q: How can I detect the version of Flash player into which my clip is playing, using ActionScript 3.0 code ?
A: ActionScript 3 has a class called Capabilities that has a read-only parameter, version. This parameter is a String containing the platform type, the major version, the minor version, the build number and the internal build number of the currently installed Flash player. From there is simple ActionScript code that splits the resulting String into the required information. This example does just that.
Files: PlayerVersion_AS3.zip
Files: PlayerVersion_AS3.zip