Heh, +1 for using ‘interweb’. You’re probably pathing something wrong, check the source for any external assets and make sure that it’s relevant on your server. You should also check for cross-domain requests that may be denied.
Make sure you’re running the debug version of the Flash player so that you can catch runtime errors when the SWF is embedded.
Well,… all the files, .swf’s, .as’s, .mp3’s are on the same domain (www.rdandthecs.com) and in the correct folders, and actionscript I;ve written is all referenced relativley,… like, instead of “C:\Users\Chris\WEB\RD\mp3.xml” or “http://www.rdandthecs.com/mp3.xml”, I have “mp3.xml” 'cos its in the same folder. All the external .swf’s are loading, but no sound is playing and if you click the “contact” button (the typewriter) the corresponding page “contact.swf” wont load. I have changed all allowSciptAccess’s to “Always” in the HTML too.
I get a “The Compressed Folder is invalid or corrupted” error message so can’t check it out locally.
A few things to think about…
Your HTML document doesn’t have an extension so the browser might be a little confused as to how it should be parsed.
I had to substitute main.swf for this anonymous HTML page before the sounds would download to my cache. Once I’d done this, then the normal link worked. This does suggest that you’re not loading them properly in your Flash code.
This is probably the same problem with the other external SWFs, e.g. Content.swf
You might also want to check the capitalisation on your links. Some are uncapitalised, e.g. home.swf, while others are capitalised, e.g. Contact.swf. While that might not appear important, it will be on your server which will expect the spelling to match exactly.
Oh, and you might also want to have a rethink about the self-advertising screen. While I can see why you’ve included it, it’s triggered far too early while still mousing over the rotating icons. I’d suggest that you move the hit area for that button/MC much lower down the page.
RE #4…most errors of this fashion are caused by pathing issues, usually because of differences in punctuation.
RE #1…yes, I mean it should have an html or htm extension. Some browsers are cute enough to figure out that it’s html but some might not.
RE #2…I simply loaded main.swf instead of main.??? into my browser and it worked. On reflection, the problem is more likely to be caused by #4.
RE the advert…GOOD!
Ok, very strange things happening with my MP3 player,… If I go to www.rdandthecs.com no mp3’s play, but if I press the “Download” button, a new internet window pops up, the mp3 doesnt download, but if I refresh the page the mp3 plays in the mp3 player. Dah!.. And my contact form isnt working, but thats a php problem, again… out of my depth.