Flash Lite 2.x and 3 Help

Adobe Device Central emulator error and information messages

Messages appear in a pop-up Output window in the emulator and Flash also reports them in its Output panel. The following table lists all the information messages that the Adobe Device Central emulator reports:

Error code

Message

Description

FTPA002

FSCommand is ignored.

The emulator detected an fscommand() function call, which is not supported by the selected test device. No modifications are made to the device-specific SWF file--this is just a warning.

FTPA003

loadVariables is ignored.

The emulator detected a loadVariables() function call, which is not supported by the selected test device and content type. No modifications are made to the device-specific SWF file--this is just a warning.

FTPA004

loadMovie is ignored.

The emulator detected a loadMovie() function call, which is not supported by the selected test device and content type. No modifications are made to the device-specific SWF file--this is just a warning.

FTPA005

The call to GetURL for URL was ignored because there was more than one request per keypress.

Flash Lite allows only one getURL() function call per keypress; the emulator detected that there was more than one getURL() so only the first command is processed--the others are ignored.

FTPA006

The call to GetURL for URL was ignored because it was not associated with a keypress.

The currently selected test device and content type process only getURL() function calls that result from users pressing a key on their device. The emulator detected that your application made a call to getURL() that wasn't associated with a keypress.

FTPA007

getProperty or setProperty not supported for: movieclip property.

Flash Lite does not support the specified movie clip property.

FTPA008

getProperty or setProperty not fully supported for: movieclip property.

Flash Lite does not fully support the specified movie clip property. For more information, see the entry for the specified property in the Flash Lite 2.x ActionScript Language Reference.

FTPA009

startDrag and stopDrag are not supported.

The emulator detected a startDrag() or stopDrag() function call, which Flash Lite does not support.

FTPA014

getURL is ignored.

The emulator detected a getURL() function call, which is not supported by the selected test device and content type. No modifications are made to the device-specific SWF file--this is just a warning.

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.

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 and later.)

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 (non-device) 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.

FTPS023

MP3 sounds not supported for the selected content type on this device.

The emulator detected that the SWF file contains a native (non-device) sound compressed with MP3 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.

FTPS024

MIDI sounds not supported for the selected content type on this device.

The emulator detected a MIDI device sound, which is not supported by the selected content type on this device.

FTPS025

PCM sounds not supported for the selected content type on this device.

The emulator detected a native Flash sound compressed using PCM compression, which is not supported by the selected content type on this device.

FTPS026

Debug movie is not supported in the specified test movie player.

The Adobe Device Central emulator does not support the Control > Debug Movie menu command.

FTPS027

Sound Bundle found.

The emulator detected that the SWF file contains a sound bundle file.

FTPS028

Invalid FSCommand2 command-name command found.

The specified fscommand2() command is not a valid command string. For a list of valid fscommand2() commands, see fscommand2 function in the Flash Lite 2.x and 3.0 ActionScript Language Reference.

FTPS029

FSCommand2 command-name command found.

The emulator detected the specified fscommand2() command.

FTPS030

FSCommand2 command-name command not supported in the emulator, please test it on the device.

The emulator does not support the specified fscommand2() command. You need to test this SWF file on a device with Flash Lite installed to see whether the specified command functions as expected,

FTPS031

More than one instance of URL Request calls found, only one allowed per keypress/frame.

Flash Lite allows only one getURL() function call per keypress or frame; the emulator detected that there was more than one getURL() so only the first command is processed--the others are ignored.

FTPS032

A call to GetURL(URL) found, limitations might apply.

The emulator detected a getURL() function call, which may have some run-time restrictions when played on the selected device. Test your SWF file on an actual device to see whether the command functions as expected.

FTPS033

A call to loadVariables (URL) found, limitations might apply.

The emulator detected a loadVariables() function call, which may have some run-time restrictions when played on the selected device. Test your SWF file on a device to ensure that the command functions as expected.

FTPS034

A Call to FSCommand (command-name) found, limitations might apply.

This is just a warning that not all devices and Flash Lite content types may support the fscommand() in the application. Test your SWF file on a device to ensure that the command functions as expected.

FTPS035

A call to loadMovie(URL) found, limitations might apply.

The emulator detected a loadMovie() function call, which may have some run-time restrictions when played on the selected device. Test your SWF file on a device to ensure that the command functions as expected.

FTPS036

N kilobytes of device-sound sound found in sound bundle.

For each sound in a sound bundle, the emulator reports the type (for example, MIDI or SMAF) and size of each sound in the bundle.

FTPS037

SMAF sounds not supported for the selected content type on this device.

The emulator detected a SMAF device sound, which is not supported by the selected content type on this device.

FTPS038

The call to StartVibrate was ignored because there was more than one request per frame or event.

Flash Lite allows only one fscommand2("StartVibrate") call per keypress or frame; the emulator detected more than one, so only the first command is processed--the others are ignored.

FTPS039

FSCommand2 SetInputTextType (command-arguments) found, not supported in the emulator, please test it on the device.

The SetInputTextType command is not supported in the emulator. You must test it on an actual device.

FTPS048

Four Way Navigation is not supported for this device.

The currently selected test device and content type supports two-way navigation. You pressed the left or right arrow keys on the emulator's five-way keypad, which aren't supported in two-way navigation. For more information, see Default navigation modes.

FTPS049

Four Way Navigation with wraparound is not supported for this device.

The currently selected test device and content type supports four-way navigation. You pressed one of the device's arrow keys when there were no objects on the Stage to receive focus in the direction of the arrow key that you pressed. For more information, see Default navigation modes.

FTPS050

Generic MFI sounds not supported for the selected content type on this device.

The emulator detected a Generic MFi device sound, which is not supported by the selected content type on this device.

FTPS051

Unsupported Mouse Event (event-name) found.

The specified mouse event is not supported by the selected test device and content type.

FTPS067

SMAF(MA-2) sounds not supported for the selected content type on this device.

The emulator detected a SMAF (MA-2) device sound, which is not supported by the selected content type on this device.

FTPS068

SMAF (MA-3) sounds not supported for the selected content type on this device.

The emulator detected a SMAF (MA-3) device sound, which is not supported by the selected content type on this device.

FTPS069

SMAF (MA-5) sounds not supported for the selected content type on this device.

The emulator detected a SMAF (MA-5) device sound, which is not supported by the selected content type on this device.

FTPS070

MFI sounds with Fujitsu extension not supported for the selected content type on this device.

The emulator detected an MFi device sound with a Fujitsu extension, which is not supported by the selected content type on this device.

FTPS071

MFI sounds with Mitsubishi extension not supported for the selected content type on this device.

The emulator detected an MFi device sound with a Mitsubishi extension, which is not supported by the selected content type on this device.

FTPS072

MFI sounds with NEC extension not supported for the selected content type on this device.

The emulator detected an MFi device sound with an NEC extension, which is not supported by the selected content type on this device.

FTPS073

MFI sounds with Panasonic extension not supported for the selected content type on this device.

The emulator detected an MFi device sound with a Panasonic extension, which is not supported by the selected content type on this device.

FTPS074

MFI sounds with Sharp extension not supported for the selected content type on this device.

The emulator detected an MFi device sound with a Sharp extension, which is not supported by the selected content type on this device.

FTPS075

MFI sounds with Sony extension not supported for the selected content type on this device.

The emulator detected an MFi device sound with a Sony extension, which is not supported by the selected content type on this device.

FTPS099

Print commands are not supported.

Your application contains one of the ActionScript print commands (for example, print() or printAsBitmap()), which are not supported by Flash Lite.

FTPS100

Device-sound sound is chosen in sound bundle.

Indicates the name of the device sound in a sound bundle that the emulator played.

FTPS101

None of the formats in the sound bundle are supported on this device.

Indicates that none of the device sounds in a sound bundle are supported by the selected content type on this device.

FTPS102

SMAF sound playback failed.

The emulator was not able to play the SMAF sound.

FTPS105

This SWF is not in Flash Lite format.

Your application attempted to load a SWF file whose version was not in the Flash Lite format; Flash Lite can load other Flash Lite SWF files or Flash 4-formatted SWF files only.

FTPS106

Mouse Event (event-name) was ignored because it was not triggered by Keypress.

The emulator detected a mouse event over a button in your Flash Lite application. The current test device does not support a stylus or touch-screen interface, so you can only interact with buttons on the screen using the emulator's keypad or equivalent keyboard shortcuts.

FTPS107

The key will not be processed: device-key. Use FSCommand2 SetSoftKeys to enable this key.

You pressed one of the soft keys on the emulator's keypad without first calling the SetSoftKeys command. For more information, see Using the soft keys.

FTPS108

Invalid FSCommand (command-name) found.

The specified fscommand() command is not a valid command string.

FTPS109

FSCommand (command-name) not supported in the emulator, please test it on the device.

The emulator does not support the specified fscommand() command. You must test this SWF file on a device with Flash Lite installed to see whether the specified command functions as expected.

FTPS110

Soft keys are not supported in the Flash Lite 1.0 player.

The emulator detected that you pressed one of its soft keys but your document's SWF file's version publish setting is set to Flash Lite 1.0. Flash Lite 1.0 does not support soft keys.

 

Send me an e-mail when comments are added to this page | Comment Report