I'm doing a new install of wp2.7 and I'm modifying a theme with some of the features of an old website I have.
I'm trying to use a flash banner/menu as my main menu/banner on the site and it woks good except that there is a menu.txt file that the .swf file refers to that needs to be in the root directory for the menu function of the flash to work, and when wordpress creates subpages like http://rootdirectory/tag/events the flash file can't see the menu.txt file anymore so I loose my functionality.
Is there a way to "hack" wordpress or add an entry to the database that will create a copy of menu.txt in the root of all directories that wordpress creates?
Or maybe an .htaccess entry that changes all created post/pages/etc. look like their in the root directory IE:
http://rootdirectory/tag/events
becomes
http://rootdirectory/events