I'm using CodeIgniter but I think this can apply to any web framework.
The "nav bar" and the site I'm making is Flash. Normally when you link to a page in CodeIgniter, you use the anchor()
function, which you pass URL segments to, and it builds a hyperlink. But how can I link to pages within Flash? Hopefully there's a way other than changing the links after the site is installed and configured...