Hello,
I am making on a site and using a local testing server on my pc to test files. Everything works fine when all my mp3s, PHP Files, and swfs are in the same folder but I would like to organize them a little cleaner. I made folders for xml files, php files, and mp3 files and updated the links to the moved files in my actionscript and php files. Everything seems to work ok except for one problem:
My mp3 players is an swf file nested in another root swf. The mp3players uses a PHP File to generate a playlist. Now, after I move all my files and updated the links, the mp3 player still populates the playlist but when I click on a song it says "error finding filename".
When I try the mp3 player swf on its own in a browser it works, but it doesn’t when I try it in my main swf (website). The reference in the actionscript is correct because the player shows up in the root swf, it just doesn’t play any songs. I could understand if it didn’t even generate the playlist but it does.
How should my files be organized in order for them to work but still have a logical, clean structure?
Thanks