My site won't open in Firefox!?!?

Discussion in 'Programming' started by Schappster, Jul 7, 2007.

  1. #1
    Hey guys I have the site www.nocreditkit.com and for one odd reason or another it won't open in firefox but opens fine in every other browser. I figured it was some sort of coding error but am not sure what to fix/replace

    Thanks for your help,
    Jason
     
    Schappster, Jul 7, 2007 IP
  2. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    is it not showing or just messed up...? depending on resolution right?
     
    ProgrammersTalk, Jul 7, 2007 IP
  3. Zeeshan.Quireshi

    Zeeshan.Quireshi Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well the problem with your index.html file is that you should remove the Non-IE part code , and use the normal flash embedding system . i.e. in this way
    <PARAM NAME=movie VALUE="yoursite.com/header.swf"> <PARAM NAME=quality VALUE=high>
    <EMBED src="yoursite.com/header.swf"
    Code (markup):
     
    Zeeshan.Quireshi, Jul 8, 2007 IP
  4. Schappster

    Schappster Peon

    Messages:
    1,506
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it loads a just a gray screen
     
    Schappster, Jul 8, 2007 IP
  5. amanamission

    amanamission Notable Member

    Messages:
    1,936
    Likes Received:
    138
    Best Answers:
    0
    Trophy Points:
    210
    #5
    Yep, that's right. Just checked it and it's happening here too. Maybe you're getting caught in some kind of lint trap:D
    No answers, but verification so people don't think it's an isolated case. Good luck with that.
     
    amanamission, Jul 8, 2007 IP
  6. SeLfkiLL

    SeLfkiLL Active Member

    Messages:
    85
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    50
    #6
    SeLfkiLL, Jul 8, 2007 IP
  7. Schappster

    Schappster Peon

    Messages:
    1,506
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #7
    that would be the one let me see what i can do
     
    Schappster, Jul 8, 2007 IP
  8. MMJ

    MMJ Guest

    Messages:
    460
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Try using embed instead ob object.
     
    MMJ, Jul 8, 2007 IP