You can do something like below to dispatch the F11 key event --

protected function
dispatchKeyStroke_clickHandler(event:MouseEvent):void
{
        dispatchEvent(new KeyboardEvent(KeyboardEvent.KEY_DOWN, true, false,
100, 122));
}

Read about fscommand here --
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/package.html

ENJOY !
V

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to