Re: [flexcoders] Image Viewer

2008-08-25 Thread Doug McCune
> The only way to reduce traffic is to generate thumbnails on the server, > which is more or less what Scene7 does > Woah now, I didn't realize they had everyone drinking quite so much of the Adobe "push the expensive stuff" kool aid :) You can certainly use AIR to load images and create previe

Re: [flexcoders] Image Viewer

2008-08-25 Thread USA
Hi Alex, Thanks for your response. Actually I am loading image in InitializeImage() function. Also I am implementing Adobe AIR application where I am looking into the file system and not communicating to server. I am wondering how to use Bitmap? regards, Uma On Mon, Aug 25, 2008 at 11:57 PM, Al

RE: [flexcoders] Image Viewer

2008-08-25 Thread Alex Harui
When you create thumbnails in your app, you have to load the original data in order to do so. The only way to reduce traffic is to generate thumbnails on the server, which is more or less what Scene7 does From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT