Im getting an "Media URL could not be loaded" error even tho it is
perfectly valid
Any ideas? Is there a limit on the file path length or something?
Thank you
JA
jPlayer 2.0.0 : id='jquery_jplayer_1' : Error!
Media URL could not be loaded.
Check media URL is valid.
Context:
http://www.newbelgium.com/files/joyride/audio/909a0bd4-c8fb-412a-9976-31eeb6756390.wav
Here is a full dump of Inspector...
This jPlayer instance is running in your browser where:
jPlayer's html solution is being used and will support: wav
jPlayer's flash solution is not required
The HTML5 is active.
status.formatType = 'wav'
Browser canPlay('audio/wav; codecs="1"')
status.src = '
http://www.newbelgium.com/files/joyride/audio/909a0bd4-
c8fb-412a-9976-31eeb6756390.wav'
status.media = {
wav:
http://www.newbelgium.com/files/joyride/audio/909a0bd4-c8fb-412a-9976-31eeb6756390.wav
};
Raw browser test for HTML5 support. Should equal a function if HTML5
is available.
htmlElement.audio.canPlayType = function
This instance is using the constructor options:
$('#jquery_jplayer_1').jPlayer({
swfPath: '/Scripts/jquery-jplayer.2.0.0',
solution: 'html, flash',
supplied: 'wav',
preload: 'metadata',
volume: 0.8,
muted: false,
backgroundColor: '#000000',
cssSelectorAncestor: '#jp_interface_1',
cssSelector: {
videoPlay: '.jp-video-play',
play: '.jp-play',
pause: '.jp-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',
currentTime: '.jp-current-time',
duration: '.jp-duration'
},
errorAlerts: true,
warningAlerts: false
});