RE: [Flashcoders] Regain stage focus

2010-05-31 Thread Karina Steffens
Sent: 31 May 2010 6:08 To: Flash Coders List Subject: Re: [Flashcoders] Regain stage focus Hello :) In the object tag try making wmode = window. Thanks Sumeet Kumar - Original Message - From: Henrik Andersson he...@henke37.cjb.net To: Flash Coders List flashcoders

RE: [Flashcoders] Regain stage focus

2010-05-30 Thread Cor
Subject: Re: [Flashcoders] Regain stage focus Karina Steffens wrote: You mean rains, right? :P Darn! My e-mail program drops keystrokes. Don't know why--I'm using the GMail Web interface. I just type too fast. So, there's no way to regain (or at least to rain...) focus without clicking at all

Re: [Flashcoders] Regain stage focus

2010-05-30 Thread Henrik Andersson
Cor wrote: At any given moment: stage.focus = stage; or stage.focus = yourInputField; Wrong focus, I am certain that the issue is not about the focus internal to the player, but the focus in the full webbrowser. The full flash player is lacking the focus.

RE: [Flashcoders] Regain stage focus

2010-05-30 Thread Cor
OK, is this in a particular browser or multiple?? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Henrik Andersson Sent: zondag 30 mei 2010 10:17 To: Flash Coders List Subject: Re: [Flashcoders] Regain

RE: [Flashcoders] Regain stage focus

2010-05-30 Thread Cor
List Subject: Re: [Flashcoders] Regain stage focus Cor wrote: At any given moment: stage.focus = stage; or stage.focus = yourInputField; Wrong focus, I am certain that the issue is not about the focus internal to the player, but the focus in the full webbrowser. The full flash player

RE: [Flashcoders] Regain stage focus

2010-05-30 Thread Cor
: zondag 30 mei 2010 10:17 To: Flash Coders List Subject: Re: [Flashcoders] Regain stage focus Cor wrote: At any given moment: stage.focus = stage; or stage.focus = yourInputField; Wrong focus, I am certain that the issue is not about the focus internal to the player, but the focus

Re: [Flashcoders] Regain stage focus

2010-05-30 Thread Sumeet Kumar
Hello :) In the object tag try making wmode = window. Thanks Sumeet Kumar - Original Message - From: Henrik Andersson he...@henke37.cjb.net To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Sunday, May 30, 2010 1:47 PM Subject: Re: [Flashcoders] Regain stage focus

[Flashcoders] Regain stage focus

2010-05-29 Thread Karina Steffens
Hi List, I'm working on a flash dropdown menu for an html site (AS3 FP10). After a wasted Friday and Saturday morning I finally figured out how to get the menus appear above html items in Firefox without obscuring mouse input on items below them (in case anyone's interested, using

Re: [Flashcoders] Regain stage focus

2010-05-29 Thread Kerry Thompson
Karina Steffens wrote: So the question is, what's the best way to regain stage focus without clicking on it? Is it even possible? AFAIK, no, it's not possible. It's a security issue--less scrupulous people could wreak havoc by forcing focus on a .swf. Anyway, it rais too much in Dublin ;-)

RE: [Flashcoders] Regain stage focus

2010-05-29 Thread Karina Steffens
...@chattyfig.figleaf.com [mailto:flashcoders- boun...@chattyfig.figleaf.com] On Behalf Of Kerry Thompson Sent: 29 May 2010 6:29 To: Flash Coders List Subject: Re: [Flashcoders] Regain stage focus Karina Steffens wrote: So the question is, what's the best way to regain stage focus without clicking

Re: [Flashcoders] Regain stage focus

2010-05-29 Thread Kerry Thompson
Karina Steffens wrote: You mean rains, right? :P Darn! My e-mail program drops keystrokes. Don't know why--I'm using the GMail Web interface. I just type too fast. So, there's no way to regain (or at least to rain...) focus without clicking at all? Not even by using a mouseover event or a

RE: [Flashcoders] Regain stage focus

2010-05-29 Thread Karina Steffens
Coders List Subject: Re: [Flashcoders] Regain stage focus Karina Steffens wrote: You mean rains, right? :P Darn! My e-mail program drops keystrokes. Don't know why--I'm using the GMail Web interface. I just type too fast. So, there's no way to regain (or at least to rain...) focus