Please help: my website does not display properly in firefox

(note) everything works fine clientside
I'm totally new here but I really really need help debugging
my website. The problem is I have a flash file the loads an xml
file to display pictures. Basicallly a gallery. It works in IE but
not Firefox and I can't understand why.
here is the offending pages
3dart Page |
Print Page
as you can see they display fine in IE. try in mozilla
firefox and the server just hangs. here is the actionscript from
the .fla:
function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;
image = [];
description = [];
total = xmlNode.childNodes.length;
for (i=0; i<total; i++) {
image
= xmlNode.childNodes.childNodes[0].firstChild.nodeValue;
description
= xmlNode.childNodes.childNodes[1].firstChild.nodeValue;
firstImage();
} else {
content = "file not loaded!";
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("freelance.xml");
listen = new Object();
listen.onKeyDown = function() {
if (Key.getCode() == Key.LEFT) {
prevImage();
} else if (Key.getCode() == Key.RIGHT) {
nextImage();
Key.addListener(listen);
previous_btn.onRelease = function() {
prevImage();
next_btn.onRelease = function() {
nextImage();
p = 0;
this.onEnterFrame = function() {
filesize = picture.getBytesTotal();
loaded = picture.getBytesLoaded();
preloader._visible = true;
if (loaded != filesize) {
preloader.preload_bar._xscale = 100*loaded/filesize;
} else {
preloader._visible = false;
if (picture._alpha<100) {
picture._alpha += 10;
function nextImage() {
if (p<(total-1)) {
p++;
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
picture_num();
function prevImage() {
if (p>0) {
p--;
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
picture_num();
function firstImage() {
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[0], 1);
desc_txt.text = description[0];
picture_num();
function picture_num() {
current_pos = p+1;
pos_txt.text = current_pos+" / "+total;
stop();
if anyone would help me debug this I would really appreciate
this, I'm not good with code. I'll give you the source files to
look at if need be, i'm desperate! thanks

Can you attach some [http://en.wikipedia.org/wiki/Screenshot screenshots] for comparison to show what you mean?
Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

Similar Messages

  • Hi my web hosting company irunsolutions.co.uk have informed me that my website does not display properly in firefox when run on a windows 7 32 bit platform.

    website is www.empireembroidery.co.uk
    does not display properly when viewed on 32bit windows 7 platform in firefox.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Please help, my website is not displaying the banner or the bkground image

    Hello,
    Can someone please help me out, my banner and background image are not displaying in firefox they show up in internet explorer just fine.
    Thank you for help.

    This is what we get when we go to the FireFox browser tools and error console and this is highlighted in grey "filter:alpha(opacity:0.1);" thank you for all the help.
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
         z-index: 1000;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #000;
         text-decoration: none;
         background-color: #FFF;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
         background-color: #FFF;
         color: #060;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         text-decoration: none;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
         background-color: #FFF;
         color: #060;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         text-decoration: none;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
         background-image: url(http://www.foxscientific.com/fox%20webdw/SpryAssets/SpryMenuBarRight.gif);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #000;
         text-decoration: none;
         background-color: #FFF;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
         background-image: url(http://www.foxscientific.com/fox%20webdw/SpryAssets/SpryMenuBarRightHover.gif);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #060;
         text-decoration: none;
         background-color: #FFF;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
         ul.MenuBarVertical li.MenuBarItemIE
         display: inline;
         f\loat: left;
         background: #FFF;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
         color: #000;
         text-decoration: none;
    Claudia Lopez
    Fox Scientific, Inc.
    8221 E. FM 917
    Alvarado, TX 76009
    800-369-5524 Ext. 305
    817-783-3571 Fax
    "Do not follow where the path may lead. Go instead where there is no path and leave a trail."  Harold R. McAlindon

  • Please help, jsp pages does not display...

    Hi, I am writing simple JSP pages and running it on
    Tomcat.
    I create a jsp file that has frame in it
    (call this chat_entry_frame.jsp)
    In the frame I call other 2 jsp pages.
    (which is chat_entry.jsp and chat_control.jsp)
    When I test both chat_entry.jsp and chat_control.jsp
    separately, they both fine.
    But when I try to call chat_entry_frame.jsp, it did not
    show anything.
    I have not create web.xml file inside my application...
    I just call both jsp files by specifing their path (relative
    path). All jsp files I put in the same directory.
    So, I wonder what is wrong?
    Thanks in advance for help and suggestion!
    Here are the jsp files:
    chat_entry_frame.jsp:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <%@ page errorPage="chat_error.jsp" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=x-user-defined">
    </meta>
    <title> Online Chat Frame </title>
    </head>
    <body>
    <frameset cols="25%, 75%" border="0">
    <frame src="/chat/jsp/chat_control.jsp" name="entry_control">
    <frame src="/chat/jsp/chat_entry.jsp" name="entry_screen">
    </frameset>
    </body>
    </html>
    chat_control.jsp:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <%@ page errorPage="chat_error.jsp" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=x-user-defined">
    </meta>
    <title> Online Chat </title>
    </head>
    <body bgcolor="#00FFFF">
    <font face="Verdana" color="black">
    <table border=0 cellspacing=0 cellpadding=0 rows=4 cols=1 width=100% bgcolor=#00FFFF>
    <tr>
    <input type="hidden" name="chatCommand" value="register_entry"></input>
    <input type="submit" value="Register" name="register"></input>
    </tr>
    <tr>
    <input type="hidden" name="chatCommand" value="faq_entry"></input>
    <input type="submit" value="FAQ" name="faq"></input>
    </tr>
    </body>
    </html>
    chat_entry.jsp:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <%@ page errorPage="chat_error.jsp" %>
    <%
    String username = "";
    try
    username = (String) session.getAttribute("username");
    if (username == null)
    username = "";
    catch (java.lang.NullPointerException ex)
    username = "";
    %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=x-user-defined">
    </meta>
    <title> Online Chat </title>
    </head>
    <body bgcolor="#00FFFF">
    <font face="Verdana" color="black">
    <h3 align="center"> Login Page </h3>
    <br>
    <h5>
    <form name="chat_entry" method="POST" action="/chat/servlet/ChatEngine">
    <table border=0 cellspacing=0 cellpadding=0 rows=4 cols=1 width=100% bgcolor=#00FFFF>
    <tr>
    <td><label for="username">Username: </label></td>
    <td><input type="text" name="username" value=<%=username%> ></input></td>
    </tr>
    <tr>
    <td><label for="password">Password: </label></td>
    <td><input type="password" name="password"></input></td>
    </tr>
    <tr>
    <td><input type="hidden" name="chatCommand" value="check_login"></input></td>
    <td><input type="submit" value="login" name="submit"></input>
    <form name="forgot_password" method="POST" action="/chat/servlet/ChatEngine">
    <input type="hidden" name="chatCommand" value="forgot_password"></input>
    <input type="submit" value="Forgot Password" name="submit"></input>
    </form>
    </td>
    </tr>
    </h5>
    </body>
    </html>

    Hi,
    Your problem is not with TomCat, When you specify a frameset, the HTML code cannot have the body tag, just remove it from your chat_entry_frame.jsp and it has to work.
    Hope this helps...

  • Website does not display correctly in Firefox. It does with IE though.

    When accessing URL: http://www.legacy.com/obituaries/oklahoman/obituary.aspx?n=ernest-mcbride&pid=172460380&fhid=27832
    through Firefox, it cuts the text off after 'with a donation to the
    whereas on IE, it displays the full text: with a donation to the 'charity of your choice'
    (with link)
    :if (!aa) var aa = { iframes : new Array(), random : function() { return Math.round(Math.random() * 10000000000); }, pageNum : Math.round(Math.random() * 10000000000), refresh : function(iframeId) { if (typeof(iframeId) != 'undefined') { var iframe = document.getElementById(iframeId); if (iframe) { iframe.name = iframeId; var oldSrc = iframe.src || iframe.getAttribute('data-src'); var newSrc = oldSrc.replace(/misc=[0-9]+/, 'misc=' + aa.random()); if (newSrc!=undefined) { var newFrame = document.createElement('iframe'); newFrame.id = iframe.getAttribute('id'); newFrame.width = iframe.getAttribute('width'); newFrame.height = iframe.getAttribute('height'); newFrame.setAttribute('noresize',iframe.getAttribute('noresize')); newFrame.scrolling=iframe.getAttribute('scrolling'); newFrame.setAttribute('frameborder',iframe.getAttribute('frameborder')); newFrame.setAttribute('hspace',iframe.getAttribute('hspace')); newFrame.setAttribute('vspace',iframe.getAttribute('vspace')); newFrame.setAttribute('marginheight',iframe.getAttribute('marginheight')); newFrame.setAttribute('marginwidth',iframe.getAttribute('marginwidth')); newFrame.setAttribute('allowtransparency',iframe.getAttribute('allowtransparency')); newFrame.src = newSrc; var parent = iframe.parentNode; parent.replaceChild(newFrame, iframe); } } } else { for (var i in this.iframes) this.refresh(this.iframes[i]); } } }; //no AJAX refresh for inline ads aa.adServer = 'http://media2.legacy.com/'; aa.target = ''+ '/3.0'+ '/5306.1'+ '/1400071'+ '/0'+ '/-1/size=30x1'+ '/adtech;'+ 'alias=legacy.oklahoman.lifestory.30x1.1.1;'+ 'target=_blank;'+ 'key=' + escape('COYCACS') + ';'+ 'kvopenextapp=' + escape('1') +';'+ 'kvcobrand=' + escape('oklahoman') +';'+ 'kvpersonid=' + escape('172460380') +';'+ 'sub1=' + escape('charity of your choice') + ';'+ 'sub2=' + escape('http://www.legacy.com/obituaries/oklahoman/condolences-charities.aspx?keyword=coycacs&pid=172460380') + ';'; if (typeof aa !== 'undefined' && typeof aa.kvscreenwidth !== 'undefined') aa.target += 'kvscreenwidth=' + escape(aa.kvscreenwidth()) + ';'; if (typeof aa !== 'undefined' && typeof aa.criteo !== 'undefined') aa.target += aa.criteo; aa.src = aa.adServer + 'addyn' + aa.target + 'grp=' + aa.pageNum +';misc=' + aa.random(); document.write("<div data-src='" + aa.src + "\' id='dea72673ed76490c8029215787a03ce1' class='scriptHolder' style='display:inline;'><\/div>"); charity of your choice . - See more at: http://www.legacy.com/obituaries/oklahoman/obituary.aspx?n=ernest-mcbride&pid=172460380&fhid=27832#sthash.r7Q65erp.dpuf

    Firefox will show the link if nothing is blocking it...
    In case an ad blocker, script blocker, or another extension is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Yahoo does not display properly in firefox 31.0 but will show correctly in IE. How do I get this fixed?

    I have cleared cookies and cache, updated Firefox to 31.0 but it still keeps happening. I have even accessed my Yahoo email through the ATT site because I have an sbcglobal.net address. Nothing works. I can see my Yahoo email just fine through Internet Explorer but would prefer to do all of my internet related work via Firefox. I have no idea what to do.

    Try disabling McAfee and see what happens.
    I use Norton 360.

  • Some websites do not display properly or function

    Using Firefox v29.0.1; running Win 7 Pro 64-bit version.
    Some websites do not display properly - as if Firefox is not finding the CSS (Facebook for one).
    Also, on Craig's List, I can't click on any of the links including the contact/reply button.
    Wanted to attach screenshots but see no place to do so.
    Thanks,
    paulp575

    Looks like something in my history must have been causing it.
    That's the only step I needed to go through and seems as though everything has cleared up - for now.
    Thanks Phillipp for your help!
    paulp575

  • Page does not display properly in 3.0.4

    If someone from apple reads these postings, the following page does not display properly in Safari 3.0.4 with mac os leopard.
    I can not find an email to email directly to you.
    http://bigten.cstv.com/sports/m-wrestl/spec-rel/021308aab.html

    Hi
    Welcome to Apple Discussions
    Best way to reach Apple is to send a Bug Report via the Safari Menu>Report Bugs to Apple. While Apple doesn't respond directly to these notes, the information gets in the hands of Software Engineers at Cupertino.
    Specific to the referenced site, there are multiple code errors, which would contribute to the rendering problem. Safari is a lot more specific about following correct code than other browsers. I suggest passing the Validation report on to the site developers. Good code practices (W3) makes for better uniformity and security on the Internet.

  • I can not install the Express after the Extreme tha AirPort tool is of no help. It does not display any base station.

    I can not install the Express after the Extreme tha AirPort tool is of no help. It does not display any base station.

    What is the exact model of the AirPort Express that you are trying to install? Which version of the AirPort Utility are you using? What is the operating system and version, and on what device, are you running the AirPort Utility on?

  • Animation not displaying properly in Firefox

    My animation not displaying properly in Firefox. I have searched this forum and others but am only able to find outdated solutions (such as updating to the latest release of Animate). I am on the most current versions of Animate and Firefox and still having problems. Does anyone know of a solution to this, or can direct me to a discussion that already covers it?
    An interesting thing to note is that only the center tree is acting differently, though the commands for each seem to be the same. Also the small mountains are fine, but not Mt Rainier.
    Here is my test page:
    http://jonnyart.com/test/NewYearsAnimation
    Thanks!

    In case anyone else runs into this issue, I was able to resolve it by rebuilding those portions of the animation.

  • Edge Animate file does not view properly in Firefox

    Adobe Edge Animate 1.0 file does not view properly in Firefox (3.5.19)—figure gets cropped...  but looks fine in Chrome and Safari. 
    Here's a link to the file: http://127.0.0.1:54321/Users/breuter/Desktop/RD_Test%3AEdge/Flying_R_Man6.html?mode=previe w 
    Thanks for any help.

    Hi Darrell,
    Thanks for your note... this should help: http://rdtest03.businesscatalyst.com/index.html
    It may take a few moments for the animation to load.
    Cheers,
    Bill

  • TDF not displaying properly in Firefox 4

    Hi, just an FYI to the TDF team...the web version is not displaying properly in Firefox 4.0.1. The main browser window (for lack of a better description) is slightly off-set maybe 10 - 15 pixels down and to the right. Because of this it covers up some of the TDF navigation tabs.

    In case anyone else runs into this issue, I was able to resolve it by rebuilding those portions of the animation.

  • Edited pdf does not display properly

    I scanned in doc to a .pdf. It displayed properly on iPad (iBooks). I added some text using preview. It did not display when reading it to iBooks. Thinking it was a layering issue, I "Flattened" the file with Adobe Acrobat Pro, and freaked it to iBooks. Still does not display the added text. Added text is displayed by Adobe Reader for iPad. How do I get the iBooks program to properly read an edited .PDF? Is it really necessary to print and rescan the .PDF each time? Can I add the text in IBooks?

    Stick with Adobe Reader. iBooks will not and cannot display form fields or edited text in a PDF as you have learned. You cannot add text in iBooks either. You can't change that. The built in mail app is also incapable of displaying edited PDF files. Adobe Reader is much more robust and feature rich than iBooks, which I'm sure you have already seen for yourself.
    iBooks pales in comparison as a useful PDF tool. i think that you will be much better off using Adobe Reader.

  • Help! Bridge does not display Indesign Documents as spread thumbnails anymore.

    Adobe please fix this issue. Adobe Bridge CC and (also CS6) does not display Indesign documents as spreads like it always used to. It displays a preview of the left hand page only not both left and right. This is very frustrating as this was a very useful feature from day one. Why is it not there and what can you do to get it reinstated asap.

    Moving this discussion to the Bridge General Discussion forum.

  • Microsoft owa site does not display properly. was working just fine and then stopped displaying correctly today.

    The display of the microsoft owa web page does not display correctly. Does not appear to be in HTML - almost looks like plain text.

    Thank you. Worked after I cleared cache

Maybe you are looking for