User Guide
Table Of Contents

19
FTPE013 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.
FTPA002 FSCommand is ignored. While testing the movie, a
FSCommand
ActionScript command was encountered. This
command is not supported by the specified
device’s Flash Player and will be ignored.
FTPA003 loadVariables is ignored. While testing the movie, a
loadVariables
ActionScript command was encountered. This
command is not supported by the specified
device’s Flash Player and will be ignored.
FTPA004 loadMovie is ignored. While testing the movie, a
loadMovie
ActionScript command was encountered. This
command is not supported by the specified
device’s Flash Player and will be ignored.
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. The specified device’s Flash
Player only allows one getURL command per
keypress, so only the first command will be
processed – the others will be 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. The specified device’s Flash
Player only allows
getURL commands to be
handled during a keypress event. Calls to
getURL outside of a keypress event will be
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 is not
supported by the specified device’s Flash
Player. The command will be 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 is not
supported by the specified device’s Flash
Player. The command will be 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. These commands are not
supported by Flash Lite and will be ignored.
Message Identifier Message Explanation