
Global Functions
33
fscommand
(command:
String
,
parameters:
String
)
Lets a SWF file communicate with
the Flash Lite player or the
environment for a mobile device
(such as an operating system).
fscommand2
(command:
String
,
parameters:
String
)
Lets the SWF file communicate with
the Flash Lite player or a host
application on a mobile device.
getProperty
(my_mc:
Object
,
property:
Object
) :
Object
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
.
getTimer
() :
Number
Returns the number of milliseconds
that have elapsed since the SWF
file started playing.
getURL
(url:
String
, [window:
String
],
[method:
String
])
Loads a document from a specific
URL into a window or passes
variables to another application at a
defined URL.
getVersion
() :
String
Returns a string containing Flash
Player version and platform
information.
gotoAndPlay
([scene:
String
],
frame:
Object
)
Sends the playhead to the specified
frame in a scene and plays from that
frame.
gotoAndStop
([scene:
String
],
frame:
Object
)
Sends the playhead to the specified
frame in a scene and stops it.
ifFrameLoaded
([scene:
String
],
frame:
Object
, statement(s):
Object
)
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.
Modifiers
Signature
Description
Summary of Contents for Flash Lite 2
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...