RE: [flexcoders] Flex2B3: Problem returning Object[] from a RemoteObject call

2006-06-11 Thread Peter Farland
Aejaz, This is expected. You can't assign the result of a remote object call immediately to a value. The Flash Player needs to make calls asynchronously so that the movie does not stall while waiting for a response from the network. Instead you're returned a token to help you track

RE: [flexcoders] Flex2B3 problem

2006-05-10 Thread Matt Chotin
Usually this means that you didnt really get the new player installed correctly. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff Sent: Tuesday, May 09, 2006 3:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2B3 problem This

Re: [flexcoders] Flex2B3 Problem with beta3 and FileReferenceList

2006-05-09 Thread Abdul Qabiz
I agree, I think it's not working, I just made a quick test to see it.-abdulOn 5/9/06, rs [EMAIL PROTECTED] wrote:Hi there,My existing code for uploading files worked fine with Flex beta 2, but it in beta 3 the SELECT event is not raised!As in the examples I've added an event listener like