473,569 Members | 2,463 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascript on site runs perfect on mac but on PC renders black pages after a fewclick

14 New Member
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

Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript" src="http://www.forcefedtv.com/swfobject.js"></script>
  2. </script><div id="fp1" class="flowplayerlp">Flash</div>
  3. <script type="text/javascript">
  4.         // <![CDATA[
  5.         var fo = new SWFObject("http://www.forcefedtv.com/FlowPlayerLP.swf", "FlowPlayer", "640", "398", "9", "#ffffff", true);
  6.         fo.addParam("AllowScriptAccess", "always");
  7.         fo.addParam("allowFullScreen", "true");
  8.         fo.addVariable("config", "{ progressBarColor1: 0x3333CC, progressBarColor2: 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}], showPlayListButtons: false, playList: [ { overlayId: 'play' }, { url: 'http://www.forcefedtv.com/moviefiles/selitoya/selitoya.flv' }], autoBuffering: true, loop: false, initialScale: 'orig', useNativeFullScreen: true }");
  9.                 fo.write("fp1");
  10.         // ]]>
  11. </script>
Oct 2 '07 #1
1 1102
gits
5,390 Recognized Expert Moderator Expert
heya sickboy,

please use the code tags when posting code ...

[CODE=javascrip t] your code goes here [/code]

kind regards
Oct 2 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
2496
by: David | last post by:
On every web browser except Safari, this website works great. (Well, by "every" I mean Mozilla, Netscape, and Internet Explorer, for Mac and Windows). The site is: http://www.ruleofthirds.com (the problem does not exist on the first page... just all the other pages, so you'll have to click on something to see the problem) The problem...
136
9251
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to...
4
5530
by: Carlo Marchesoni | last post by:
I have a button that opens a new Window (some kind of search-window), which is fired using JavaScript (btnSearch.Attributes=".....";) Now I need to run some code behind code BEFORE this JavaScript runs. I tried to define another Button with an EventHandler associated, and from this (after doing my code) fire 'btnSearch.click()'. But I can't make...
0
1485
by: Brian Russell | last post by:
We have three servers (beyond my development box) in our organization. The first is a testing server that has IIS and SQL Server on it. The second is another testing server that also has IIS and SQL Server. The final is the production box that only has IIS. I develop on my own machine, copy to the first testing server, the code is tested,...
4
2398
by: Rusty | last post by:
Hi, I've seen something on a web site that I want to do for our Intranet web site. I'm not advocating pop-ups but for our company app, this would be perfect. Please go to this page and hold your mouse over one of the rings. http://www.bluenile.com/product_catalog.asp?catid=8&oid1=364&track=hero& elem=img The middle ring on the top...
9
1720
by: optimistx | last post by:
Which url in your opinion would be a good or even the best example of javascript usage in a set of pages at least say 10 or more pages? How to use css, how to split js-code to files, how to code for good maintainability,objects, names, how to take care of older browsers, how to optimize the coding time, etc It might be easy to have strong...
20
4240
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site is structured as an upside-down tree, and (if I remember correctly) never more than 4 levels. The site basically grew (like the creeping black...
15
4018
by: javelin | last post by:
I need to be able to create a javascript based drawing/signature box, and be able to save it. Can someone refer me to a script that will allow this, or even a 3rd party package for sale? It can't be Java or ActiveX. Thank you.
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.