web design template web design template web design template

Page : 1 2

19. Clicking on "Next" button Editing Encoding (Save Settings) window will be display.

20. Rename the Profile to Video1 Setting and click to "Next" button.

21. Clicking on "Next" button Editing Encoding window will be display.

22. Click on "Finish" button.

23. Select the video1 Movieclip on the Stage and Select Windows > Properties.

24. For the best result enter the demonstrated figures with the red circle in the Image given below.

25. Add New Layer above the Video Layer Name it as Actions.

26. Insert a Blank Keyframe on frame 1 on Action Layer.

27. Select Windows > Development Panels > Actions.

28. In the Actions panel type the following actions.

Stop()

29. Select the video1 Movieclip Right click and Edit In Place.

30. Now In video1 Movieclip Add New Layer above the Layer 1 Name it as Actions.

31. Insert a Blank Keyframe on frame 206 on Action Layer.

32. Select Windows > Development Panels > Actions.

33. In the Actions panel type the following actions.

Stop()


34. Come back into Scene 1.

35. Add new layer above Video layer Name it as Play.

36. Import play.png from images folder.

37. Select Modify > Convert to Symbol name it as but_play Behavior as a Button and Registration to top left.


38. Repeate the 35, 36 and 37 steps for but_pause and but_stop buttons Import pause.png and stop.png from images folder respectivly.

39. For the best result change the x and y position as provided below,

Movie Clip Name
x position
y position
play
230.1
257.6
pause
260.1
257.6
stop
290.1
257.6

40. Select the but_play button on the stage Select Windows > Development Panels > Actions.

41. In the Actions panel type the following actions.

on (press) {

video.play();

}

42. Select the but_pause button on the stage Select Windows > Development Panels > Actions.

43. In the Actions panel type the following actions.

on (press) {

video.gotoAndStop(video._currentframe);

}

44. Select the but_stop button on the stage Select Windows > Development Panels > Actions.

45. In the Actions panel type the following actions.

on (press) {

video.gotoAndStop(3);

}

46. Select Control > Test Movie.

 
 

© Image Online  2001-2003