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

Changing position of playing song (via progress bar) sometimes doesn't work #37

Open
sbidolach opened this issue May 13, 2014 · 1 comment
Labels

Comments

@sbidolach
Copy link

Short description:
When user want to change position of current song then he clicks new position on progress bar. Sometimes position isn't changed by player, especially after few track skips or in radio mode.

Technical information
Position of current song is changed by projekktor's function setSeek(position) = setPlayhead(position) and later by 'mediaElement.seek(newpos);'.

Unfortunately sometimes it doesn't work. Position isn't changed by flash player and funciton OSMF_seekingChange isn't fired.

This issue occured in projekktor version: 1.3.09

@rwlodkowski rwlodkowski added the bug label Jun 6, 2014
@rwlodkowski
Copy link
Collaborator

@sbidolach could you provide a demo example of that behavior?

Are you sure that the file is fully loaded? It's sounds like it can't be seeked because the player just can't seek to that position cause it don't have that fragment of file yet.

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

No branches or pull requests

2 participants