User Guide

Flash Lite emulator error and information messages (Flash Professional only) 109
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 process only
loadMovie()
function calls that result from users
pressing a key on their device. The
emulator detected that your
application made a call to
loadMovie()
that wasn’t associated with a
keypress.
FTPA017 The call to loadVariables for URL
was ignored because there was
more than one request per
keypress.
Your application made multiple
loadVariables() function calls during
a single keypress event. Flash Lite
allows only one
loadVariables()
command per keypress, so only the
first command is processed—the
others are ignored.
FTPA018 The call to loadVariables for URL
was ignored because it was not
associated with a keypress.
The currently selected test device and
content type process only
loadVariables() function calls that
result from users pressing a key on
their device. The emulator detected
that your application made a call to
loadVariables() that wasn’t
associated with a keypress.
FTPA019 The call to FSCommand with
arguments command-arguments
was ignored because there was
more than one request per
keypress.
Flash Lite allows only one
fscommand()
function call per keypress; the
emulator detected that there was
more than one
fscommand() so only the
first command is processed—the
others are ignored.
Error code Message Description