Hi,
Is it possible to keep UI in flash lite and back end in symbian os?
i am trying do get and send data from flash lite app to symbian dll.
Hi,
Is it possible to keep UI in flash lite and back end in symbian os?
i am trying do get and send data from flash lite app to symbian dll.
Thanks
DB
Hi,
you can embed the Flash swf into C++ native code application.
Regards,
STeN
Thanks for your reply...
but i wanted to asked that Can we call symbian API's in flash lite?
Thanks
DB
Hi deepakgmi,
sure you can. You can let your FlashLite and Symbian C++ apps communicate through local http calls, and doing so you'll have all the Symbian APIs available to your FlashLite layer. These already available frameworks do exactly this:
* KuneriLite
* Janus
Pit
Hi,
local sockets is a good general approach used also for example to communicate C++ to J2ME.
Regards,
STeN
Thanks friends,
I have gone through those links. Still don't understand properly or in other word; enable to develop an application. So please you give me some example code like hello world or links.
Thanks
DB