Hi, 

I've tried your example and it doesn't either work for me.
Looking carefully at JavaScriptProxy.as class, I've noticed that in 193 
line it makes the real call to javascript.

Instead of writing : 

var callString:String = "javascript:FlashProxy.callJS(" + argsString + 
");";

try this : 
var callString:String = "javascript:FlashProxy.callJS('updateStatus', 
'hola');";

and now the call is properly made, so the problem could be in parameters 
composition.

Hope it can helps,

regards

África Belén Romero Fernández
Fynet Solutions
981 634  067
[EMAIL PROTECTED]
http://www.fynet.net
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to