I made a dynamic MP3 player in Flash and am trying to embed it in an HTML file with no luck. It seems that when implementing dynamic Flash, it is requiring that I keep the HTML file and the Flash files all in the same folder. I am trying to make it to where all my Flash files are in a Flash folder, with different names for each folder, with the files inside. When I do this, my dynamic content never shows up. I end up with a folder full of all sorts of files, which is not very organized. Is it possible to store say, the index.html file in the root of the site, and then have the Flash in a different folder? If so, how? I have tried everything, changing links in Dreamweaver, changing paths in AS, with no luck.
I have a flash folder, and then an MP3 Player folder. All the files are in the MP3 Folder. So the path to those form the index.html file would be flash/MP3 PLayer. The FLA has AS with
#include "mp3Player.as". The mp3Player.as file calls the XML file, which is in the same folder as the FLA and the the AS file. I went into the XML file and tried multiple ways of changing the paths, but each way I change it makes the track and artist info "undefined" and won't play the song.
I have a flash folder, and then an MP3 Player folder. All the files are in the MP3 Folder. So the path to those form the index.html file would be flash/MP3 PLayer. The FLA has AS with
#include "mp3Player.as". The mp3Player.as file calls the XML file, which is in the same folder as the FLA and the the AS file. I went into the XML file and tried multiple ways of changing the paths, but each way I change it makes the track and artist info "undefined" and won't play the song.