Wait for iframe to be initted before calling play #3

Closed
opened 2018-03-16 12:49:31 +00:00 by sanj · 0 comments
Owner

In the case of a video being the first slide, it is possible that we call the postMessage to play it before it has been successfully initted, causing the play event to never register on the player.

We potentially need to wait for at least the first slide to have been initted successfully before we start. Alternatively, in the go or start functions, check if embed has been initted, and if not, set a timeout and try again in a bit.

In the case of a video being the first slide, it is possible that we call the postMessage to play it before it has been successfully initted, causing the play event to never register on the player. We potentially need to wait for at least the first slide to have been initted successfully before we start. Alternatively, in the `go` or `start` functions, check if embed has been initted, and if not, set a timeout and try again in a bit.
sanj closed this issue 2018-03-17 10:18:10 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sanj/padmaEmbeds#3
No description provided.