Hey,
how can I embed a .mov so my webbrowser (and possible ALL THE OTHER BROWSERS, TOO) will play it back in double size? Just doubling the size in the object and embed tags doesn't help it.. and doubling the movie's size in QT player PLUS doubling the tag's sizes doesn't help either. I am really no pro in this so please help?!
<div align="center">
<object width="320" height="240" CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<embed width="320" height="253" src="http://www.xyz.de/movie.mp4" bgcolor="FFFFFF" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></embed>
</object>
</div>