[Flashcoders] (AS3) use input textfield in a loaded swf

2008-02-23 Thread Radley Marx




I know this is a basic one, but I've been stuck for over an hour on  
this...


I'm loading a swf which contains an input textField. For some reason,  
I can't type into the field. I can pass a new .text value to change  
it, but simply can't hand edit it...


What's the new process for doing this?


thnx

-radley




--
Radley Marx
www.radleymarx.com
[EMAIL PROTECTED]
--




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


Re: [Flashcoders] (AS3) use input textfield in a loaded swf

2008-02-23 Thread EECOLOR
Most likely you just need to do this:

textField.type = TextFieldType.INPUT;


Greetz Erik

On 2/23/08, Radley Marx [EMAIL PROTECTED] wrote:




 I know this is a basic one, but I've been stuck for over an hour on
 this...

 I'm loading a swf which contains an input textField. For some reason,
 I can't type into the field. I can pass a new .text value to change
 it, but simply can't hand edit it...

 What's the new process for doing this?


 thnx

 -radley


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


Re: [Flashcoders] (AS3) use input textfield in a loaded swf (SOLVED)

2008-02-23 Thread Radley Marx




Figured out the problem:

template.mouseChildren = false


was preventing everything from being selectable.

-radley

--
Radley Marx
www.radleymarx.com
[EMAIL PROTECTED]
--




On Feb 23, 2008, at 4:15 PM, EECOLOR wrote:


Most likely you just need to do this:

textField.type = TextFieldType.INPUT;


Greetz Erik

On 2/23/08, Radley Marx [EMAIL PROTECTED] wrote:





I know this is a basic one, but I've been stuck for over an hour on
this...

I'm loading a swf which contains an input textField. For some reason,
I can't type into the field. I can pass a new .text value to change
it, but simply can't hand edit it...

What's the new process for doing this?


thnx

-radley



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



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