Re: [flexcoders] Re: JPEGEncoder.as

2006-10-18 Thread Andrew Bourne
ote: Any luck pulling up that code sample? :)   Shan From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Andrew Bourne Sent: Thursday, October 12, 2006 6:18 PM To: flexcoders@yahoogroups.com Subject: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW]

Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-12 Thread Andrew Bourne
Hi Shannon, I currently do almost exactly what you are after. I have a socket class that I use to stream the binary data which I then split into the image packets and then decode the jpegs via the Loader.loadBytes method. We use a custom protocol with normal jpegs as the data, so for mjpeg

Re: [flexcoders] generating a size report

2006-10-09 Thread Andrew Bourne
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Andrew Bourne Sent: Wednesday, October 04, 2006 12:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] generating a size report Is it possible to get a report from any of the Flex 2 tools about

[flexcoders] generating a size report

2006-10-04 Thread Andrew Bourne
Is it possible to get a report from any of the Flex 2 tools about the compiled size of each class and embedded assets similar to the Flash IDE report available on publishing? Cheers, Andrew -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Andrew Bourne
, Andrew Bourne [EMAIL PROTECTED] wrote: Is it possible to load and display animated gifs at runtime? I have been unsuccessful in using the Loader, SWFLoader or Image components to display these. Livedocs nor other sites make any mention of whether this is possible. Any help would be much

Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Andrew Bourne
As the GIFs I am attempting to display are ads I don't have control over them to be able to convert them to SWFs, instead I am now adding them to the html DOM via JS. Seems to be working well at the moment. Cheers, Andrew -- Flexcoders Mailing List FAQ:

[flexcoders] loading animated gifs at runtime

2006-10-01 Thread Andrew Bourne
Is it possible to load and display animated gifs at runtime? I have been unsuccessful in using the Loader, SWFLoader or Image components to display these. Livedocs nor other sites make any mention of whether this is possible. Any help would be much appreciated. Cheers, Andrew -- Flexcoders