Assignment 6
A JavaScript-controlled Media Element
Submit before 11:30 PM Saturday October 26

Overview

You will develop a customized, JavaScript-controlled media element.

Requirements

Using your own audio or video clip, develop a Web page that presents a user-controlled media element that employs JavaScript code to do the following:

  1. At least three customized buttons for running the media element.
  2. A text box or menu for giving the user control of media selection or placement.
  3. At least one media-event-driven (e.g. media play has ended) response. Write a function that executes code that responds to it.

Submission

On D2L, submit a zip file of a folder with the following contents:

  • A readable document (pdf or txt) that summarizes your accomplishment and explains how you addressed the requirements.
  • html file
  • JS file
  • Any supplementary files for your web app

When you submit, paste the URL of your web app in the submission comment.

Grading

This assignment is worth 10 points. A rubric will be provided with the submission.