User Guide

110 Warning and Error Messages (Flash Professional Only)
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 process only
fscommand()
function calls that result from users
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 do 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.
FTPS012 Event sound was ignored because
it was not associated with a
keypress.
In Flash Lite 1.0, a sound can play only
in response to users pressing a key on
their device. (This restriction does not
apply to Flash Lite 2.0.)
FTPS021 Sound not supported for the
selected content type on this
device.
The selected test device and content
type do not support sound.
FTPS022 ADPCM sounds not supported for
the selected content type on this
device.
The emulator detected that the SWF
file contains a native (nondevice)
sound compressed with ADPCM
compression, which is not supported
by the selected content type on this
device. No modifications are made to
the device-specific SWF file—this is
just a warning.
Error code Message Description