mago
11-28-2004, 07:15 PM
Hello,
For the first time I've tried to add a video to my website:
<html>
<body>
<embed src="movie.avi"></embed>
</body>
</html>
I have two questions:
1. The movie "jumps" back to the first frame when finished. I want to avoid this and instead show the last frame when the movie is done. Can this be achieved by adding some fancy attributes to the tag?
2. In what way does an object tag differ from an embed tag? Which one is preferable?
Thank you!
For the first time I've tried to add a video to my website:
<html>
<body>
<embed src="movie.avi"></embed>
</body>
</html>
I have two questions:
1. The movie "jumps" back to the first frame when finished. I want to avoid this and instead show the last frame when the movie is done. Can this be achieved by adding some fancy attributes to the tag?
2. In what way does an object tag differ from an embed tag? Which one is preferable?
Thank you!