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 i

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 b

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Beatrix Krümmer-Frau
ut it only shows a single level...i need multiple levels in the context menu. Regards Sumeet Kumar - Original Message - From: "Beatrix Krümmer-Frau" To: "Flash Coders List" Sent: Friday, February 19, 2010 3:54 PM Subject: Re: [Flashcoders] MultiLevel ContextMen

Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Sumeet Kumar
thanks for your reply but it only shows a single level...i need multiple levels in the context menu. Regards Sumeet Kumar - Original Message - From: "Beatrix Krümmer-Frau" To: "Flash Coders List" Sent: Friday, February 19, 2010 3:54 PM Subject: Re: [Fla

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 T