Forum Moderators: not2easy
What is the best way to tell a browser to open a video file within itself (either in the page itself, or in a new page) I want the media player to be opened within the confines of the browser, not as a seperate proggy.
<object codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="" width="">
<param name="src" value="nameofvideo.mov">
<param name="autoplay" value="true">
<param name="controller" value="false">
<embed height="" pluginspage="http://www.apple.com/quicktime/download/" src="nameofmovie.mov" type="video/quicktime" width="" controller="false" autoplay="true">
</object>