Hello,
i have a strange problem with longtail ova and all versions of jw player i tried with (5.0 to 5.4). If i use a highwinds smil file it will not work instead the player always displays:
Error #2048
This is the code i use:
<script type='text/javascript' src='/js/swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('54.swf','mpl','470','290','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://hwcdn.net/s7u9u4s6/fls/814354-flyersaamiga.smil');
so.addVariable('provider','rtmp');
so.addVariable('type','highwinds');
so.addVariable('rtmp.loadbalance','true');
so.addVariable('plugins','ova');
so.addVariable('config','/ova_own_scs.xml');
so.addVariable('stretching','exactfit');
so.write('mediaspace');
</script>
My ova xml configuration is this:
http://nopaste.info/66282bff1c.html
If i use a normal rtmp url or video files it works normal and i get the ad displayed but i do not get it to work with highwinds or smil files. I also tried the smil file from the ova documentation which is also hosted on highwinds, but no success.
I need to build my player infos with swfobject :/
hmm figured out it seems to be something with my config file, the one from the smil example on this page works :/ but i cant figure out whats wrong