User Guide

Table Of Contents
78 Appendix C: Warning and Error Messages
FTPA009 startDrag() and
stopDrag() are not
supported.
While testing a movie clip, a
startDrag() or
stopDrag() ActionScript command was
encountered. Flash Lite does not support these
commands and ignores them.
FTPS011 Only a single sound can
be played at a time (no
mixing).
While testing a movie clip, a sound was started
while another sound was already playing. Flash
Lite does not support sound mixing, so the first
sound is stopped to allow the second sound to
play.
FTPS022 ADPCM sounds not
supported.
While testing a movie clip, an ADPCM sound was
encountered. The specified device’s Flash Player
does not support ADPCM sound format.
FTPS023 MP3 sounds not
supported.
While testing the movie clip, an MP3 sound was
encountered. The specified device’s Flash Player
does not support MP3 sound format.
FTPS024 MIDI/MFI sounds not
supported.
While testing the movie, MIDI/MFI sound was
encountered. The specified device’s Flash Player
does not support MIDI/MFI sound format.
FTPS025 PCM sounds not
supported.
While testing the movie clip, an PCM sound was
encountered. The specified device’s Flash Player
does not support PCM sound format.
FTPS026 Debug movie is not
supported in the
specified test movie
player
While the Flash Player is specified in the publish
settings, an attempt was made to debug the movie
using the Flash Lite 1.0 Test Movie command,
which is not supported.
FTPS027 Compound sound found. Flash Player detected that the SWF file contains
compound sound. The playback of compound
sound on the real device might be different.
FTPS028 Invalid FSCommand2
command found.
Flash Player detected an invalid
FSCommand2()
object
ActionScript command.
FTPS029 FSCommand2
command name
command found.
Flash Player detected a valid
FSCommand2() ActionScript command.
FTPS030 FSCommand2
command name
command not supported
in the emulator, please
test it on the device.
Flash Player detected an
FSCommand2()
ActionScript command that is not supported in the
emulator. The user is advised to test it on the
device.
FTPS031 More than one instance
of URL request calls
found.
Flash Player detected more than one instance of
URL request (
getUrl(), loadMovie(), loadVars()
and
fsCommand()) calls. Only one URL request per
frame or event handler is allowed.
Message Identifier Message Explanation