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
we are looking to use cashmusic.js for our site and came across a possible issue and potential solution that may be helpful to others. due to the mess of HTML5 audio codec support we were planning on providing OGG Vorbis and AAC for each track to provide HTML5 audio for all browsers ala
and then used the support already in SM2 to provide a list of formats for each track to cashmusic.js (note the "url" property uses an [] array to submit tracks in multiple formats):
so far it seems to be working well on our end and hopefully this is the proper way to achieve this in cashmusic.js. if not, perhaps we could make the necessary changes to support this in whichever is the correct way.
peace, w
The text was updated successfully, but these errors were encountered:
ahoy,
we are looking to use cashmusic.js for our site and came across a possible issue and potential solution that may be helpful to others. due to the mess of HTML5 audio codec support we were planning on providing OGG Vorbis and AAC for each track to provide HTML5 audio for all browsers ala
in order to avoid any Flash dependency and Flash block issues.
to that end we setup cashmusic.js/SoundManager2 to prefer HTML5 audio over Flash per this discussion:
and then used the support already in SM2 to provide a list of formats for each track to cashmusic.js (note the "url" property uses an [] array to submit tracks in multiple formats):
so far it seems to be working well on our end and hopefully this is the proper way to achieve this in cashmusic.js. if not, perhaps we could make the necessary changes to support this in whichever is the correct way.
peace, w
The text was updated successfully, but these errors were encountered: