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 runs

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 e

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 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-mous

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 me

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" Sent: Friday, September 22, 2006 6:50 PM Subject: Re: [Flashcoders] Right-MouseClick

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread JOR
ug indeed. It's not the case on IE and Opera. Dimitrios - Original Message - From: "slangeberg" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, September 22, 2006 6:05 PM Subject: Re: [Flashcoders] Right-MouseClick >Setting wmode

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Dimitrios Bendilas
iling list" 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 <[EM

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread slangeberg
mouse button 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" Sent: Friday, September 22, 2006 5:32 PM Subject: Re:

Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Dimitrios Bendilas
;Flashcoders mailing list" 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]> wrot

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 wa

[Flashcoders] Right-MouseClick

2006-09-22 Thread Michael Bedar
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 a simple way to do it, but I amy be having a DIrector flashback..no pun intended. Thanks, Mike ___ Flashcoders@chattyfig