Ummm, can you give me some example?..
Sry i am confused.. :p
I mean how to make the function / method to initialize the variable in my SWF Loader (External As3) to the variable in my mxml application,
For example like this,
In mxml i have some textArea id="B"..
Then in flash i have the variable A="Heheheh i am from Flash

";
Then in my flash i have a button, if i clicked that it will control/initialize the textArea id="B" with
the variable "A" from flash in my mxml..
The summary is, how to control method/object/state/whatever in flex with external flash(.swf) which
we place that in SWFLoader in mxml..

Nah in mxml we can adjust the textArea id="B" just like this : B.text = "Blahblahblah";
Now how to make the interaction with flash and flex?..
I am sry, i cant do anything about this, its really stuck here..

Thank you very much
