Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- stop () TAG


mavi - 8:28 pm on Dec 18, 2007 (gmt 0)


HI again

Thanx for your answer.
It works now... well ... almost...

Now the problem is that I can only use the stop and the play button once.

When I press stop the movie stops.
Then I press play and it plays.
But if i want to stop the movie again, the stop button doesn't react again...

Do you have an idea why this happens...
Would be great if you could help me again.

This is what I did... ( 2 frames )
-------------------------------------
STOP BUTTON First frame
-------------------------------------
on (release) {
_root.video1.stop();
_root.video2.stop();
_root.video6.stop();
nextFrame();

---------------------------------------
PLAY BUTTON Second Frame
---------------------------------------
on (release) {
_root.video1.play();
_root.video2.play();
_root.video6.play();
prevFrame();
----------------------------------------

Thanx and regards
MAVI


Thread source:: http://www.webmasterworld.com/flash/3528098.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com