-
Notifications
You must be signed in to change notification settings - Fork 44
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
style display:none in initializer prevents playback in Firefox #3
Comments
Commenting out |
Seems to be working now after I restarted Firefox. |
Thanks for the feedback @mkommar. We're in progress of updating the SDK to remove the dependency on Flash for track playback (HTML5 Audio - yeah baby!) We will fix this bug in the example app when we make the player update. |
@aguywithanidea - Any idea ETA on when the HTML5 audio version will be released? |
We're currently hoping to have this released in early August. We will keep you posted :) |
@aguywithanidea any update on the new release timing? |
Hi! |
@aguywithanidea - Here is my every few month check in...:) Any update on the new release? Eagerly awaiting. Happy Holidays! |
Hi @mfitzhenry thanks for checking in on this. We are working on this now. I will update this thread when we have the release date finalized. |
Any update, I'm eagerly awaiting for html 5 support as well! |
Any updates on the html5 release? Anxiously awaiting! Maybe can you offer an early beta we can start working with? |
Organize code into multiple files
It has been reported that in Firefox browsers, because the
init
function sets the display style tonone
(see line 83), playback will never be enabled because theready
event will never be received.The text was updated successfully, but these errors were encountered: