calling an actionscript function from a webview
In the mobile app that I am developing I need to be able to open a webview that displays a website that is saved locally to the app. I then need to be able to press a button within that webview and have it call a function in the app itself. Is there a way to do this? Can a webview (using javascript or something) call a function in the app? If so, How?
