Wow...that would be easy.
I'm getting an error saying "object required" with the above. What could be missing??
<script type="text/javascript">
function swap() {
document.getElementById(vi
document.getElementById(vi
}
</script>
<div id="video1"><a onclick="swap()"><img border="0" src="images/video_ss.gif" alt="Click to Play our Credintials Video"><br>click to play...</a></div>
<div id="video2" style="display:none"><script
Main Topics
Browse All Topics





by: WBuffetPosted on 2008-08-11 at 09:55:07ID: 22206064
Could it be as simple as wrapping the movie in a div, setting it to "display: none" then swap the movie for the image? (Image goes to "display:none", movie goes to "display:block")
Select allOpen in new window