Flash Nav
Flash Nav
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- blaw0
embed your .swf with this:
http://blog.deconcept.com/swfobj…on that page, read about passing variables. you'll use something like:
so.addVariable("activePage", "home");in flash, it depends upon how you set up the buttons. you might use something like:
if (activePage=="home"){
btnHome.activeHightlight._visibl... = true;
}else{
btnHome.activeHightlight._visibl... = false;
}