Tema: Php+flash
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/07/2005, 12:50
Avatar de TMeister
TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 3 meses
Puntos: 193
script.php
Código PHP:
<?php
$valor1
="Hello";
echo 
"&variable=$valor1&";
?>
ActionScript
Código PHP:
load_lv = new LoadVars();
load_lv.load("http://tuHost/script.php");
load_lv.onLoad = function(){
    
trace(this.variable//Resultado Hello