hi Hendrik, are you on CS4? i'm still on CS3. the FileReference.download() method allows for URLRequests not bytearrays. in CS4 there is a save() method which allows you to pass bytearrays. is that what you mean or am i missing a trick with download() and URLRequest? it states that i can't use a bytearray datatype for URLRequest.data with download(). thanks.
> Date: Thu, 10 Dec 2009 12:10:37 +0100 > From: [email protected] > To: [email protected] > Subject: Re: [Flashcoders] Publish transparent .gif file in AS3 > > David Hunter wrote: > > > > Henrik, good shout mentioning that library. i've used it before but does it > > produce an _actual_ image or just a byte array that then requires some > > other script to write that as a file to a server or for download etc? > > forgive me, i've only played with the library once. > > thanks > > > > It gives you a bytearray that you can do anything with, pass it to > FileRefference.download, Loader.loadBytes or just send it in a http > request. It is up to you what you want to do with it. > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _________________________________________________________________ Add your Gmail and Yahoo! Mail email accounts into Hotmail - it's easy http://clk.atdmt.com/UKM/go/186394592/direct/01/_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

