Latest Updates

Friday, 22 August 2014

if you don't have music player or video player in your pc you can watch videos or listen music in your browser with simple steps

this is html coding of audio tag with this you can listen music in web browser


1...<audio controls>
    <source src="horse.mp3" type="audio/mpeg">
  </audio>




<source src="horse.mp3" type="audio/mpeg"> this is padh of your file







2...this is html coding of video tag with this you can see videos in web browser

<video width="640" height="480" controls>
  <source src="file:///E:/movies/spidermann%202%20amazing.mkv" type="video/mp4">

</video




<video width="640" height="480" controls>      with this you can adjust screen size of video


  <source src="file:///E:/movies/spidermann%202%20amazing.mkv" type="video/mp4">
this is path of file





  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: if you don't have music player or video player in your pc you can watch videos or listen music in your browser with simple steps Description: Rating: 5 Reviewed By: Unknown
Scroll to Top