[osflash] From Flash to Javascript...
aromero at fynet.net
aromero at fynet.net
Wed Sep 19 06:59:37 PDT 2007
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
aromero at fynet.net
http://www.fynet.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070919/cbdf4127/attachment-0001.html
More information about the osflash
mailing list