Hi All
I have dev an symbian native C++ APP which open a swf file with CDocumentHandler, but in this way, the flash lite can not use XMLSocket to access network, Because the sandbox limit how can i solve this problem? Thx!
Hi All
I have dev an symbian native C++ APP which open a swf file with CDocumentHandler, but in this way, the flash lite can not use XMLSocket to access network, Because the sandbox limit how can i solve this problem? Thx!
You just have to do two things :
1- Export your swf under "Access Network Only" publish settings
2- Install the swf to the private directiory of your C++ application .It is done by editing the .pkg file and setting the path of the private directory always look like this "!:\private\<Your application UID\".
Hope it helps.Wish u luck
Best Regards,
SajiSoft