i am placing all .as and .swf in a symbian launcher application in the private folder.
but the application unable to execute the http query, while it works fine on emulator.
i am placing all .as and .swf in a symbian launcher application in the private folder.
but the application unable to execute the http query, while it works fine on emulator.
Please, tell us your mobile phone model , flash lite version and what api u r using for http query (i.e getURL or sendAndLoad etc).If ur mobile phone has flash lite 3.0, then it is a security sandbox issue, try to place ur swf file in C:\data\others\trusted or E:\others\trusted (if trusted folder doesnt exist ,create it) and then test it OR if ur swf application , dont use local services like loadMovie etc then u can export it under "Access Network Only" publish settings to enable http queries.
Btw, according to my understanding, .as files are used as classes and these classes automatically get embedded into swf file when u use a #include "myclass.as" statement in swf source (fla). In short, no need to place .as files along with swf.
Best Regards,
SajiSoft