Hi,
I have several questions about flash lite application optimization methods (since i am new developer).
I have developed an application for WM6. It seems that when I run it with flash lite 2.1 on my device I always get an Actionscript stuck error. But when I use an Flash Player Mobile (PocketOne soft) it runs but the performance is very low (not acceptable).
The main application consist of (5) XML connectors which load/send data from/to php server, 3 of them connects to combobox, 4th and 5th connects to datagrid.
The application is organized in movies to every which I assigned actionscripts. All movies are loaded in FIRST frame and I am using an visible true or false to show or hide each movie…
So my questions are:
- How can I avoid an Actionscript stuck error?
- Should I upload non vital data in txt files to device so it can be read without xml connection - Will it improve the speed?
- Need I load a non vital data to an array’s and use it throughout the application? (in order not to load/send it from/to php server?
- How can I load an actionscript (xml connector) not to 1st frame?
- Could someone advise me how I should optimize my code???