PDA

View Full Version : Flash navigation seems to be breaking website...?


benpotter
11-18-2005, 06:27 PM
I wanted to ask all of you what you thought about my problem. We have a website that we did for our local city and it seems that the Flash navigation is breaking it. When using IE on a PC the page regularly only loads partway. Sometimes only the <?php include that holds the Flash navigation loads and then nothing else loads.

The website utilizes php and mySQL and each page uses includes to bring the header. I thought this could be related to a cache problem to I included a no-pragma header to force dump the cache for every page in the site. Feel free to click around the site http://www.ci.nampa.id.us and see if you can "break it" just by navigating around using the Flash menu.

Any suggestions? The buttons in the Flash menu are using the most basic global urlGET ("http://www.ci.nampa.id.us","_self"); statement so there seems to be no problem with the page actually being called up.

Anyway...I'll leave it there and see if anyone can crack this case!

Thanks in advance for your help.
Ben

sfhazel
11-26-2005, 06:36 PM
Whenever you click a link in IE, the current page will stop loading. So, whenever you hover of your menu to get a submenu, it halts the current page from loading and you get stuck with just the navigation. You need to load the submenus without using getURL.