views:

219

answers:

0

Hi

I am a newbie to as3, i have an external .swf file that is loaded from the flex app with swfLoader.

The external swf contains a modifiable URI input field with a clickable button to access that URI value.

What i am trying to acheive is moving that URI input field to my flex app, and have the input value from the flex app sent to the external .swf file on load.

The URI is something like "http://localhost/app/...."

I have been hunting around but not too sure how to achieve this?

Really appreciate your help.

Sorry if this seems light a really dumb question, i am still learning action script.