I have got a flash lite program, which launches a camera, when a button is pressed. I should exit the camera, when a picture is taken but I do not know how to do that. Could someone help me, please?
Thanks in advance
I have got a flash lite program, which launches a camera, when a button is pressed. I should exit the camera, when a picture is taken but I do not know how to do that. Could someone help me, please?
Thanks in advance
Umm...
Case 1 : If u launched an application using getURL or fscommand("launch", ur_app_path) than i think the answer is No i.e u cant exit an application from flash lite.
Case 2 : If u use a 3rd party tool like kuneri lite (which extend flash lite using symbian c ++ ) having a camera plugin through which one can take pic inside the flash lite application without launching an application .
i think ur problem belongs to case 1 i.e u cannot close the camera application after taking a pic because flash lite doesnt have any event to close a running program.Thus, u have to exit the camera application manualy. To overcome the problem u have to extend flash lite using symbian c++ or python urself , or use kuneri lite or flyer to achieve the task. Hope it helps u...
Best Regards,
SajiSoft