flex - how to change the flash builder generate HTML to call function in actionscript? -
i have actionscript project, , have provided function want called html(the flash builder generated html file).
externalinterface.addcallback("geturl", geturl);
this code in actionscript, how can modify flash builder generated html file can call geturl()?
just add function between <script>
tags in index.template.html
file located in html-template
folder of project.
Comments
Post a Comment