bransom DC

Joined: 06 Nov 2008 Posts: 650 Location: St. Louis, MO
|
Posted: Mon Aug 30, 2010 9:23 am Post subject: |
|
|
Bruce:
Here's a possible cause: Looking at your source code, both your Commercial demo and your Character demo include the word "demo" in the file name. Your Narration demo isn't listed that way. Rather it's being called for as "Bruce Miles - Narration.mp3" rather than "Bruce Miles - Narration Demo.mp3". Check that the file name is correct. And, fyi, the "click here to download this demo" link reports back "The requested URL was not found on this server" which often indicates a naming problem.
And, finally, a suggestion: Name your files without any spaces. Spaces, to web servers, are replaced with "%20" which becomes hard to read when you're looking at code. In your code, the Narration link refers to:
"Bruce%20Miles%20-%20Narration.mp3". It's much easier to debug if you replace spaces with underscores ("Bruce_Miles_Narration_Demo.mp").
Hope this helps...
Bob _________________ Bob Ransom
"I really need a pithy quote here." |
|