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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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