I think you can make it work with any type of flex effects like WipeLeft or 
right, I haven't tried them all...

if you don't want it to be visible till later, there are several ways you could 
do this. I have to assume that "until later" means an event at some poitn in 
time.. 
You can hide your swfLoader then on that event, trigger an effect on the 
swfLoader like the fade.(in AS). 
Or, you can leave the swfLoader empty until your event happens and it calls the 
load on the swfLoader to load its content. Leave the completeEffect on the 
swfLoader so that once your image is loaded it will fade..and it will do so 
everytime the content changes...

I guess,these are a few things I would try... 





----- Original Message ----
From: Matt <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, April 25, 2007 1:48:09 PM
Subject: [flexcoders] Re: SWFLoader for .swf and Effects?

Okay, I noticed that was the only effect mentioned for SWFLoader, but
does that mean you can't do any other types of effects with it? What
if I don't want it to be visible until later and when I make it
visible I would like to fade it in?

Thanks

--- In [EMAIL PROTECTED] ups.com, Alain Thibodeau <[EMAIL PROTECTED] > wrote:
>
> An example using a fade effect: 
> 
> <mx:Fade id="myFade" duration="5000" />
> 
> <mx:SWFLoader .... ...... .. completeEffect= "myFade"/ >
> 
> 
> 
> 
> ----- Original Message ----
> From: Matt <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] ups.com
> Sent: Wednesday, April 25, 2007 11:59:36 AM
> Subject: [flexcoders] SWFLoader for .swf and Effects?
> 
> I'm trying to figure out a way to apply a fade-in effect for a vector
> image that is being loaded in an SWF via the SWFLoader but I can't
> seem to make it work. I've thought perhaps I could grab the child to
> add the effect, but that requires the SWFLoader to have completed
loading.
> 
> Is there a better way to do this? It's a vector graphic exported from
> Illustrator that I'm trying to fade-in.
> 
> 
> 
> 
> 
> Be smarter than spam. See how smart SpamGuard is at giving
junk email the boot with the All-new Yahoo! Mail at
http://mrd.mail. yahoo.com/ try_beta? .intl=ca
>





      Ask a question on any topic and get answers from real people. Go to 
Yahoo! Answers and share what you know at http://ca.answers.yahoo.com

Reply via email to