Enter the URL of the IFrame SRC URL you wish to test. We will highlight errors.
Fired when the media is ready to receive commands. This is fired regardless of listening to the event.
Fires when the video starts to play.
Fires when the video is paused.
Fires during playback, includes the currentTime and the duration.
Fires when the video has ended.
Play the media
Pause the media
Determine if the media is paused
Mute the media
Unmute the media
Determine if the media is muted.
Set the volume. Value needs to be between 0-100.
Get the volume. Value will be between 0-100.
Get the duration of the media is seconds.
Perform a seek to a particular time in seconds.
Get the current time in seconds of the video.
Tell the media to loop continuously.
Return the loop attribute of the video.
Add an event listener.
Remove an event listener. If the listener is specified it should remove only that listener, otherwise remove all listeners.
Please fix the errors below. Here are some links that might help: