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