not sure which part of the solution you're after but:
- from AIR you can create hooks in your html page, using something
like myHtml.htmlLoader.window.customJSHandler = this.onCustomJSHandler
- customJSHandler can be called from within your htmlpage by <a
href="javascript:customJSHandler"/>

cheers,
Dennis
--- In flexcoders@yahoogroups.com, "Paul Andrews" <p...@...> wrote:
>
> If this were an ideal world I'd be able to specify a function in my
flex/AIR app as an html link in an html page rendered by the application.
> 
> Any ideas about how I might achieve this?
> 
> Paul
>


Reply via email to