Any idea how to manage this problem? The videos were running for years, but I guess I made an update to a component, plugin whatever and since then, the own flv videos on the site will be not shown anymore.
I just installed the latest plugin from here. Joomla is also running at the latest 1.5.23 release.
Error ist exectly here:
<script type="text/javascript">
jwplayer('avID_AVPlayerID_1e590f9a_1100503519').setup({
fleur-blanc-von-ldb-florestan-i.html:461Uncaught ReferenceError: jwplayer is not defined
'file': '/images/stories/videos/F_Sandra/Fleur_Blanc..flv',
'image': '',
'height': '304',
'width': '512',
'modes': [
{ 'type': 'html5' },
{ 'type': 'flash', src: '/plugins/content/jw_allvideos/includes/js/mediaplayer/player.swf' },
{ 'type': 'download' }
],
'autostart': 'false',
'backcolor': '#010101',
'plugins': {
'viral-2': {
'onpause': 'false',
'oncomplete': 'true'
}
},
'controlbar': 'bottom',
'skin': '/plugins/content/jw_allvideos/includes/js/mediaplayer/skins/bekle/bekle.zip'
});
</script>
a sample you can see here:
www.vera-fuerst.de/Dressurpferde/fleur-blanc-von-ldb-florestan-i.html
But if I use the embed youtube videos it's working:
www.vera-fuerst.de/Dressurpferde/soul-diva-von-stalypso.html
so it's seems like it's a jwplayer error :)
regards
Zappu