[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

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

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]