Re: [flexcoders] How would you go about to make SuperImage support .swf?

2007-09-20 Thread bjorn -
Alex: If you don't need the cache, why not just use SWFLoader? becuase I care about the cache in relations to images loaded from the web, but not when it comes to the .swf icons which I will embed. Ely - thanks, that worked like a charm :-) ... and also thanks for creating this great component!

RE: [flexcoders] How would you go about to make SuperImage support .swf?

2007-09-19 Thread Ely Greenfield
Down at the bottom of the commitProperties() routine, add an extra else clause to the big if statement: Else if (newSource is DisplayObject) { _content = newSource; } That should in theory take care of it. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] How would you go about to make SuperImage support .swf?

2007-09-19 Thread Alex Harui
If you don't need the cache, why not just use SWFLoader? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn - Sent: Wednesday, September 19, 2007 7:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How would you go about to