This jPlayer instance is running in your browser where:
jPlayer's html solution is being used and will support: m4a oga
jPlayer's flash solution is not required
The
HTML5 is active.
status.formatType = 'm4a'
Browser canPlay('audio/mp4; codecs="mp4a.40.2"')
status.src = 'https://zaicast2000.smallbusinessadvocate.com:8443/media/jbsba/2013/03/20130308-I.mp3'
status.media = {
m4a: https://zaicast2000.smallbusinessadvocate.com:8443/media/jbsba/2013/03/20130308-I.mp3
};
status.videoWidth = '0'
| status.videoHeight = '0'
status.width = '0px'
| status.height = '0px'
htmlElement.audio.canPlayType = function
This instance is using the constructor options:
$('#jquery_jplayer_1').jPlayer({
swfPath: '/assets',
solution: 'html, flash',
supplied: 'm4a, oga',
preload: 'metadata',
volume: 0.8,
muted: false,
backgroundColor: '#000000',
cssSelectorAncestor: '#cp_container_1',
cssSelector: {
videoPlay: '.jp-video-play',
play: '.cp-play',
pause: '.cp-pause',
stop: '.jp-stop',
seekBar: '.jp-seek-bar',
playBar: '.jp-play-bar',
mute: '.jp-mute',
unmute: '.jp-unmute',
volumeBar: '.jp-volume-bar',
volumeBarValue: '.jp-volume-bar-value',
volumeMax: '.jp-volume-max',
playbackRateBar: '.jp-playback-rate-bar',
playbackRateBarValue: '.jp-playback-rate-bar-value',
currentTime: '.jp-current-time',
duration: '.jp-duration',
title: '.jp-title',
fullScreen: '.jp-full-screen',
restoreScreen: '.jp-restore-screen',
repeat: '.jp-repeat',
repeatOff: '.jp-repeat-off',
gui: '.jp-gui',
noSolution: '.jp-no-solution'
},
errorAlerts: false,
warningAlerts: false
});