User Guide

20 Appendix A: Warning/Error Messages
FTPA014 getURL is ignored. While testing the movie, a getURL
Actionscript command was encountered. It
will be ignored because specified device's
Flash Player doesn't support it.
FTPA015 The call to loadMovie for
<URL> was ignored
because there was more
than one request per
keypress.
While testing the movie, multiple ActionScript
loadMovie commands were called during a
keypress event. The specified device's Flash
Player only allows one loadMovie command
per keypress, so only the first command will be
processed - the others will be ignored.
FTPA016 The call to loadMovie for
<URL> was ignored
because it was not
associated with a
keypress
While testing the movie, a loadMovie
ActionScript command was encountered
outside of a keypress event. The specified
device’s Flash Player only allows loadMovie
commands to be handled during a keypress
event. Calls to loadMovie outside of a
keypress event will be ignored.
FTPA017 The call to loadVariables
for <URL> was ignored
because there was more
than one request per
keypress.
While testing the movie, multiple ActionScript
loadVariables commands were called during a
keypress event. The specified device's Flash
Player only allows one loadVariables
command per keypress, so only the first
command will be processed - the others will
be ignored.
FTPA018 The call to loadVariables
for <URL> was ignored
because it was not
associated with a
keypress.
While testing the movie, a loadVariables
ActionScript command was encountered
outside of a keypress event. The specified
device’s Flash Player only allows
loadVariables commands to be handled
during a keypress event. Calls to
loadVariables outside of a keypress event will
be ignored.
FTPA019 The call to FSCommand
with arguments
<argument> was ignored
because there was more
than one request per
keypress.
While testing the movie, multiple ActionScript
FSCommand commands were called during a
keypress event. The specified device's Flash
Player only allows one FSCommand
command per keypress, so only the first
command will be processed - the others will
be ignored.
FTPA020 The call to FSCommand
with arguments
<argument> was ignored
because it was not
associated with a
keypress.
While testing the movie, a FSCommand
ActionScript command was encountered
outside of a keypress event. The specified
device’s Flash Player only allows
FSCommand commands to be handled
during a keypress event. Calls to
FSCommand outside of a keypress event will
be ignored.
Message Identifier Message Explanation