Flash file not loading.
PermalinkI have a flash file on my page that will just not co-operate with me, and I'm going to get grey hair over it (not that I don't already have grey hair!)
The music player: It is a flash player that draws from a folder called "MP3s" using an XML file. Check it out here:www.www.blazing-media.com/strongman/test... to see it working just fine.
I used c5 to insert it. The "loading" circle just spins, but no music starts.http://www.blazing-media.com/strongman/... is my development page. If you take a look at the source, and actually follow the src, you'll see that if you open it, it works just fine. Just when it is embedded it doesn't work.
ANY help here would be so, so appreciated. Trust me, I'm going bananas here.
I took some screenshots of the source & of the FTP, you'll find those attached.
Thanks in advance!
Edit - On a separate note:
I'm using the built in slideshow block as my header image rotator (you'll see when you click my link). Where would I find "<div id=ccm-SlideshowBlock-display132"> to fix that sizing issue? Is there another workaround for it?
Thanks again.
For the Music Player:
Unfortunately firebug won't reveal where the flash file is trying to find the MP3 files.
I want to try and avoid going into the FLA and changing the URL's to absolute if possible, since the SWF is working when you view it by itself. Does anyone else have any other suggestions?
As for your Flash issue, the first step is seeing if you're connecting to the XML. Can you pass the XML's path as a Flash variable, or does it have to be in the same directory?
You can use the "base" parameter to fool Flash into looking for a relative-path in whatever location you specify. The Flash Embed add-on is set up for doing this, so you would upload your XML file, look up its path in its properties window, copy it, then use that to set up a base parameter when you embed your SWF. Once your SWF file is connecting to your XML file successfully, you usually can define the location to your audio files straight from the XML. The Flash Embed add-on allows you to edit your XML directly from the file manager, and includes sitemap and file manager shortcuts so you can browse to select the audio files you want to include and it will paste in the appropriate paths for you.
Anyway, hope that helps. Let me know if you have more questions
http://www.screencast.com/users/Methodize/folders/Default/media/580...
I just purchased the Flash Embed / XML Data add-on. It says to upload all my flash files, etc through the file manager. What about all of my .as files and maintaining my directory structures?
I would download the free addon called "Music" (http://www.concrete5.org/index.php?cID=9607... ) and look at the code in there to see how it does it -- the audio player you're using probably functions similarly to that audio player.
Good luck!
Anywho, instead of trying to play with the file path I just copied the XML file to where it was looking for it, and tada! It works. Probably not the best permanent solution but if the client isn't going to be touching the server it should be fine.
Try to use absolute urls for your files or use some tools like Firebug to see where flash tries to find your mp3 files