I have a swf file which I would like to launch in the emulator.
I have S60_3rd_MR edition.
More over I also would like to programmatically load the swf file in my application. I have tried using iHandler->OpenFileEmbeddedL(), but it fails with error "unknown File type"
Regards
--MVP
Re: How to launch flash file in emulator and embed flash file in c++ application
2008-05-05, 12:40#2
when you say the emulator I am assume the S60 SDK. Which version do you have?
update: just noticed you mention you have the S60 SDK MR. This version does not have FL1.1 integrated. You need to download the S60 3rd Ed SDK from January.
Thanks for the input. I just saw the sdk edition you mentioned. It seems its a 2006 edition.
Hmm... But shouldn't the next editions of sdk continue to support the previous edition features or atleast have a downloadable patch. Its difficult to jump between sdks just for one feature.
Even S60 SDK 3rd FP2 doesnot have flashlite viewer in it.
--MVP
Re: How to launch flash file in emulator and embed flash file in c++ application
2008-05-07, 13:01#6
Thanks for the info. But it seems kunerlite can be used, only for development and testing of applications not really as a commercial one, unless ofcourse I buy it from the developers.
Your second point, I didn't get? Did you mean writing to file on disk (from flash)and reading(from symbian application) and doing the same viceversa?
Isn't that going to slow down the response on the UI? Moreover if there is no/low memory on the disk, will it not fail?