RE: [Flashcoders] jsapi question

2007-05-13 Thread Jason Law
. -Original Message- From: [EMAIL PROTECTED] on behalf of Steven Sacks Sent: Sat 5/12/2007 12:44 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] jsapi question Hey Jason, Are you calling this from a panel? If you are, make sure the panel is docked. There are bugs

Re: [Flashcoders] jsapi question

2007-05-12 Thread Steven Sacks
Hey Jason, Are you calling this from a panel? If you are, make sure the panel is docked. There are bugs with certain JSFL commands if a panel isn't docked when it calls them and setTextString is one of them. Also, you could also try selecting the text field using the rectangle selection

[Flashcoders] jsapi question

2007-05-11 Thread Jason Law
i've been having alot of issues with changing elements values on the stage using the following code. fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[1].setTex tString( some text ); The issue is that i'm running this code against different swf templates that get loaded in and