User Guide

108 Warning and Error Messages (Flash Professional Only)
FTPA004 loadMovie is ignored. The emulator detected a loadMovie()
function call, which is not supported
by the selected test device and
content type. No modifications are
made to the device-specific SWF
file—this is just a warning.
FTPA005 The call to GetURL for URL was
ignored because there was more
than one request per keypress.
Flash Lite allows only one
getURL()
function call per keypress; the
emulator detected that there was
more than one
getURL() 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.
The currently selected test device and
content type process only
getURL()
function calls that result from users
pressing a key on their device. The
emulator detected that your
application made a call to
getURL()
that wasn’t associated with a
keypress.
FTPA007 getProperty or setProperty not
supported for: movieclip property.
Flash Lite does not support the
specified movie clip property.
FTPA008 getProperty or setProperty not
fully supported for: movieclip
property.
Flash Lite does not fully support the
specified movie clip property. For
more information, see the entry for the
specified property in the Flash Lite 2.x
ActionScript Language Reference.
FTPA009 startDrag and stopDrag are not
supported.
The emulator detected a
startDrag()
or
stopDrag() function call, which
Flash Lite does not support.
FTPA014 getURL is ignored. The emulator detected a
getURL()
function call, which is not supported
by the selected test device and
content type. No modifications are
made to the device-specific SWF
file—this is just a warning.
Error code Message Description