Extending Flash |
|
|
|
| Objects > flash object (fl) > fl.version | |||
Flash MX 2004.
fl.version
Read-only property; the long string version of the Flash authoring tool, including platform.
The following example displays the version of the Flash authoring tool in the Output panel:
alert(fl.version); // For example, WIN 9,0,0,375
|
|
|
|