Pues eso, este es el script:
<script language="javascript" type="text/javascript">
<!--
function dameVariable(){
var mi_variable = document.form1.combo.value;
var mi_flash = document.getElementById("flash");
mi_flash.SetVariable("externa", mi_variable);
}
-->
</script>
y dentro del flash un textfileld con la variable "externa" y un botón que llama
a la función
Me funciona en ie, pero en firefox no. La consola javascript de firefox me dice:
Error: mi_flash.SetVariable is not a function
Archivo Fuente:
http://travelmate/pruebas/Flash_pillarVariableExterna/variableExterna.html
Línea: 12
¿algún arreglillo que sirva?
-----------------------------------------------------
ASNativos
www.5dms.com
subscripciones/desubscripciones
http://asnativos.5dms.com
-----------------------------------------------------