Player.js IFrame Compatibility Tester

Enter the URL of the IFrame SRC URL you wish to test. We will highlight errors.

Go

Events

ready

Fired when the media is ready to receive commands. This is fired regardless of listening to the event.

play

Fires when the video starts to play.

pause

Fires when the video is paused.

timeupdate

Fires during playback, includes the currentTime and the duration.

ended

Fires when the video has ended.

Methods

play

Play the media

pause

Pause the media

getPaused

Determine if the media is paused

mute

Mute the media

unmute

Unmute the media

getMuted

Determine if the media is muted.

setVolume

Set the volume. Value needs to be between 0-100.

getVolume

Get the volume. Value will be between 0-100.

getDuration

Get the duration of the media is seconds.

setCurrentTime

Perform a seek to a particular time in seconds.

getCurrentTime

Get the current time in seconds of the video.

setLoop

Tell the media to loop continuously.

getLoop

Return the loop attribute of the video.

addEventListener

Add an event listener.

removeEventListener

Remove an event listener. If the listener is specified it should remove only that listener, otherwise remove all listeners.

We stopped the tests because of failures.

Please fix the errors below. Here are some links that might help:

×

Success

We finished testing your implementation.

×