Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/04/2008, 14:42
Avatar de conexion-system32
conexion-system32
 
Fecha de Ingreso: abril-2008
Mensajes: 8
Antigüedad: 16 años
Puntos: 0
De acuerdo Pasar una variable php a flash

Código HTML:
<--!code flash-->
php_lv = new LoadVars();
php_lv.load("xxx.php");
php_lv.onLoad = function ()
{
    texto_ti.text = this.texto;
}


<--!code PHP-->
<?php
$texto = "VIDEOAPRENDE";
echo "texto=".$texto;
?> 

en flash creas un Text input con nombre de instacia: texto_ti

en el php cambias xxx.php por el nombre que tu kiereas etc etc

espero te sirba saludos amigo