Week 13: Lab #26
Embedded Media Scripting
DUE: Tuesday, 4/18 @ 5pm
- Add three media elements:
- Embedded MP3 audio file as an <audio> element.
- Embedded MP4 video file as a <video> element.
- Embedded YouTube video as an <iframe> element.
- Each element should have a play and pause button associated with it.
- The play and pause buttons should start/stop the associated media using vanilla JavaScript or jQuery.
- You will need to use the YouTube API to start/stop the iframe content for the YouTube video.
Upload your completed lab by the due date specified above and make sure that you add a working link to it on your class page, otherwise it will not be reviewed and you will not receive credit.