Eric Rohloff wrote:
I might not be understanding correctly but why not put each video in a reveal just like the first? Or do you want the link to the next video to be within the open reveal? Next and Prev?
it's ok Eric
I already did that, and it worked wondefully, but he wanted jusat one video player skin with different videos
We have now however gone back to the original suggestion
I have however another question
when the user clicks on the close button for the modal (if they decide to close before the video ends playing)
I can get the video to pause but not stop
pause is ok but it would be better to have it stop
here is the code I am using
<script>
window.onload = function () {
document.getElementById("close1").onclick = function(){
document.getElementById("vid1").pause();
}
document.getElementById("close2").onclick = function(){
document.getElementById("vid2").pause();
}
document.getElementById("close3").onclick = function(){
document.getElementById("vid3").pause();
}
document.getElementById("close4").onclick = function(){
document.getElementById("vid4").pause();
}
}
</script>
is there a way rto make it stop
The Help You Need: When You Need It The Most
Website Design & Development
Website Renovations
Wayans' Theme Park
Watch Listen & Learn Video Tutorials