Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Safari & Firefox Bug on a Mac


I have a video that plays in all browsers on windows
On a mac, it fails to play in Safari and Firefox
Here is a screenshot of the console error that it throws in Safari
http://imgur.com/ihtlhyJ

Here is a snippet of the code
bc.. $(document).ready(function () {
jwplayer("video").setup({
file: "<%= _VideoNode.GetStringValue("YoutubeLink", string.Empty) %>",
'controlbar': 'bottom',
'height': '360',
'width': '640',
'skin': '<%= ResolveUrl( "~/App/Styles/video/skin.xml" ) %>',
});
});


and here is a link where you can find a video that uses this code block
http://clarkdev.theatomgroup.com/visit/planvisit/guidelines

Thank you!

2 Community Answers

JW Player

User  
0 rated :

Works fine for me in both Firefox and Safari on OSX 10.9.2. You have to have Flash installed in the browsers, of course.

Ethan Feldman

JW Player Support Agent  
0 rated :

This seems to play for me in Firefox. Do you have Flash installed for these browsers? YouTube support in JW Player is really only in Flash mode on desktop browsers.

This question has received the maximum number of answers.