MACROMEDIA FLASH MX 2004 - FLASH LITE AUTHORING GUIDELINES FOR THE I-MODE SERVICE Manuallines page 31

Flash lite authoring guidelines for the i-mode service by ntt docomo
Table of Contents

Advertisement

Action Name
fscommand()
ge (string greater than
or equal)
getProperty()
getTimer()
getURL()
gotoAndPlay()
gotoAndStop()
gt (string greater than) Comparison operator; returns true if the string
Description
Action; allows the Flash movie to communicate with the
program hosting Flash Lite.
Comparison operator; returns true if the string
representation for expression1 is greater than or equal to
the string representation for expression2; otherwise,
returns false. This action is string specific.
The following examples illustrate true and false results for
the ge operator:
x ="Amy";
y="Fred";
x ge y;
// false
x ge "Amy";
// true
y ge x;
// true
Function; returns the value of the specified property for
the movie clip instance.
Function; returns the number of milliseconds that have
elapsed since the movie started playing.
Action; loads a document from a specific URL into a
window or passes variables to another application at a
defined URL. When sending variables, specify whether
to load variables using a GET or POST method. GET
appends the variables to the end of the URL, and is used
for small numbers of variables. POST sends the variables
in a separate HTTP header and is used for long strings of
variables.
Action; sends the playhead to the specified frame in a
scene and plays from that frame. If a scene is not
specified, the playhead goes to the specified frame in the
current scene.
Action; sends the playhead to the specified frame in a
scene and stops it. If no scene is specified, the playhead
is sent to the frame in the current scene.
representation for expression1 is greater than the string
representation for expression2; otherwise, returns false.
This action is string specific.
Support
Not supported
Fully supported
Partially
supported. Not all
properties are
supported - see
Appendix B,
"Supported
Properties,"
on page
37.
Fully supported
Partially
supported. The
URL protocols
http, https, mailto,
and tel are
supported, once
per event action.
Fully supported
Fully supported
Fully supported
31

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - FLASH LITE AUTHORING GUIDELINES FOR THE I-MODE SERVICE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx professional 2004

Table of Contents