I can see a lot of people writing threads about having trouble with IE6-7-8, but none of the replies to any of the threads have been able to help me.
My page loads without problems in FF, Safari, Opera and seemingly in 8 (untested but rendered fine with this http://ipinfo.info/netrenderer). But it doesn't work in IE 6 and 7.
First i thought it was the video format (mp4) and i converted to .flv, but it is still the same.
link to page:
http://www.simontornby.dk/detour/trailer.html
<script type="text/javascript" src="js/jquery.js">
</script>
<link rel="stylesheet" type="text/css" href="detour.css"/>
<script type="text/javascript" src="flowplayer/flowplayer-3.1.4.min.js"></script>
</head>
<body id="trailer">
<div id="pagewrap">
<div id="player" style="display:block;width:600px;height:338px;"
href="http://www.simontornby.dk/detour/detour_mpg/detour_trailer.flv">
</div>
<script type="text/javascript" language="JavaScript">
flowplayer("player", "flowplayer/flowplayer-3.1.4.swf", {
clip: {
autoPlay: false,
autoBuffering: true
},
plugins: {
controls: {
backgroundColor: '#000000',
backgroundGradient: 'none',
all: false,
scrubber: true,
height: 20,
volume: true,
play: true,
tooltipColor: '#FF0000',
tooltipTextColor: '#FFFFFF',
buttonOverColor: '#FF0000',
sliderColor: '#252525',
progressColor: '#FF0000',
volumeSliderColor: '#252525',
buttonColor: '#252525',
bufferColor: '#595959'
}
},
});
</script>
I hope that somebody can help.
thanks
simon