Hey everyone,
Having an issue here that I thought originally was php but found it looks to be a javascript issue. When you go to my site, forcefedtv.com using a pc on ie6, after clicking a few pages, for example the movies then a movie link under the section, you get nothing but a black background screen. If you then try to proceed home, you get the same thing there. On a mac, this all runs perfect using safari 2.0.
It seems like it worked on ie7, but not ie6. I am using flowplayer flash player for my videos, since some of my videos are very long, the flowplayer allows chapter points and links to those points so you can skip through or click directly to a certain part of the video while watching, something the stock flash player does not do unless you are good at creating one in flash (which I am not).
If anyone could either check out my site, forcefedtv.com and give me any suggestions or look at the code below (which I use for pretty much all the video players) I would appreciate it a great deal.
Thanks,
Tim
[CODE=javascript]<script type="text/javascript" src="http://www.forcefedtv. com/swfobject.js"></script>
</script><div id="fp1" class="flowplay erlp">Flash</div>
<script type="text/javascript">
// <![CDATA[
var fo = new SWFObject("http ://www.forcefedtv. com/FlowPlayerLP.sw f", "FlowPlayer ", "640", "398", "9", "#ffffff", true);
fo.addParam("Al lowScriptAccess ", "always");
fo.addParam("al lowFullScreen", "true");
fo.addVariable( "config", "{ progressBarColo r1: 0x3333CC, progressBarColo r2: 0xFF0000, thumbs: [ { thumbNail: 'http://www.forcefedtv. com/thumbs/1.jpg', time: 12}, { thumbNail: 'http://www.forcefedtv. com/thumbs/2.jpg', time: 45}, { thumbNail: 'http://www.forcefedtv. com/thumbs/3.jpg', time: 79}, { thumbNail: 'http://www.forcefedtv. com/thumbs/4.jpg', time: 145}, { thumbNail: 'http://www.forcefedtv. com/thumbs/5.jpg', time: 228},{ thumbNail: 'http://www.forcefedtv. com/thumbs/6.jpg', time: 363}, { thumbNail: 'http://www.forcefedtv. com/thumbs/7.jpg', time: 447}, { thumbNail: 'http://www.forcefedtv. com/thumbs/8.jpg', time: 466}, { thumbNail: 'http://www.forcefedtv. com/thumbs/9.jpg', time: 593}, { thumbNail: 'http://www.forcefedtv. com/thumbs/10.jpg', time: 908}, { thumbNail: 'http://www.forcefedtv. com/thumbs/11.jpg', time: 1047}, { thumbNail: 'http://www.forcefedtv. com/thumbs/12.jpg', time: 1110}, { thumbNail: 'http://www.forcefedtv. com/thumbs/13.jpg', time: 1124}], showPlayListBut tons: false, playList: [ { overlayId: 'play' }, { url: 'http://www.forcefedtv. com/moviefiles/selitoya/selitoya.flv' }], autoBuffering: true, loop: false, initialScale: 'orig', useNativeFullSc reen: true }");
fo.write("fp1") ;
// ]]>
</script>[/CODE]
Having an issue here that I thought originally was php but found it looks to be a javascript issue. When you go to my site, forcefedtv.com using a pc on ie6, after clicking a few pages, for example the movies then a movie link under the section, you get nothing but a black background screen. If you then try to proceed home, you get the same thing there. On a mac, this all runs perfect using safari 2.0.
It seems like it worked on ie7, but not ie6. I am using flowplayer flash player for my videos, since some of my videos are very long, the flowplayer allows chapter points and links to those points so you can skip through or click directly to a certain part of the video while watching, something the stock flash player does not do unless you are good at creating one in flash (which I am not).
If anyone could either check out my site, forcefedtv.com and give me any suggestions or look at the code below (which I use for pretty much all the video players) I would appreciate it a great deal.
Thanks,
Tim
[CODE=javascript]<script type="text/javascript" src="http://www.forcefedtv. com/swfobject.js"></script>
</script><div id="fp1" class="flowplay erlp">Flash</div>
<script type="text/javascript">
// <![CDATA[
var fo = new SWFObject("http ://www.forcefedtv. com/FlowPlayerLP.sw f", "FlowPlayer ", "640", "398", "9", "#ffffff", true);
fo.addParam("Al lowScriptAccess ", "always");
fo.addParam("al lowFullScreen", "true");
fo.addVariable( "config", "{ progressBarColo r1: 0x3333CC, progressBarColo r2: 0xFF0000, thumbs: [ { thumbNail: 'http://www.forcefedtv. com/thumbs/1.jpg', time: 12}, { thumbNail: 'http://www.forcefedtv. com/thumbs/2.jpg', time: 45}, { thumbNail: 'http://www.forcefedtv. com/thumbs/3.jpg', time: 79}, { thumbNail: 'http://www.forcefedtv. com/thumbs/4.jpg', time: 145}, { thumbNail: 'http://www.forcefedtv. com/thumbs/5.jpg', time: 228},{ thumbNail: 'http://www.forcefedtv. com/thumbs/6.jpg', time: 363}, { thumbNail: 'http://www.forcefedtv. com/thumbs/7.jpg', time: 447}, { thumbNail: 'http://www.forcefedtv. com/thumbs/8.jpg', time: 466}, { thumbNail: 'http://www.forcefedtv. com/thumbs/9.jpg', time: 593}, { thumbNail: 'http://www.forcefedtv. com/thumbs/10.jpg', time: 908}, { thumbNail: 'http://www.forcefedtv. com/thumbs/11.jpg', time: 1047}, { thumbNail: 'http://www.forcefedtv. com/thumbs/12.jpg', time: 1110}, { thumbNail: 'http://www.forcefedtv. com/thumbs/13.jpg', time: 1124}], showPlayListBut tons: false, playList: [ { overlayId: 'play' }, { url: 'http://www.forcefedtv. com/moviefiles/selitoya/selitoya.flv' }], autoBuffering: true, loop: false, initialScale: 'orig', useNativeFullSc reen: true }");
fo.write("fp1") ;
// ]]>
</script>[/CODE]
Comment