
February 6th, 2013, 04:42 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 1
Time spent in forums: 19 m 22 sec
Reputation Power: 0
|
|
Video not playing in IE8
I am trying to play a video on a website.
I am using the swf provided by FlowPlayer.
The issue I am facing that the video works in all Browsers except IE8. In IE8 a black square only appears.
Here is my code:
Code:
<object width="660" height="360" id="player_api" name="player_api" data="flowplayer-3.2.15.swf" type="application/x-shockwave-flash">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<param name="flashvars" value="config={'clip':{'autoPlay':false,'autoBuffering':true, 'bufferLength':15, 'url':'1.flv'}, 'plugins':{'time':{'url':'flowplayer.controls-3.2.14.swf', 'top':0,'backgroundGradient':'none','backgroundColor':'transparent','buttonColor':'#254558','all':fa lse,'time':true,'height':40,'right':30,'width':100,'autoHide':false}},'canvas':{'backgroundColor':'# EAEAEA','backgroundGradient':[0.1,0]},'playerId':'player','playlist':[{'autoPlay':false,'autoBuffering':true,'url':'1.flv'}]}">
What am I doing wrong?
Can anyone tell me if there is any hack I have to write for IE8.
Any help will be appreciated.
Regards,
Meher
|