Aaron Posted December 5, 2011 Report Share Posted December 5, 2011 my navbar keeps disapeering when I go to another page, then it reapears. Its like it has to reload the navbar at every page and it takes a second. It also does it in the pilot center sidebar. Check ut this link, http://www.canforce.org/index.php and if you navigate to another page, the navbar will disapear for maybe 3-5 seconds and it like reloads. Here's the code from my core_navbar.tpl and it is similar to the code for my pilot center sidebar as well: <html> <body> <?php if(Auth::LoggedIn()) { ?> <object id="fm_menu_navbar" width="969px" height="27px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"> <param name="movie" value="http://www.canforce.org/core/templates/navbar.swf" /><param name="quality" value="high" /> <param name="bgcolor" value="#000000" /><param name="wmode" value="transparent" /> <param name="scale" value="exactfit" /><param name="menu" value="false" /> <param name="AllowScriptAccess" value="always" /> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="969px" height="27px" bgcolor="#000000" wmode="transparent" src="navbar.swf" quality="high" scale="exactfit" menu="false" allowscriptaccess="always"/> </object> <?php } ?> <?php if(!Auth::LoggedIn()) { ?> <object id="fm_menu__navbar" width="969px" height="27px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"> <param name="movie" value="http://www.canforce.org/core/templates/!navbar.swf" /><param name="quality" value="high" /> <param name="bgcolor" value="#000000" /><param name="wmode" value="transparent" /> <param name="scale" value="exactfit" /><param name="menu" value="false" /> <param name="AllowScriptAccess" value="always" /> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="969px" height="27px" bgcolor="#000000" wmode="transparent" src="!navbar.swf" quality="high" scale="exactfit" menu="false" allowscriptaccess="always"/> </object> <?php } ?> </body> </html> Also, I don't want an admin navbar, I put the admin panel in their pilot center and the if statement seems to be working, just very slow. thanks for any help Quote Link to comment Share on other sites More sharing options...
Aaron Posted December 5, 2011 Author Report Share Posted December 5, 2011 also, it seems to disapear longer if you click and move your mouse away before it comes back. Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 5, 2011 Moderators Report Share Posted December 5, 2011 lost the flash and it wil probably start working again Quote Link to comment Share on other sites More sharing options...
Tom Posted December 5, 2011 Report Share Posted December 5, 2011 There's absolutely no reason to be doing that in flash. Use something appropriate, i.e. HTML, and it'll work. Quote Link to comment Share on other sites More sharing options...
Aaron Posted December 5, 2011 Author Report Share Posted December 5, 2011 How do I make a menu that not in flash? can u send link to tutorial plz n thanks Quote Link to comment Share on other sites More sharing options...
Tom Posted December 5, 2011 Report Share Posted December 5, 2011 http://lmgtfy.com/?q=horizontal+css+menu+tutorial Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.