Re: [Flashcoders] FileReference and actionscript 2.0

2006-06-26 Thread David Rorex
nd?? All the samples are in AS1 and I don't know what to do for my events :( - Original Message From: hank williams <[EMAIL PROTECTED]> To: Flashcoders mailing list Sent: Sunday, June 25, 2006 5:20:43 PM Subject: Re: [Flashcoders] FileReference and actionscript 2.0 I am curio

RE: [Flashcoders] FileReference and actionscript 2.0

2006-06-26 Thread Mike
:FileReferenceListener = new FileReferenceListener(); file.addListener(listener); // Do stuff with "file". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of human ghaderyan Sent: Sunday, June 25, 2006 7:34 AM To: Flashcoders mailing list Subject: Re: [Fla

Re: [Flashcoders] FileReference and actionscript 2.0

2006-06-25 Thread human ghaderyan
e in AS1 and I don't know what to do for my events :( - Original Message From: hank williams <[EMAIL PROTECTED]> To: Flashcoders mailing list Sent: Sunday, June 25, 2006 5:20:43 PM Subject: Re: [Flashcoders] FileReference and actionscript 2.0 I am curious what those tricks are. What I

Re: [Flashcoders] FileReference and actionscript 2.0

2006-06-25 Thread hank williams
david. I think I can do some tricks to return value after completion of download. - Original Message From: David Rorex <[EMAIL PROTECTED]> To: Flashcoders mailing list Sent: Sunday, June 25, 2006 9:21:58 AM Subject: Re: [Flashcoders] FileReference and actionscript 2.0 On 6/

Re: [Flashcoders] FileReference and actionscript 2.0

2006-06-24 Thread human ghaderyan
Thanx david. I think I can do some tricks to return value after completion of download. - Original Message From: David Rorex <[EMAIL PROTECTED]> To: Flashcoders mailing list Sent: Sunday, June 25, 2006 9:21:58 AM Subject: Re: [Flashcoders] FileReference and actionscript 2.0 O

Re: [Flashcoders] FileReference and actionscript 2.0

2006-06-24 Thread David Rorex
On 6/23/06, human ghaderyan <[EMAIL PROTECTED]> wrote: Hi list I try to use FileReference class in a actionscript 2.0 project. the browse and upload methods work fine but it seems that this class designed for AS 1.0 (???). I can't find any AS 2.0 sample and don't know what to do for catching

[Flashcoders] FileReference and actionscript 2.0

2006-06-23 Thread human ghaderyan
Hi list I try to use FileReference class in a actionscript 2.0 project. the browse and upload methods work fine but it seems that this class designed for AS 1.0 (???). I can't find any AS 2.0 sample and don't know what to do for catching events . I think this class has bad architecture. for