
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!