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

Thanks in advance

Regards
Sumeet Kkumar

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 birik...@hotmail.de

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Friday, February 19, 2010 3: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 click 
menu)?


Any help on this regard would be great

Thanks in advance

Regards
Sumeet Kkumar

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] MultiLevel ContextMenu

2010-02-19 Thread Beatrix Krümmer-Frau
You can - its kinda the way to customize the right klick which is 
available on a flash movie.

Here is an example: http://www.adrianparr.com/?p=58

Well i use Flex's mx.controls.ToolTip;  for Tooltips and cutomize them 
as needed


Beatrix

Sumeet Kumar schrieb:
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 
birik...@hotmail.de

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Friday, February 19, 2010 3: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 
click menu)?


Any help on this regard would be great

Thanks in advance

Regards
Sumeet Kkumar

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 built a custom context
menu. This worked not in all browsers though as far as I can remember.
Google will probably remember it better ;-)


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 into 
Adobe Captivate; however, last time I looked at it in 2007, it was a bit 
limited and you may want to roll your own.


http://uza.lt/rightclick/
http://code.google.com/p/custom-context-menu/

I eventually used something very similar with my own event handling code 
that is a little more to my tastes + more customizable; yet, at the very 
least it is a great place to start from.


On 2/19/2010 6:33 AM, Benny wrote:

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 built a custom context
menu. This worked not in all browsers though as far as I can remember.
Google will probably remember it better ;-)


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

   


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders