Hi Carl!
Thanks for your reply!
Ok I wasn't clear enough...
I´m trying to pass and update a variable to a swf loaded by SWFLoader.
For instance update a text field, included in the loaded swf.
It works if the swf is loaded in the standard way. This is what I wrote:
var Pisadaloader: SWFLoader = new SWFLoader("assets/Pisada_mc.swf", {
name: "PisadaMc",
alpha: 0,
estimatedBytes: 1000,
container: pisada_null_mc,
width: 720,
x: 0,
y: 580,
autoPlay: true
});
addChildAt(Pisadaloader.content, 1);
Pisadaloader.load();
Titulo = myXML.VIDEO.@TITULO;
SubTitulo = myXML.VIDEO.@SUBTITULO;
param1 =