[flexcoders] accessing flex functions from outside an app

2009-02-27 Thread el_koose
hi guys, i'm fairly new to flex but ok with my as3. have built an app with all functionality enclosed but in the real life version part of the nav will not be flex, perhaps HTML. What, if any, are the best ways to trigger state changes and functions from outside a flex app? is this possible? i

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

2009-02-27 Thread Gregor Kiddie
10:12 To: flexcoders@yahoogroups.com Subject: [flexcoders] accessing flex functions from outside an app hi guys, i'm fairly new to flex but ok with my as3. have built an app with all functionality enclosed but in the real life version part of the nav will not be flex, perhaps HTML. What, if any

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