Advertisement
iteach

ADD VIDEO/MUSIC to html

Oct 28th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. add music to html
  2. <embed src="sound.mp3" autostart="true" loop="true" width="2" height="0">
  3.  
  4. add music (photo)
  5. https://www.datafilehost.com/d/d7c5a745
  6.  
  7. add video to html
  8.  
  9. <video width=" " height=" " contros >
  10. <source src=" file name.mp4 " type="video/mp4">
  11. </video>
  12.  
  13. https://www.datafilehost.com/d/28e407be
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement