[Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Sumeet Kumar
Hi All, Is there any way in flash to create a multilevel context menu (right click menu)? Any help on this regard would be great Thanks in advance Regards Sumeet Kkumar ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Beatrix Krümmer-Frau
Hi Sumeet, maybe the ContentMenu Class http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/ui/ContextMenu.html Beatrix Sumeet Kumar schrieb: Hi All, Is there any way in flash to create a multilevel context menu (right click menu)? Any help on this regard would be great

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Sumeet Kumar
:54 PM Subject: Re: [Flashcoders] MultiLevel ContextMenu Hi Sumeet, maybe the ContentMenu Class http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/ui/ContextMenu.html Beatrix Sumeet Kumar schrieb: Hi All, Is there any way in flash to create a multilevel context menu (right

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Beatrix Krümmer-Frau
] MultiLevel ContextMenu Hi Sumeet, maybe the ContentMenu Class http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/ui/ContextMenu.html Beatrix Sumeet Kumar schrieb: Hi All, Is there any way in flash to create a multilevel context menu (right click menu)? Any help

RE: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Benny
Flash doesn't support that or actually even prevents us to come up with a custom context menu.. In the past some flashers worked around that limitation by capturing the right click mouse event in javascript and then communicate the event via a local connection to the flash movie which than could

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Anthony Pace
Javascript to as3 combo, as suggested below, would work; yet, not in Opera (anyone care?) , and not very successfully, at least during my experimentation, in browsers running in on top of *nix OS (I kind of care about this one). You can also check out the link below, as it is now integrated