RE: [flexcoders] accessing flex functions from outside an app

2009-02-27 Thread Gregor Kiddie
Read up on ExternalInterface. You can expose functions to the outside using it. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet

Re: [flexcoders] accessing flex functions from outside an app

2009-02-27 Thread Ashish Verma
You can take advantage of following things 1. navigateToURL() - fro calling javascript function from Flex check browser comptability 2. flash.netExternalInterface - with call () and callable () to call function flex to javascript and vis versa 3. FA Bridge - Flez AJAX bridge : wraped