On 5/8/07, Denis <[EMAIL PROTECTED]> wrote:

> I'm developer and maintainer for the IIPImage software,
> iipimage.sf.net , and I would like to provide it with a flash viewer.
> I've started investigating httpservice and the result is not so good,
> I query the server for a jpeg image, the server send to me a jpeg but
> I get only the header!
[...]

I haven't looked at your code in detail, but it looks like you're
using an HTTPService to display an image in an Image component where
you can use the URL of the image directly.

 <mx:image source="http://example.com/path/to/image.jpg"; />

Reply via email to