hi, i have made a website and i have a flash menu, i open it up in IE and i can see it fine but then i open it up in Firefox and it display everything apart from the flash menu, i have looked on other forums and have seen that other people have found this problem but no solution was just wondering if anyone else has a solution for this. thanks
oops i forgot that bit, its www.alternativeautocare.co.uk/1/ i cant put it as a link yet as it is unavailable cheers
There is a problem in embed tag which is very imprtant for firefox. please change the code in the html file. <embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="images/header" type="application/x-shockwave-flash" width="100%" height="50"> The bold letters is missing the swf file path. the tag should be like this, <embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="Flash%20Menu/Nav%20Bar.swf" type="application/x-shockwave-flash" width="100%" height="50"> Thanks John