User Guide
Table Of Contents
- Contents
- Introduction
- Optimizing Content
- Working with Sound
- ActionScript Enhancements for Flash Lite 1.1
- New FSCommand and FSCommand2 commands
- Creating Content
- Testing Content
- Development Kit Examples
- Resources and Support
- Supported ActionScript
- Supported ActionScript Properties
- Warning and Error Messages

Flash authoring tool warning and error messages 77
SWFS043 MP3 sound found. Flash Player detected that the SWF file contains
MP3 sound, which is not supported by the
specified device’s Flash Player. No modifications
are made to the device-specific SWF file—this is
just a warning.
SWFS044 Export tag subst:sound
file name was found and
ignored. Please use the
Device sound feature.
Flash Player detected that the SWF file contains a
subst:file name export tag used in the old Flash 6
updater, which is not supported by the Flash Lite
1.0 Test Movie command. The author should use
the new Device Sound feature. No modifications
are made to the device-specific SWF file—this is
just a warning.
SWFS045 MIDI sound found. Flash Player detected that the SWF file contains
MIDI sound, which is supported by Flash Lite.
SWFS046 MFi sound with
manufacturer extension
found.
Flash Player detected that the SWF file contains
MFi sound with certain manufacturer extension,
which is supported by Flash Lite.
SWFS047 Unsupported device
sound format found.
Flash Player detected that the SWF file contains a
sound format that is not supported by Flash Lite.
No modifications are made to the device-specific
SWF file—this is just a warning.
SWFS048 Sound bundle found Flash Player detected that the SWF file contains a
sound bundle while parsing the movie. The
playback bundled sound on the real device might
be different.
SWFS049 SMAF sound found. Flash Player detected that the SWF file contains
SMAF sound, which is supported in certain
configurations.
FTPE001 The key will not be
processed: key keycode:
nnn
While testing a movie clip, a key was pressed that
Flash Lite does not support—the keypress is
ignored.
FTPA005 The call to
getURL() for
URL was ignored
because there was more
than one request per
keypress.
While testing a movie clip, multiple ActionScript
getURL() commands were called during a keypress
event. Flash Lite allows only one
getURL()
command per keypress, so only the first command
is processed—the others are ignored.
FTPA007
getProperty or
setProperty not
supported for: property
name
While testing a movie clip, a
getProperty() or
setProperty() ActionScript command was
encountered for a property that the specified
device’s Flash Player does not support. The
command is ignored.
FTPA008
getProperty or
setProperty not fully
supported for: property
name
While testing a movie clip,
a getProperty() or
setProperty() ActionScript command was
encountered for a property that Flash Lite does not
completely support. The command is performed,
but the results might not be as expected.
Message Identifier Message Explanation