Global navigation: Download
February 26, 2009 by: ChristianIn this post you will find the latest version of the global navigation and all the source and sample files to download. I have also included a complete Gaia Framework (v3.0.4) for your convinience and for a complete functioning system, but be sure to get the latest version of Gaia from here if you want to use the global navigation with Gaia.
I’ve included the TweenLite/TweenMax classes as well, but again, be sure to get the latest version of the Tweening classes.
———————————————————————————————————–
Download global navigation (includes Gaia v3.0.4 and all sample files)
Download global navigation classes only
I removed the downloads here, because I have set up an online documentation with all the downloads:
Global Navigation Downloads + Documentation
Introduction to global navigation
How to, Showcase, Infos, Samples
———————————————————————————————————–
Real examples: websites using the global navigation
WITKA
Data Logistix AG
Impact Unlimited
Hunziker Betatech AG
eXtenso IT Services
Version history
(Please visit the documentation for the latest info)
1.51
- Small adjustement in LoadChildAsset class. remove Listener when loading is cancelled. LoadChildAsset.as is used to load the button swfs. This fix was in fact not really necessary, because the loading of the buttons is not cancelled. But nevertheless, if you want to use LoadChildAsset.as by itself, this fix was important.
1.50
- It is now possible to include a path to your btn swfs –> new NavigationManager(ref:MovieClip, xmlFile:String, btnPath:String = “”). This can be helpfull if your btn swfs are in a different location and you want to keep the xml file clean (btnSWF=”mainBtn.swf” looks better than btnSWF=”http://www.yourdomain.com/folder/anotherfolder/buttonfolder/mainBtn.swf”)
1.49
- “btnHide” attribute added. This is used when the button itself should not be visible, but it needs to be loaded for proper alignment etc. This is often the case with the “home” button: The functionality should be in the navigation but it is triggered by a click on the logo and not specific “home”-button.
1.48
- Bugfix when the last btn had sub-buttons (Type Error #1010 with btns[nextSiblings[0]].makeRoomAddSpace)
1.47
- I took almost all code that was in the btn swf and encapsulated it in the NavigationButton class, so now it is much easier (especially for the designer) to layout and arrange the graphics and button labels in the fla.
- Bugs fixed concerning loading issues
- There is a new NavigationEvent LOADING_COMPLETE. When the NavPage loads, the afterTransitionIn Event is hijacked. After the global navigation is completely loaded, Gaia is released.
- The examples uses the newest Gaia Version 3.0.2.
- …and many small improvements.
1.46
- Initial release
.





i’ve downloaded global navigation. When I try to publish, it failed. “nav.fla did not compile correctly”
“1172: Definition flash.sampler:NewObjectSample could not be found.”
import flash.sampler.NewObjectSample;
could you help me out this problem?
;D
thanks,
tods
@tods
Did you solve the problem? I sent you a message but got no answer.
Hi, I’m having the same problem as Tods when I try to publish.
“1172: Definition flash.sampler:NewObjectSample could not be found.”
import flash.sampler.NewObjectSample;
Can you please suggest a solution?
Many Thanks
Jae
Hi Jae
Sorry for the late reply. Unfortunatly I don’t know how and if “tods” solved the problem. For my part its difficult to replicate the error, as I’m slowly losing track of Gaia because I switched to my own framework “fleb”.
Cheers,
Christian
Maybe its a cs3 to cs4 thing… I get the error… Im still using CS3
Thanks for the hint. Please try again!