
Originally Posted by
elshorbagy76
Hello,
I installed my flash lite 2 application on Nokia 6120 classic, but when I pressed the left key to get back to the first frame ,it opened the device menu(pause, stop, save...). I want it to take me back to the first frame.
Do u give a call to setSoftKeys(fscommand2)? Just write this action script in first frame to enable capturing of soft keys:
Code:
fscommand2("SetSoftKeys", "Previous", "Next");
Read here:
SetSoftKeys
Moreover, read this tutorial :
Flash_Lite_2.0_Soft_Keys_Example
Moreover, sometimes flash lite this statement doesn't work on first frame , so , just put it on second frame as well as first frame.
Best Regards,
SajiSoft