Re: [Flashcoders] can't get e.target.data

2011-10-08 Thread Jordan Chilcott
I think you may need to look at what your Python script is doing. It may not be set up to handle default values in the case of missing data. jord On Oct 8, 2011, at 10:40 AM, John Polk wrote: I had this: var req:URLRequest = new URLRequest(siteUrl + store/flash_store2.py);

Re: [Flashcoders] Wait for several things to be loaded

2011-03-18 Thread Jordan Chilcott
There are many ways to accomplish this. As to what is better depends on the need of the application. If the view wholly dependent on multiple data parts arriving, I'll often work in sequence as quite often, I will have one part of data depending on another. For views that can display something,

Re: [Flashcoders] Need Flash Remoting Setup for Java

2006-08-01 Thread Jordan Chilcott
Download openAMF (http://www.openamf.net). It works with almost any J2ee server. All you really have to do as far as openAMF goes is put the jar in your /WEB-INF/lib folder and configure the openamf-config.xml to see your flash service and modify the web.xml to map to the gateway. You'll