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

Can't pause/destroy/change player until player is ready... #25

Open
ghost opened this issue Feb 25, 2013 · 0 comments
Open

Can't pause/destroy/change player until player is ready... #25

ghost opened this issue Feb 25, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 25, 2013

Please look at this JS Fiddle demo: http://jsfiddle.net/bJXga/

Try clicking on a video link then before the player starts click another video. If you repeat this you will see that eventually the video that is playing is not the one you clicked on but the previous one.

I think this is a flaw in the design. You cant even destroy a player until the it's ready. In otherwords, you can't change your mind until it's too late. And even then it doesn't remember the destroy command. Basically nothing can be done to the player until it is fully loaded. This is problematic because is user is clicking around quickly, we run into issues like in the demo.

Any suggestions?

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

0 participants