[flexcoders] Loading images using binary data

2009-01-13 Thread Dan Vega
I have a data grid that lists the contents of a folder an the server.What I want to do is have a button that allows the user to swap between a data grid and a list of thumbnails. There maybe a chance that these directories have more than images but for now lets just pretend they are all images.

RE: [flexcoders] Loading images using binary data

2009-01-13 Thread Kenneth Sutherland
2009 13:39 To: flexcoders@yahoogroups.com Subject: [flexcoders] Loading images using binary data I have a data grid that lists the contents of a folder an the server.What I want to do is have a button that allows the user to swap between a data grid and a list of thumbnails. There maybe a chance

Re: [flexcoders] Loading images using binary data

2009-01-13 Thread Dan Vega
I am able to read in images via the server returning the binary data of the image. My question is can I then create a thumbnail or should I be doing that on the server as well? Thank You Dan Vega danv...@gmail.com http://www.danvega.org