We have the following problem with FlowPlayer commercial version:
Browser IE 8, sometimes instead of the FlowPlayer movie clip, there is only a black area. When we reload the page, the player and movie does work.
Here is the code we use for the StreamZilla CDN:
Any help for this problem?
Thank you in advance!
Browser IE 8, sometimes instead of the FlowPlayer movie clip, there is only a black area. When we reload the page, the player and movie does work.
Here is the code we use for the StreamZilla CDN:
<script type="text/javascript" src="flowplayer-3.1.4.min.js"></script>
<a style="display:block;width:640px;height:384px;" id="player" alt="Hier klicken um Video abzuspielen"></a>
<script language="JavaScript">flowplayer("player", "flowplayer.commercial-3.1.5.swf",
{
key: '#$xxxxxxxxxxxxxxxxx',
contextMenu: ['computix GmbH Videoplayer'],
clip: {
url: escape('http://rrr.sz.xlcdn.com/?user=computix&file=n300_web.f4v&type=streaming&service=wowza&protocol=rtmp&port=80&output=smil'),
provider: 'rtmp',
autoPlay: 'true'
},
plugins: {
smil: { url: 'flowplayer.smil-3.1.3.swf' },
rtmp: { url: 'flowplayer.rtmp-3.1.3.swf' }}
});
</script>
Any help for this problem?
Thank you in advance!