ARandomInternetUser

ARandomAudio Source Code

Oct 11th, 2022 (edited)
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | Source Code | 0 0
  1. // Edit: Now you can put multiple players on the same page with the help of iFrames!
  2.  
  3. // HTML code
  4.  
  5. <iframe src="https://arandomsite.neocities.org/other/site/music/?json=Json-File-Name.json" style="border: 0;width: 100%;height:102px;"></iframe>
  6.  
  7. // JSON file code
  8.  
  9. {
  10. "name": "Song Name",
  11. "artist": "Song Artist",
  12. "cover": "Album Cover Image",
  13. "duration": "minutes:seconds",
  14. "durationSeconds": "seconds",
  15. "audio": "mp3 audio file"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment