javascript - HTML Media (Audio) player -
i want ask how code html audio (media) player, based on youtube video. youtube video url , add website audio media player (without video). thanks. have nice day
a tad of googling helps! useful links
using this website yields following code:
<div style="position:relative;width:267px;height:25px;overflow:hidden;"> <div style="position:absolute;top:-276px;left:-5px"> <iframe width="300" height="300" src="https://www.youtube.com/embed/youtube_video_id?rel=0&autoplay=1"></iframe> </div> </div> if don't want audio autoplay, simple remove &autoplay=1 src of iframe.
Comments
Post a Comment