Thats a flash 9/flex only feature right ?
 
Flash 8/as2 doesn't have a data property..
 
g.
 
 
...................................................
> b l u e t u b e i n t e r a c t i v e
.: The glue between creative and engineering
.: grant davies
.: 404.428.6839 (c)
.: 708-983-1577 (F)
> [EMAIL PROTECTED]
> http://www.bluetube.com/bti <http://www.bluetube.com/bti> 

 

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Geoffrey Williams
Sent: Friday, March 30, 2007 11:44 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How do I read Response after FileReference
uploads a file?



fileReference.addEventListener (DataEvent.UPLOAD_COMPLETE_DATA,
eventHandler);

The DataEvent dispatched will have a data property with the data you are
looking for.

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of thegators_2002
Sent: Friday, March 30, 2007 11:36 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How do I read Response after FileReference uploads
a file?

I am trying to use FileReference to upload a file from the user side
to a web page and read the response(xml) that the server returns. I
can't figure out how to get the response, however. It doesn't seem to
be included in the FileReference object.

Is there a way to read the response coming back after a file upload,
or is this halted by design?

 

<<attachment: small.jpg>>

Reply via email to