Hi All
to use context menu and use it to make new tab in browser im use this
sample:
private function B(evt:ContextMenuEvent):void {
navigateToURL(new URLRequest("http://www.google.com"),"_blank");
}
and for the function in context menu, im use this sample:
private function A(evt:ContextMenuEvent):void {
app().goToNodePage();
}
how the second sample can add new tab (at browser)
like at first sample?
Thanks for Advice
--
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.