User Guide
Flash Lite emulator error and information messages (Flash Professional Only) 87
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 only processes
loadVariables() function calls that result
from the user 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.
FTPA020 The call to FSCommand with
arguments command-
arguments was ignored
because it was not associated
with a keypress.
The currently selected test device and
content type only processes
fscommand()
function calls that result from the user
pressing a key on their device. The
emulator detected that your application
made a call to
fscommand() that wasn’t
associated with a keypress.
FTPE001 The key will not be processed:
keyname ASCII Value: value
The emulator detected that a device key
was pressed that isn’t supported by Flash
Lite—the keypress is ignored.
FTPE013 Input text fields are not
supported for the selected
content type on this device.
The current test device and content type
does not support input text fields.
FTPS010 Streaming Sound is
unsupported.
The selected test device and content type
do not support streaming sound.
FTPS011 Only a single sound can be
played at a time (no mixing).
The emulator detected that the SWF file
contains multiple sounds playing
simultaneously, which is not supported in
Flash Lite.
Error code Message Description