How To pause FlashEff2 at runtime???

Posted by soliton 
How To pause FlashEff2 at runtime???
March 20, 2010 06:33PM
Hi All
I have an array of images (slideshow) playing
I want to add a 'Pause' / 'Resume' button
How can I pause/resume the FlashEff2 at runtime?
I've tried changing the 'hideDelay' property but it didn't work
any ideas?
Yariv
Re: How To pause FlashEff2 at runtime???
March 22, 2010 12:36PM
soliton,

flasheff2 animations can not be paused and resumed. You can only stop the animation while is playing, using the removeEffect() method or start it it using the show() method.



Edited 1 time(s). Last edit at 01/14/2011 12:45PM by florodebat.
Re: How To pause FlashEff2 at runtime???
January 10, 2011 11:23AM
I am trying to pause the effect also, but am quite new to flash, how do you apply the remove effect method?
Regards,
Sean R.
Re: How To pause FlashEff2 at runtime???
January 10, 2011 12:59PM
You just need to call the removeEffect method on flasheff.
eg flasheffInstance.removeEffect()
Sorry, you do not have permission to post/reply in this forum.