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

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -