[flexcoders] Image.percentLoaded always returns '0' for remote images

2005-11-08 Thread Alon J Salant
Of Alon J Salant Sent: Tuesday, October 25, 2005 12:24 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Security Sandbox Violation when loading image Has anyone learned any more about this issue or come up with a solution? I am experiencing a very similar problem: images loaded from

RE: [flexcoders] Re: Flex 1.5 - n checkboxes

2005-11-08 Thread Alon J Salant
A high level comment that may help you to put your problem and solution in a different light In our work with Flex I have found using a repeater to be a bad smell worth looking in to. Usually, replacing a repeater with a List and CellRenderer cleans things up immensely and enables

RE: [flexcoders] Security Sandbox Violation when loading image

2005-10-25 Thread Alon J Salant
Has anyone learned any more about this issue or come up with a solution? I am experiencing a very similar problem: images loaded from another domain are generating Security Sandbox Violations of the form: *** Security Sandbox Violation *** SecurityDomain 'http://host1/foo' tried

[flexcoders] Issues using standalone Flash Remoting with Flex 1.5

2005-10-21 Thread Alon J Salant
Hey all, Im wondering what experience the group has with using Flex 1.5 with servers running Flash Remoting but not Flex. Id like to distribute my application processing across a number of servers running Flash Remoting and have fewer Flex servers. I have experimented with a couple

[flexcoders] SpringBeanAdapter for Flex Flash Remoting

2005-07-05 Thread Alon J Salant
Hey all, Alex Cruikshank and I are picking our heads up after a couple months on our first major Flex development project. Weve got a lot to share and will be posting to the Carbon Five community site at http://www.carbonfive.com/community/. The version of Flash Remoting packaged

RE: [flexcoders] SpringBeanAdapter for Flex Flash Remoting

2005-07-05 Thread Alon J Salant
@yahoogroups.com Subject: Re: [flexcoders] SpringBeanAdapter for Flex Flash Remoting Anyway to have the AS files respond to Dependency Injection via the Bean files at runtime? - Original Message - From: Alon J Salant To: flexcoders@yahoogroups.com Sent: Tuesday, July

[flexcoders] Flash Remoting bug in Map handling

2005-05-27 Thread Alon J Salant
Hey all, This is both an FYI and a query to see if anyone has a solution to this issue. There seems to be a bug in Flash Remoting in the handling of java.util.Map keys. Setup: Flex 1.5 Remoting configured with serializationFlex/serialization lowercase-keysfalse/lowercase-keys The