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

It should be on ready #80

Open
codex-corp opened this issue Dec 27, 2017 · 2 comments
Open

It should be on ready #80

codex-corp opened this issue Dec 27, 2017 · 2 comments

Comments

@codex-corp
Copy link

player.on("loadedmetadata", function () {

    player.ready(function(){
        initialize();
    });
@spchuang
Copy link
Owner

spchuang commented Feb 4, 2018

Are there cases when the current initialization method fails for you?

@abhinavatai
Copy link

Are there cases when the current initialization method fails for you?

Yep. I've already initialized and added markers before player event ""loadedmetadata".
When you initialize it again using this event all my previous markers are removed.
This should not happen?

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