Re: [flexcoders] possible to get bytes from a pre-existing Image?

2008-09-17 Thread Pan Troglodytes
hem get actually used, it might be > better to get them over http. After the first fetch it should be in their > browser cache. > > > > -Alex > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Pan Troglodytes > *Sent:* Wednesday, Se

RE: [flexcoders] possible to get bytes from a pre-existing Image?

2008-09-17 Thread Alex Harui
esday, September 17, 2008 6:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] possible to get bytes from a pre-existing Image? Alex - did part of your reply get chopped off? I'm not quite understanding. On Wed, Sep 17, 2008 at 6:51 PM, Alex Harui <[EMAIL PROTECTED]<mailto:[

Re: [flexcoders] possible to get bytes from a pre-existing Image?

2008-09-17 Thread Pan Troglodytes
Behalf Of *Jim Hayes > *Sent:* Wednesday, September 17, 2008 3:13 PM > *To:* flexcoders@yahoogroups.com > *Subject:* RE: [flexcoders] possible to get bytes from a pre-existing > Image? > > > > > I as far as I can work out > > [Embed(source="logo.png", mimeType=&q

Re: [flexcoders] possible to get bytes from a pre-existing Image?

2008-09-17 Thread Pan Troglodytes
Excellent tip! Well, here's what I'm trying to do. I have logos for various companies embedded in my SWF. I also have various graphs where the logos will be shown in the datatip popup. The contents of this datatip are returned in an SQL statement. Why SQL? Because this is an easy place my bos

RE: [flexcoders] possible to get bytes from a pre-existing Image?

2008-09-17 Thread Alex Harui
It might be a subclass of Bitmap From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Hayes Sent: Wednesday, September 17, 2008 3:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] possible to get bytes from a pre-existing Image? I as far as I can work out

RE: [flexcoders] possible to get bytes from a pre-existing Image?

2008-09-17 Thread Jim Hayes
I as far as I can work out [Embed(source="logo.png", mimeType="application/octet-stream")] public var logo:Class; would enable you to access logo as a bytearray. I hope that helps? I'm still not really quite sure what you're trying to do, to be honest. Anyway, you might want to have a look a