Page is a not externally linkable
mavi - 8:28 pm on Dec 18, 2007 (gmt 0)
Thanx for your answer. Now the problem is that I can only use the stop and the play button once. When I press stop the movie stops. Do you have an idea why this happens... This is what I did... ( 2 frames ) --------------------------------------- Thanx and regards
HI again
It works now... well ... almost...
Then I press play and it plays.
But if i want to stop the movie again, the stop button doesn't react again...
Would be great if you could help me again.
-------------------------------------
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();
----------------------------------------
MAVI