Hi there
I have a problem loading external movies in my main flash site. It all works fine on my computer but then as soon as I upload them to my server it no longer works and the buttons do not work. All the swfs are in the same folder as the html and all other files
http://www.honestthief.co.uk/newsite.html
that is the link to the unifinshed site and the other movie files are called peoplethinkmovie.swf
gallery.swf
musicmovie.swf
politicsmovie.swf
main_contents.swf <— this one is the first one to load and works fine
artbykalmovie.swf
These smaller movies are just there to test at the moment and as a result have not yet been designed
This is an example of the script I have used for the buttons
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = “peoplethinkmovie”;
container.loadMovie(“peoplethinkmovie.swf”);
} else if (_root.currMovie != “peoplethinkmovie”) {
if (container._currentframe >= container.midframe) {
_root.currMovie = “peoplethinkmovie”;
container.play();
}
}
}
Anyone able to help me at all?? I am tearing my hair out!
Cheers