Tengo un problema, tengo 3 frames en cada uno quiero mostrar un video, en el primero esta:
Código :
stop(); var video_xml:XML = new XML(); video_xml.ignoreWhite = true; video_xml.onLoad = function(exito) { urlFloridaparks = video_xml.firstChild.firstChild.childNodes[1].firstChild.nodeValue; florida = urlFloridaparks.toString(); _parent.video.loadMovie(florida, 1); _parent.gotoAndStop(1); }; video_xml.load(\\\"http://www.midominio.net/xmlClientes.php\\\");
En el segundo frame intento hacer lo mismo pero me dice:
Código :
*** Violación de la seguridad Sandbox *** El dominio de seguridad \\\'http://www.midominio.net/xmlClientes.php\\\' ha intentado acceder al contexto incompatible \\\'file:///C|/Plas/usa.swf\\\'
Agradeceria que me ayudaran pues tengo 3 frames, 3 swf que quiero que se reproduscan seguidos, las rutas estan en un xml y no lo he logrado.
Gracias!!!

