Hi – I’ve tried following all kinds of directions but with no luck. What I really want is a pause button that … obviously pauses the movie and then displays the play symbol when pressed. And vice versa - plays and switches back to pause symbol. I am not proficient in Flash and though I understand many of the basics, had no luck in getting various scripts/directions to work for me (yet).
What I have put together, however is this:
http://kqimageserver.com/test/playpause.aspx
I have a working pause button and a working play button. Halleluyah! lol
However – does anyone know a fairly forthright and easy way to make only one at a time appear, and upon click of play button, it plays and displays the pause symbol, and upon click (or press or whatever) of the pause button, it pauses and the play symbol displays.
I have the pause and play buttons on different layers.
the play button has action:
on (press) {
play();
}
and pause button has:
on (press) {
stop();
}
Simple enough - and works if I can just get the other to be hidden while one is doing its thing… though I intend to keep looking for my ideal solution, I really would like to get something working fairly well up quickly.
Anyone out there able to help me? Thanks!!!