Juan,

My mouse move did not work and your mouse down does work!
But the problem is still there, the user HAS to click.

Thanks!!

Cor

-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor
Sent: zondag 1 maart 2009 16:26
To: 'Flash Coders List'
Subject: RE: [Flashcoders] InputTextField issue

Juan,

Thanks,

I had made the exact same this workaround but with MOUSE_MOVE:

stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoved);
                
function mouseMoved (e:MouseEvent) :void{
        stage.focus = inputTextField;
        stage.removeEventListener(MouseEvent.MOUSE_MOVE, mouseMoved);
}

But still nothing happing when I run it in html

Cor



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

No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.0.237 / Virus Database: 270.11.4/1976 - Release Date: 02/28/09
17:21:00

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

Reply via email to