Hi, Kevin,
actually you need some additional programming to make Flash (it has its own DOM!) call JavaScript function (i.e. another DOM). Using GetURL("javascript:...") will not work, in fact it works only on simple web-pages only. The safest way to set up communication Flash-JavaScript is still FSCommand mechanism. But it needs additional functions.
Hi, Kevin,
actually you need some additional programming to make Flash (it has its own DOM!) call JavaScript function (i.e. another DOM). Using GetURL("javascript:...") will not work, in fact it works only on simple web-pages only. The safest way to set up communication Flash-JavaScript is still FSCommand mechanism. But it needs additional functions.