Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/03/2006, 16:12
Avatar de atak
atak
 
Fecha de Ingreso: julio-2005
Ubicación: Huancayo
Mensajes: 490
Antigüedad: 18 años, 9 meses
Puntos: 5
De acuerdo Xml

Hola macbomb

Prueba dandole la ruta exacta de tu archivo PHP

Código PHP:
<?
stop
();
var 
temas_xml:XML = new XML();
///  ruta exacta 
temas_xml.load("http://localhost/temas.php");
temas_xml.ignoreWhite true;
temas_xml.onLoad = function(ok:Boolean) {
    if (
ok) {
        
play();
    }
}
?>


espero te ayude

Salu2

__________________
. .: El mejor Inicio :. .