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

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

Advertisement

The
function can only be called once per keypress, and can only be used for the
getURL()
,
,
http
mailto
https
block is executed; all subsequent
A button action can be assigned to launch an e-mail composition window with the address,
subject, and body text fields already populated. There are two methods to do this. Method 1
can be used for either Shift-JIS or English character encoding, while method 2 only supports
English character encoding.
Method 1
Set variables for each of the desired parameters, for example:
on (release, keyPress "#") {
subject = "email subject";
body = "email body";
getURL("mailto:somebody@anywhere.com", "", "GET");
}
Method 2
Define each parameter within the getURL action, for example:
on (release, keyPress "#"){
getURL("mailto:somebody@anywhere.com?subject=email subject&body=email
body");
}
Key events can only be attached to the keys 0-9, #, *, and the Enter key.
The
loadMovie()
functions are not supported.
The
and
MaxScroll
Sound functionality is limited to event sound. An event sound can only be triggered to play
when it is attached to a keypress event. Only the first event sound in a keypress statement block
is played, and all other subsequent sounds in the same block are ignored.
There is no synchronized audio, so the
The range of valid integer numbers that can be represented is -2,147,483,648 to
2,147,483,647.
Math functions are not natively supported. In Flash Lite, the methods and properties of the
Math object are emulated using approximations and may not be as accurate as the non-
emulated math functions supported in Flash Player 5 and above.
The following Math functions can only be used with constants, not variables:
,
Math.asin()
Math.atan()
The
property is not supported.
_url
The
and
Number()
Note: Flash 4 ActionScript does not support arrays. However, they can be emulated using the
eval() function. For more information, see Macromedia TechNote 14219, "How to use Eval to
emulate an array," at www.macromedia.com/go/flash_support (English) or
www.macromedia.com/go/flash_support_jp (Japanese).
ActionScript commands that are not recognized are ignored. For a detailed listing of supported
ActionScript and properties, see Appendix A:
Appendix B:
"Supported Properties" on page
and
protocols. Only the first
tel
getURL()
,
,
loadVariables()
text-scrolling properties are not supported.
Scroll
_soundBuffTime
,
Math.atan2()
functions are not supported.
String()
getURL()
calls in the same block are ignored.
, and
loadMovieNum()
property is not supported.
,
,
Math.cos()
Math.pow()
"Supported ActionScript" on page 25
37.
ActionScript and properties
call in a keypress statement
loadVariablesNum()
Math.acos()
, and
Math.tan()
and
,
.
9

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

This manual is also suitable for:

Flash mx professional 2004

Table of Contents