Flash Lite [ 5 ] load..( )
Today, we will talking about the load..( ) in the Flash Lite.
It support four ActionScripts:
loadMovie( );
loadMoiveNum( );
loadVariables( );
loadVariablesNum( );
Currently, I use loadMovie( ) to separate the file, and use loadVariables( ) to provide the strings to support multi languages. There is one thing I need to notice, DON'T use load..( ) in the same frame, because the second one will unworkable, and you will see an error message in the output window as below.
*** Flash Lite Warning - FTPS031: More than one instance of URL Request calls found.
You can see more details information about the error FTPS031 in the authoring_guidelines.pdf. This document included in the Flash ite 1.1 CDK .
FTPS031
Flash player detected more than one instance of URL (getURL( ), loadMovie( ), loadVars( ) and fscommand( ))calls. Only one URL request per frame or event handler is allowed.
In other words, you can use only one of above-mentioned in one frame.
It support four ActionScripts:
loadMovie( );
loadMoiveNum( );
loadVariables( );
loadVariablesNum( );
Currently, I use loadMovie( ) to separate the file, and use loadVariables( ) to provide the strings to support multi languages. There is one thing I need to notice, DON'T use load..( ) in the same frame, because the second one will unworkable, and you will see an error message in the output window as below.
*** Flash Lite Warning - FTPS031: More than one instance of URL Request calls found.
You can see more details information about the error FTPS031 in the authoring_guidelines.pdf. This document included in the Flash ite 1.1 CDK .
FTPS031
Flash player detected more than one instance of URL (getURL( ), loadMovie( ), loadVars( ) and fscommand( ))calls. Only one URL request per frame or event handler is allowed.
In other words, you can use only one of above-mentioned in one frame.


1 Comments:
HI! I´m a flash newbie and am working on flash lite.
Within a for loop I´m using the loadMovie to load png files.
I am only able to load 4 the other two don´t appear and error FTPS031 occurs.
How should I solve this? How can I divide the for into various frames.
All help appreciated.
Thank you
Post a Comment
<< Home