86
Warning and Error Messages (Flash Professional Only)
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 only processes
getURL()
function calls that result from the user
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
Flash Lite 1.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.
FTPA015
The call to loadMovie for
URL
was ignored because there
was more than one request
per keypress.
Flash Lite allows only one
loadMovie()
function call per keypress; the emulator
detected that there was more than one
loadMovie()
so only the first command is
processed—the others are ignored.
FTPA016
The call to loadMovie for
URL
was ignored because it was
not associated with a
keypress.
The currently selected test device and
content type only processes
loadMovie()
function calls that result from the user
pressing a key on their device. The
emulator detected that your application
made a call to
loadMovie()
that wasn’t
associated with a keypress.
Error code
Message
Description