|
1. The reason you are not seeing the controller is because you cropped the video file. Quicktime files sometimes does not display the controller for cropped videos.
Your video is 410 x 320 and you are only displaying 393 x 274.
2. You can set the controller settings in the embed tag.
CONTROLLER=true/false
LOOP=true/false
AUTOPLAY=true/false
You can add this so it will not autoplay and still show the controller as long as you resize you embedded file.
CONTROLLER=true LOOP=false AUTOPLAY=false
imaginemn
|