32
Appendix A: Supported ActionScript
if
Action; evaluates a condition to determine the next
action in a movie. If the condition is true, Flash runs the
statements that follow.
Fully supported
ifFrameLoaded()
Action; checks whether the contents of a specific frame
are available locally. Use ifFrameLoaded to start playing
a simple animation while the rest of the movie downloads
Fully supported
int()
Function; converts a decimal number to the closest
integer value.
Fully supported
le (string less than or
equal)
Comparison operator; returns true if the string
representation for expression1 is less 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 le operator:
x =”Amy”;
y=”Fred”;
y le x;
// false
x le “Amy”;
// true
x le y;
// true
Fully supported
length()
String function; returns the length of the specified string
or variable name.
Fully supported
loadMovie()
Action; plays additional movies without closing Flash
Lite. Normally, Flash Lite displays a single Flash movie
(SWF file) and then closes. The loadMovie() action lets
you display several movies at once or switch between
movies without loading another HTML document.
Not supported
loadMovieNum()
Action; loads a SWF into a level in Flash Lite while the
originally loaded movie is playing.
Not supported
loadVariables()
Action; reads data from an external file, such as a text file
or text generated by a CGI script, Active Server Pages
(ASP), or Personal Home Page (PHP), and sets the
values for variables in a movie or movie clip.
Not supported
loadVariablesNum()
Action; reads data from an external file, such as a text file
or text generated by a CGI script, Active Server Pages
(ASP), or PHP, or Perl script, and sets the values for
variables in a Flash Lite level.
Not supported
Action Name
Description
Support
Содержание FLASH MX 2004 - FLASH LITE AUTHORING GUIDELINES FOR THE I-MODE SERVICE
Страница 1: ...Flash Lite Authoring Guidelines for the i mode Service by NTT DoCoMo...
Страница 4: ...4 Contents...
Страница 6: ...6 Chapter 1 Introduction...
Страница 24: ...24 Chapter 4 Testing Content...
Страница 36: ...36 Appendix A Supported ActionScript...
Страница 40: ...40 Appendix B Supported Properties...
Страница 48: ...48 Appendix D References...