Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more info in getProperty? #1

Open
Johnny-Cache opened this issue Feb 12, 2014 · 3 comments
Open

more info in getProperty? #1

Johnny-Cache opened this issue Feb 12, 2014 · 3 comments

Comments

@Johnny-Cache
Copy link

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

@necccc
Copy link
Contributor

necccc commented Feb 13, 2014

Hi,

we can implement an event, emited when the media change went well, with the correct media id and type. I will update here, if done.

As for the ignored load call during an advert, that might be a bug, we will look into it.

@necccc
Copy link
Contributor

necccc commented Feb 20, 2014

Hello,

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)

@rossthedevigner
Copy link

Was the 'ad' event property ever introduced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants