User Guide
45
FTPA005 The call to getURL() for
<URL> was ignored
because there was more
than one request per
keypress.
While testing the movie, multiple ActionScript
getURL() commands were called during a
keypress event. Flash Lite for i-mode only
allows one
getURL() command per keypress,
so only the first command is processed – the
others are ignored.
FTPA006 The call to getURL() for
<URL> was ignored
because it was not
associated with a
keypress.
While testing the movie, a
getURL()
ActionScript command was encountered
outside of a keypress event. Flash Lite for i-
mode only allows
getURL() commands to be
handled during a keypress event. Calls to
getURL() outside of a keypress event are
ignored.
FTPA007 getProperty or
setProperty not
supported for: <property
name>
While testing the movie, a
getProperty() or
setProperty() ActionScript command was
encountered for a property that the specified
device’s Flash player does not support. The
command is ignored.
FTPA008 getProperty or
setProperty not fully
supported for: <property
name>
While testing the movie, a
getProperty() or
setProperty() ActionScript command was
encountered for a property that Flash Lite for i-
mode does not completely support. The
command is performed, but the results might
not be as expected.
FTPA009 startDrag() and
stopDrag() are not
supported.
While testing the movie, a
startDrag() or
stopDrag() ActionScript command was
encountered. Flash Lite does not support
these commands and ignores them.
FTPS011 Only a single sound can
be played at a time (no
mixing).
While testing the movie, a sound was started
while another sound was already playing.
Flash Lite does not support sound mixing, so
the first sound is stopped to allow the second
sound to play.
FTPS012 Event sound was ignored
because it was not
associated with a
keypress.
While testing the movie, an event sound was
encountered outside of a keypress event.
Flash Lite for i-mode only allows event sounds
to be handled during keypress events. Event
sounds outside of a keypress event are
ignored.
FTPS013 Text fields are not
selectable.
While testing the movie, an attempt was made
to select a text field. Flash Lite for i-mode does
not support Input text fields – they are
rendered as non-selectable text fields.
FTPS022 ADPCM sounds not
supported.
While testing the movie, an ADPCM sound
was encountered. The specified device’s Flash
Player does not support ADPCM sound
format.
Message Identifier Message Explanation