Projekktor not working in Safari 5.1.5 (Mac and PC) (Projekktor Core)
Hello -
I have implemented Projekktor on my site page - www.lionsroarmusic.com/test_a - and I am unable to get Projekktor to work on Safari 5.1.5 on either Mac (10.6.8) or PC (Windows XP and Windows 7). Projekktor is working on all other browsers and mobile devices that I have tested (Chrome, Opera, IE8+, Firefox, iOS). When the video player loads it looks correct - it has the poster image I have designated and the play button on top, however, when I click to play the video the video screen turns black (albeit with the control panel overlay) and does nothing more. Occasionally, the loader icon shows up and spins, but not usually. If it does, this is as far as the video player gets. I did read the forum posts about Safari 5.0.2 issues, however, I see nothing in the posts related to Safari 5.1.5.
The code I am using for the player is below. Thanks in advance for any help. I would love to get this working properly.
<head>
<!-- Load player theme -->
<link rel="stylesheet" href="http://lionsroarmusic.com/code/theme/applicious/style.css" type="text/css" media="screen" />
<!-- load projekktor -->
<script type="text/javascript" src="http://lionsroarmusic.com/code/projekktor-1.0.07r22.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
projekktor('video', {
volume: 0.7,
playerFlashMP4: 'http://www.lionsroarmusic.com/code/jarisplayer.swf',
playerFlashMP3: 'http://www.lionsroarmusic.com/code/jarisplayer.swf',
plugin_display: {
logoImage:"",
logoURL:"",
target:"_blank"
}
});
});
</script>
</head>
<body>
<video id="grace" class="projekktor" poster="http://lionsroarmusic.com/media/posters/grace_poster.png" title="" width="384" height="288" controls>
<source src="http://lionsroarmusic.com/media/video/Animare_Cut_Grace.mp4" type="video/mp4" />
<source src="http://lionsroarmusic.com/media/video/Animare_Cut_Grace.webm" type="video/webm" />
<source src="http://lionsroarmusic.com/media/video/Animare_Cut_Grace.theora.ogv" type="video/ogg" />
</video>
</body>
Projekktor not working in Safari 5.1.5 (Mac and PC)
Same problem here ...
Safari allways tries to load the video/webm file, no matter in which order the <source> elements are appended to the <video> tag ...
When I supply just a video/mp4 source, everything works great.
=> HELP! (please)
Projekktor not working in Safari 5.1.5 (Mac and PC)
When I supply just a video/mp4 source, everything works great.
Whooops... are you already using Projekktor V1.0.08?
If so, could you please specify the OS´ and Safari´s version?
Thanx in advance.
- sascha
---
Help keeping free Projekktor support alive. Consider to buy supporter license: http://shop.projekktorxl.com/shop/supporter-license/
