[Help Wanted] Flash working on IE and not working on Firefox.

Discussion in 'HTML & Website Design' started by tbtb, Jul 17, 2007.

  1. #1
    I developed a website and uploaded him to internet on address:
    http://84.18.200.132/~lighting/

    The problem is that the flash header not working with Firefox but working with Internet Explorer.
    The flash does working with Firefox if I open it from my computer.

    Please help me ...

    Thanks in advanced.
     
    tbtb, Jul 17, 2007 IP
  2. skibladner

    skibladner Peon

    Messages:
    1,149
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The problem lies in the index html, you've written
    <object data="flash\header.swf"
    width="754" height="457" type="application/x-shockwave-flash">​

    it ought to be
    <object data="flash/header.swf"
    width="754" height="457" type="application/x-shockwave-flash">​

    IE ignores the mistake, firefox (being superior) doesn't
     
    skibladner, Jul 17, 2007 IP
  3. tbtb

    tbtb Well-Known Member

    Messages:
    3,699
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    165
    #3
    WOW you are good human ! I'm really appreciate your help , Can I reward you ?
     
    tbtb, Jul 17, 2007 IP
  4. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just thought I'd chime in here. You have a couple HTML validation errors on line 97.

    
    <input type="image" src="images/but1.jpg" style="margin-left:39px; margin-top:14px" width="112" height="13">
    
    Code (markup):
    It should be

    
    <input type="image" src="images/but1.jpg" style="margin-left:39px; margin-top:14px[b];"[/b] width="112" height="13">
    
    Code (markup):
     
    Dan Schulz, Jul 18, 2007 IP
  5. skibladner

    skibladner Peon

    Messages:
    1,149
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #5
    sure! you're welcome to reward me anytime you want
     
    skibladner, Jul 18, 2007 IP