|
|
Yes, you ca achive the same.
Add a content editor webpart on the page and in the content editor webpart add the below tages. Please dont forget the add the exact url which you want to show the video.
<embed src="[URL]" width="500" height="300" autostart="False" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" filename="[URL]" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="False" displaybackcolor="True" bufferingtime="6" wmode="TRANSPARENT"></embed>
Try the above.
Regards, Anil
|