You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to integrate more properties that can be fetched with getProperty?
I'd like to fetch info from the player about the current playing video/stream, i.e. getProperty("id");
I currently switch feeds on the player, but have no way of verifying if the source has changed from the original embed channel - for example if an ad was playing when I called viewer.callMethod('load') - then this call is ignored.
It would greatly enhance the embed API if it was possible to get this property, and maybe a few others getProperty("type"), "isAd", "isFullscreen"...
// Seb
The text was updated successfully, but these errors were encountered:
we've updated the player with the 'content' property and event (see readme).
The property for ad playback is under discussion, and we will investigate the possibility of a fullscreen event/property.
As for the ignored load during ad playing, i couldn't reproduce that, can you provide any additional info about that? (platform, useragent, flash version, if any)
Are there any plans to integrate more properties that can be fetched with getProperty?
I'd like to fetch info from the player about the current playing video/stream, i.e. getProperty("id");
I currently switch feeds on the player, but have no way of verifying if the source has changed from the original embed channel - for example if an ad was playing when I called viewer.callMethod('load') - then this call is ignored.
It would greatly enhance the embed API if it was possible to get this property, and maybe a few others getProperty("type"), "isAd", "isFullscreen"...
// Seb
The text was updated successfully, but these errors were encountered: