I have been trying to get my Java Script talk to my Flash file and i am not sure what the problem is.
Code:<script language="javascript" type="text/javascript"> function callFlash(){ if (navigator.appName.indexOf("Microsoft") != -1) { window["FlashVars"].test(); }else{ document["FlashVars"].test(); } } callFlash(); </script>
In Flash
Code:function test(){ getURL("http://www.yahoo.com") }


Reply With Quote
Bookmarks