I am working with Flex 4 windowed application. I have a mx:HTML container with location attribute like http://bla.com/abc.html. That abc.html has a html button and i want when that html button is clicked then a flex windowed application function should be called. How can i do that please guide.
Dummy Flex 4 windowed application screen shot: http://i41.tinypic.com/2u8kuxk.jpg
Try , accessing flex from javascript.
http://blog.everythingflex.com/2008/02/25/air-actionscript-javascript-bridge/
or
And with my poor AS3 code: