This is the code I have currently:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu music="music/bad_loop-lumme.mp3">
<nav type="gallery" name="PHOTOSHOOTS" url="xml/photoshoots.xml" firstGallery="true" />
<nav type="gallery" name="SPORTS" url="xml/sports.xml" />
<nav type="gallery" name="MISCELLANEOUS" url="xml/miscellaneous.xml" />
<nav type="swf" name="PRICES" url="pages/prices.swf" />
<nav type="swf" name="CONTACT" url="pages/contact.swf" />
</menu>
How do I get the sports gallery page to link back to a menu page instead of the sports.xml page.. I tried using the name of the page, but I think the nav type should be changed also.. Any help?