RE: [flexcoders] Access Flex components from browser

2007-02-23 Thread Karl Johnson
There are a few ways you can approach this. One is you can pass the variables in via the querystring and then take them from the querystring and send them to your flex application via flashvars. If you are using php/jsp/asp or some other server side processing, this is really easy to do - just

RE: [flexcoders] Access Flex components from browser

2007-02-23 Thread Tracy Spratt
AM To: flexcoders@yahoogroups.com; flexcoders@yahoogroups.com Subject: RE: [flexcoders] Access Flex components from browser There are a few ways you can approach this. One is you can pass the variables in via the querystring and then take them from the querystring and send them to your flex

Re: [flexcoders] Access Flex components from browser

2007-02-23 Thread Impudent1
Tracy Spratt wrote: ExternalInterface lets you communicate with javascript in the html wrapper. It is delightfully easy to use. And synchronous! I just learned this yesterday :)... ExternalInterface does not work out of the browser. So any script created with adobe extendscript(ecma) launched