Play Button for Website Header

Posted by dbirchem 
Play Button for Website Header
July 06, 2009 08:49PM
I've made a header for a new website i'm making, and used Flasheff2 premium plus. The banner is about a 30 second clip of MC's & text fading in and out. Being that long, i would like to give the user the option on playing the header. How would i do that using Flasheff2? Any ideas or thoughts from someone who's done this would help, thanks.
Re: Play Button for Website Header
July 07, 2009 08:31AM
Well, you could do a stop and a play button.
In the package you have downloaded you can find a pdf file called ActionScript Usuage.
There you will be able to find functions and examples on how to do a stop or start.
You'll have to do something like this.
For the stop button do: componentInstanceName.removeEffect()
For the start button do: componentInstanceName.show() or componentInstanceName.hide()
Sorry, you do not have permission to post/reply in this forum.