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.
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
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):