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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -