|
it cant be done unless you plan on embedding the video in a webpage ( i.e. it wont work if you open the video in media player )
as martin mentioned you would use an event handler to trigger the movie to start.. to control a movie you would use a command like
onclick="document.thisdiv.visibility=hidden;videoi dname.controls.play();"
so first you would float an image above the video ( like an ad or something ) or just a table inside a div tag and make it vanish when they clicked it and play the video
__________________
hatisblack at yahoo.com
|