This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Close out player on video completion

I have a transparent flash video player on a site, but when the video finishes it covers the links underneath it. Is there any way to have the flash player close out completely to re-expose the links underneath?
I am using the swfobject to insert the video and use a separate play button (image) to activate. I do have flash 8 if some coding is needed there but I am weak on action script and would need help. Can I do this in html?
Here's the coding that is on the html page below with the < tags removed.
Thanks in advance.

script type="text/javascript" src="swfobject.js">

script type="text/javascript">
function writeMovie()
{
var so = new SWFObject("video5.swf", "video5", "480", "360", "8", "#336699");
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.addParam("salign", "lt");
so.write("flashcontent");
}
/script>
/div>
div id="Layer4">
img src="playbutton.gif" ="writeMovie()" alt="Click To Play Video">
/div>