-Do you have Windows Media Player 10 installed? The video is unable to respond if this program is not installed.
-Try clicking REFRESH at the top of the internet browser or stop the video, and press play again and let it reload.
-It is possible that the video provider has shut down the video, we will fix that asap.
- How do I put a video on my page?
1. Search and find your video you want.
2. Make sure the video is playing.
3. 'Select All' the code at the bottom of the video and 'Copy' (CTRL+C or right click + Copy).
4. Go to where you can edit your webpage (it varies), and paste/insert the code (CTRL+V or right click + Paste) where it allows you to. Submit your changes.
- Why did my video stop playing?
-If the video was recently playing before and suddenly stops over time, it is possible that the video provider has shut down the video. We will get on it asap. We apologize for those technical problems.
- How do I resize my video?
-Change the height and width values in the code.
Example:
height="300" width="200" (make the number between the quotes larger or smaller depending on the size you want).
- How can I set the video to play on command and not start when the page is opened?
-In the video code, the video is set so it plays automatically when the page is opened. In the code, there is a section where it will say "loop" - the loop is set as true (ex: loop="true"). Set this as loop="false" (ex: loop="false"). This will set the video to play on command by clicking the play button.