Hello,
I have discovered something very ...Hello,
I have discovered something very ridiculous.
If I use the controlbar flash variable while embedding JW FLV Player version 4.5, I sometimes get a black screen with sound. The problem occurs only on some versions of Internet Explorer. (my version is 7.6)
I said "sometimes", because the same page may experience this problem after refreshing.
The problem doesn't occur on Firefox!
Sample code:
<script src="swfobject.js" type="text/javascript"></script>
<div id="container">Install <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a></div>
<script type="text/javascript">
var so = new SWFObject('player-4.5.swf','playerID','320','240','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('width','320');
so.addVariable('height','240');
so.addVariable('displayheight','240');
so.addVariable('streamer','rtmp://XXX:1980/simplevideostreaming');
so.addVariable('file','ahekim-15.06.2009.flv');
so.addVariable('type','rtmp');
so.addVariable('controlbar','over');
so.addVariable('javascriptid','playerID');
so.addVariable('id','playerID');
so.addVariable('enablejs','true');
so.addVariable('autostart','true');
so.addVariable('kullaniciid','1');
so.write('container');
</script>
PS: SWFObject v1.5


streaming server is Wowza 1.7.2