To modify the Flash header music & options, edit theme.php on line 60 > /* There are three options for the music in the Flash Movie */ /* $music = "on"; The music will play immediately when the site loads.*/ /* $music = "mute"; The music will be stopped, but the user can turn it on (default)*/ /* $music = "off"; The music will not load and there will be no music button.*/ $music = "mute"; on line 100 > /* This include will display the registered users, pageviews and who's online */ /* Simply delete or comment out the following line if you do not want these options*/ include("themes/WebDesignHQ_Flash_Orange/data.php");