Hi there,

There was a simple SWF file created by Flash 9 ( AS3 ), it had a INPUT TEXT 
field and the 
instance name was txtField.

I am now going to retrieve the text in my Flex 3 project, I use SWFLoader to 
load the Flash 
SWF, for example:  <mx:SWFLoader id ="swfHolder" source="createdByFlash.swf"/>


Could I retrieve text by using some scripts as below? so I could get the text 
when I click a 
button in Flex. :) is that possible?

private function onRetrieve():void{

var txt:String = swfHolder.data.txtField.text

}

Thanks You

Reply via email to