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 a simple
way to do it, but I amy be having a DIrector flashback..no pun intended.

Thanks,
Mike

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Dimitrios Bendilas

Hi Mike,

Key.isDown(2) -- right mouse button
Key.isDown(4) -- middle 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 flashcoders@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 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.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread slangeberg

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 Mike,

Key.isDown(2) -- right mouse button
Key.isDown(4) -- middle 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 flashcoders@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 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.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--

: : ) Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread Dimitrios Bendilas

Ok sorry, that's what happens on FireFox, at least the ver. 1.5.0.7
that I'm running here.

So I guess it is a bug indeed.

It's 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 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 Mike,

Key.isDown(2) -- right mouse button
Key.isDown(4) -- middle 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 flashcoders@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 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.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--

: : ) Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Right-MouseClick

2006-09-22 Thread JOR
I'm using FireFox 1.5.0.7 and get the context menu on my site which uses 
wmode=transparent.



James O'Reilly
http://www.jamesor.com



Dimitrios Bendilas wrote:

Ok sorry, that's what happens on FireFox, at least the ver. 1.5.0.7
that I'm running here.

So I guess it is a bug indeed.

It's 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 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 Mike,

Key.isDown(2) -- right mouse button
Key.isDown(4) -- middle 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 flashcoders@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 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.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--

: : ) Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 using FireFox 1.5.0.7 and get the context menu on my site which uses 
wmode=transparent.



James O'Reilly
http://www.jamesor.com



Dimitrios Bendilas wrote:

Ok sorry, that's what happens on FireFox, at least the ver. 1.5.0.7
that I'm running here.

So I guess it is a bug indeed.

It's 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 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 Mike,

Key.isDown(2) -- right mouse button
Key.isDown(4) -- middle 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 flashcoders@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 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.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--

: : ) Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 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.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
John Van Horn
[EMAIL PROTECTED]
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Right-MouseClick

2006-09-22 Thread Paul Venton
I works with Firefox 1.5.0.7 but not when testing with IE7RC1.  The latter
still shows a minimal menu along with the custom one.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John VanHorn
Sent: 22 September 2006 18:48
To: Flashcoders mailing list
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, 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.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




-- 
John Van Horn
[EMAIL PROTECTED]
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 especially Macs and Firefox.  Avoid it like
the plague on anything where frame rate and script performance is
important.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 lightning fast on IE using this method, and doesn't affect
the performance at all on a mac - though firefox will remain slow...




 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 especially Macs and Firefox.  Avoid it like
 the plague on anything where frame rate and script performance is
 important.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com