Excuse me?
I'm not sure I'm making myself clear enough. The flash movie (not a presentation) has to have those links (Art, animation, contact, credits, blah blah) because that is the PURPOSE of the animations, besides to look good. HTML is a different game altogether, especially since I'm using PHP.
Did you inspect the page or are you just talking from experience?
No, you are not making yourself clear enough, or you would have had 10 responses to your question.
If you want to be absolutely correct, it is a Flash video, not a Flash movie.
And PHP has nothing to do with anything, because it looks like all that you might be using it for is to grab the local time from your server. PHP delivers HTML to a user's browser. Browsers do not work with PHP. They work with HTML code, so it is an HTML issue. BTW, if you are using PHP for the time, it will be the local server time and not the time zone of a user on another part of the planet.
Your problem is related to hyperlinks embedded in Flash. They do not exist in the HTML code. When I click on Credits, it is linked to a credits.htm HTML page page that does not exist. What are the links supposed to do?
If it works on your local PC, then the problem could be that you are calling a local resource that exists on your PC given the path to it in your code, but doesn't work on the server because the path is different or the resource has not been copied to the server
BTW, these types of sites are always a disaster with search engines. There is nothing on the page for search engines to work with, and most cannot read or see your Flash video or links embedded in Flash.
SIMPLE ANSWERS, please! >_< I'm a complete code newbie.
This explains a lot, except for the attitude. Most newbies appreciate any help they can get.