This content has been marked as final.
Show 4 replies
-
1. Re: How to stop video after leaving page
Ross Ritchey Jan 8, 2010 11:52 AM (in response to PrintingByDBE)video.stop(); will stop the video currently playing (assuming "video" is the name of the video object).
Then, on the About Us page, do a check to see if the video was already loaded before you load it. If loaded, video.play(), otherwise load the video.
-
2. Re: How to stop video after leaving page
PrintingByDBE Jan 8, 2010 11:54 AM (in response to Ross Ritchey)thank you very much
-
3. Re: How to stop video after leaving page
PrintingByDBE Jan 8, 2010 12:00 PM (in response to Ross Ritchey)1120: Access of undefined property myVideo.
-
4. Re: How to stop video after leaving page
Ross Ritchey Jan 8, 2010 12:06 PM (in response to PrintingByDBE)If the video element only exists on the about us page, then the script to start and stop it is going to have to be on that same page.


