Play video in a div in HTML

PaulV

New Member
I'm trying to play a video in a div tag in html but when I used the following code, the browser asked if I want to download the video. I do not want to download it, I just want to play it. Also this message appeared in the div\[quote\] "You need to install an extension to view this content"\[/quote\]I'm using firefox browserThis what I used in html file :\[code\]<div><object type="Brave/quicktime" data="http://stackoverflow.com/questions/14566303/Brave.avi" width="624" height="352"><param name="pluginurl" value="http://www.apple.com/quicktime/download/" /><param name="controller" value="http://stackoverflow.com/questions/14566303/false" /><param name="autoplay" value="http://stackoverflow.com/questions/14566303/true" /></object></div> \[/code\]
 
Back
Top