I tried to stream a video from my browser using the object tag in html. But when I build the project, the video is not being played. Here is the piece of code,
<object id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="autoStart" value="True">
<param name="URL" value=" http://www.youtube.com/watch?v=PZZSsHQmz0E "/>
<param name="rate" value="1"/>
<param name="balance" value="0"/>
<param name="enabled" value="true"/>
<param name="enabledContextMenu" value="true"/>
<param name="fullScreen" value="false"/>
<param name="playCount" value="1"/>
<param name="volume" value="100"/>
</object>