
Originally Posted by
pakkami22
Hello,
1). I want to create my own customize POP up menu in flashlite. When I press the SofL key the default pop up menu is open by flash player. I want that this menu should not open. Instead my own customize Pop up menu should open when I press the softL key when my application is running. Please note that this menu should only run when I press the softL key.
2). One other thing when I select a pop up menu option, how can I open the next screen by using flashlite action script.
Please help........
Thanks.
Kamran Khan.



Welcome TO Flash lite dibo Kamran.. Firstly, you can disable the default pop up menu in flash lite standalone applications by capturing the L and R soft keys(using fscommand2)..
Code:
fscommand2("SetSoftKeys", "LsoftKey", "RsoftKey");
for more details (in flash lite 2.x) , see :
Soft Keys in Flash Lite 2
For flash lite 1.1 , check out :
Flash Lite 1.1 Soft Keys
Secondly, you cannot edit/make the default Nokia popup menu in flash lite. So , what u can do , is make your own menu in flash lite .When user presses LSoftKey it makes your menu visible .Hope It Helps You to some extent ..Enjoy Flash Programming.
Best Regards,
SajiSoft