...
Code Block | ||||
---|---|---|---|---|
| ||||
{ type:"PLAYER_EMBED_PLAYER_ADDED_TO_DOM", data:{ videoUrlvideoId:"//touchcast.com/files/44df4sdfs55erw444wefw1", // the urlid of the touchcast video playerId:"player_01" // the unique player id that was set when the player was embedded } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ type:"PLAYER_EMBED_PLAYER_FULLY_READY", data:{ videoUrlvideoId:"//touchcast.com/files/44df4sdfs55erw444wefw1", // the urlid of the touchcast video playerId:"player_01" // the unique player id that was set when the player was embedded } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ type:"PLAYER_VIDEO_PLAYED", data:{ videoUrlvideoId:"//touchcast.com/files/44df4sdfs55erw444wefw1", // the urlid of the touchcast video playerId:"player_01" // the unique player id that was set when the player was embedded } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ type:"PLAYER_VIDEO_PAUSED", data:{ videoUrlvideoId:"//touchcast.com/files/44df4sdfs55erw444wefw1", // the urlid of the touchcast video playerId:"player_01" // the unique player id that was set when the player was embedded } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ type:"PLAYER_VIDEO_ENDED", data:{ videoUrlvideoId:"//touchcast.com/files/44df4sdfs55erw444wefw1", // the urlid of the touchcast video playerId:"player_01" // the unique player id that was set when the player was embedded } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ type:"PLAYER_TIME_UPDATE", data:{ videoUrlvideoId:"//touchcast.com/files/44df4sdfs55erw444wefw1", // the urlid of the touchcast video playerId:"player_01" // the unique player id that was set when the player was embedded time:"1.38746" // the current timecode of the player in seconds } } |
...