I am Working on my flash site and I need a combo box and i want it to load say gui.swf in the same page with the nav bar still there i am using
on (release) {
_root.contents.loadMovie(“locations.swf”);
}
at the moment for my buttons i tried this but it doesnt work any ideas
-Tom