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
This has been a bug that is stopping me from using mediaelement for many months now.
The poster and preload work as expected when HTML5 is used, but in the Flash fallback, the video loads, then it shifts to play (the poster is removed and the play button changes to a pause button) but the video does not play. User would then have to click pause, then again on play, to actually get it to start playing.
Any solution or work around to make poster with preload work with the flash fallback?
The text was updated successfully, but these errors were encountered:
Mediaelement seems great, but I'm having the same bug, which makes it pretty much unusable, since it appears the two options for the Flash fallback are:
"preload: none" results in a black screen.
"prelaod: auto" or "preload: metadata" results in this bug with the poster removed and play button changed to pause.
This has been a bug that is stopping me from using mediaelement for many months now.
The poster and preload work as expected when HTML5 is used, but in the Flash fallback, the video loads, then it shifts to play (the poster is removed and the play button changes to a pause button) but the video does not play. User would then have to click pause, then again on play, to actually get it to start playing.
Any solution or work around to make poster with preload work with the flash fallback?
The text was updated successfully, but these errors were encountered: