RE: [flexcoders] Re: getting text out of swf in flex

2005-04-13 Thread Abdul Qabiz
@yahoogroups.com Subject: [flexcoders] Re: getting text out of swf in flex I have a mx:image tag in my flex application that references the swf file. the swf file contains this information. this.createClassObject(mx.controls.TextInput, text1, this.getNextHighestDepth(), {_x:10, _y:10, text:'check this out

Re: [flexcoders] Re: getting text out of swf in flex

2005-04-13 Thread Manish Jethani
On 4/13/05, carmhuntress [EMAIL PROTECTED] wrote: because I continue to get the error that text1 does not exist... Thanks. You're getting the error because the Image component really has no property named 'text1'. What you want is to access the 'text1' property on the Image's content