|
Hi, first of all thanks for these great code examples!! I have a Video in the Top Extruder like this: <video id="vid1" width="640" height="360" controls="" stop=""> <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4"/> <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm"/> <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg"/>
</video>
<input type="button" onclick="document.getElementById('vid1').play();" value="Play"/>
<input type="button" onclick="document.getElementById('vid1').pause();" value="Pause"/><input type="button" onclick="document.getElementById('vid1').stop();" value="Stop"/>
How can I stop the video when the Top Extruder is closing?? Thank you for any hint/help |
The question has been closed for the following reason "The question is answered, right answer was accepted" by Matteo Bicocchi Feb 11 '11 at 15:59
|
Hi,
just add:
Bye, Matteo |


