Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Meinte van't Kruis
you cant suppress the context menu in flash, you can add items to it tho.Might be what you're looking for. -Meinte On 9/22/06, Michael Bedar [EMAIL PROTECTED] wrote: Is there a reliable way to detect a r-mouse click, and at the same time suppress the context menu? I could swear that there was

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Dimitrios Bendilas
@chattyfig.figleaf.com Sent: Friday, September 22, 2006 5:32 PM Subject: Re: [Flashcoders] Right-MouseClick you cant suppress the context menu in flash, you can add items to it tho.Might be what you're looking for. -Meinte On 9/22/06, Michael Bedar [EMAIL PROTECTED] wrote: Is there a reliable way

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread slangeberg
Setting wmode as transparent makes the context menu not show up in a browser. Dimitrios - Original Message - From: Meinte van't Kruis [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, September 22, 2006 5:32 PM Subject: Re: [Flashcoders] Right

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Dimitrios Bendilas
@chattyfig.figleaf.com Sent: Friday, September 22, 2006 6:05 PM Subject: Re: [Flashcoders] Right-MouseClick Setting wmode as transparent makes the context menu not show up in a browser. Are you sure about that? Sounds more like bug than feature! Scott On 9/22/06, Dimitrios Bendilas [EMAIL PROTECTED] wrote: Hi

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread JOR
not the case on IE and Opera. Dimitrios - Original Message - From: slangeberg [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, September 22, 2006 6:05 PM Subject: Re: [Flashcoders] Right-MouseClick Setting wmode as transparent makes the context

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Dimitrios Bendilas
It doesn't show up for me. I forgot to mention I have Flash Player 9. Dimitrios - Original Message - From: JOR [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, September 22, 2006 6:50 PM Subject: Re: [Flashcoders] Right-MouseClick I'm

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread John VanHorn
http://www.flashextensions.com/index.php?page=labs im not exactly sure how he does it, but robert taylor has a custom right click menu component. On 9/22/06, Michael Bedar [EMAIL PROTECTED] wrote: Is there a reliable way to detect a r-mouse click, and at the same time suppress the context

RE: [Flashcoders] Right-MouseClick

2006-09-22 Thread Paul Venton
Subject: Re: [Flashcoders] Right-MouseClick http://www.flashextensions.com/index.php?page=labs im not exactly sure how he does it, but robert taylor has a custom right click menu component. On 9/22/06, Michael Bedar [EMAIL PROTECTED] wrote: Is there a reliable way to detect a r-mouse click

RE: [Flashcoders] Right-MouseClick

2006-09-22 Thread Steven Sacks | BLITZ
Setting wmode as transparent makes the context menu not show up in a browser. Setting wmode as transparent causes a major performance hit on all browsers on all computers especially Macs and Firefox. Avoid it like the plague on anything where frame rate and script performance is important.

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Rich Rodecker
heh that guy's right click menu is pretty smart actually. On 9/22/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Setting wmode as transparent makes the context menu not show up in a browser. Setting wmode as transparent causes a major performance hit on all browsers on all computers

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread James Marsden
setting wmode = transparent for IE on windows will drastically speed up the player speed - it'll run as fast as it does in the standalone player. Just perform a browser check before setting the wmode - you can see an example in the source here: http://www.futurlab.co.uk/games/prism/ Our game