en la ayuda del flash 8 encontre algo mas....
en el archivo1.swf pongo:
Código PHP:
System.security.allowDomain("*");
var temporal = "hola mundo";
Cita:
en mi archivo2.swf pongo:Flash Player 8 only) "*"
You can pass a wildcard ("*") to System.security.allowDomain() to allow all domains, including local hosts, access to the calling SWF file. Before using the wildcard, be sure that you want to provide such broad access to the calling SWF file. See the discussion in the main description of this method.
You can pass a wildcard ("*") to System.security.allowDomain() to allow all domains, including local hosts, access to the calling SWF file. Before using the wildcard, be sure that you want to provide such broad access to the calling SWF file. See the discussion in the main description of this method.
Código PHP:
var url = "http://www.hubtimes.com/archivo1.swf";
childMC.loadMovie(url);
texto.text = childMC.temporal;
necesito que en el texto.text salga "hola mundo" y me sigue saliendo "undefined".
referencia: http://livedocs.macromedia.com/flash...=00002647.html
saludos a todos