MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 33

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Signature
fscommand(command:String,
parameters:String)
fscommand2(command:String,
parameters:String)
getProperty(my_mc:Object,
property:Object) :
getTimer() :
getURL(url:String, [window:String],
[method:String])
getVersion() :
gotoAndPlay([scene:String],
frame:Object)
gotoAndStop([scene:String],
frame:Object)
ifFrameLoaded([scene:String],
frame:Object, statement(s):Object)
Object
Number
String
Description
Lets a SWF file communicate with
the Flash Lite player or the
environment for a mobile device
(such as an operating system).
Lets the SWF file communicate with
the Flash Lite player or a host
application on a mobile device.
Deprecated since Flash Player 5.
This function was deprecated in
favor of the dot syntax, which was
introduced in Flash Player 5.
Returns the value of the specified
property for the movie clip my_mc.
Returns the number of milliseconds
that have elapsed since the SWF
file started playing.
Loads a document from a specific
URL into a window or passes
variables to another application at a
defined URL.
Returns a string containing Flash
Player version and platform
information.
Sends the playhead to the specified
frame in a scene and plays from that
frame.
Sends the playhead to the specified
frame in a scene and stops it.
Deprecated since Flash Player 5.
This function has been deprecated.
Macromedia recommends that you
use the
MovieClip._framesloaded
property.
Checks whether the contents of a
specific frame are available locally.
Global Functions
33

Advertisement

Table of Contents
loading

Table of Contents