Hi Guys,
I have developed an product in flashlite which it release ready but during the testing stage when i click on the close button i am getting the below error and the flashlite application is not exiting have to force exit by going to " options exit ".
Flash content error : 4
Below is the code for my close button.
btnClose.onRelease = function ()
{
status = fscommand2("StartVibrate", 200, 0, 0);
fscommand2( "Quit" );
}
Can anyone please help me resolve this issue.
Regards,
Elmi...



