Hey guys im about to lose my ever fragile mind if i cant get this thing to work.
Basically i have a flash web page with 2 movie clips inside and a button that goes something like this:
on (rollOver) {gotoAndPlay(“over”);
}
on (rollOut) {gotoAndPlay(“out”);
}
on (release) {
_root.mainmovie.boardcontent.loadMovie(“board_mayhemfish.swf”);
_root.mainmovie.closeswf.gotoAndPlay(2);
_parent._parent.boardmov._visible = false;
}
not too complicated as i have a blank movie clip called boardcontent that loads and external swf board_mayhemfish.swf now this works perfectly in flash when i test it but the moment i upload it the board_mayhemfish.swf cant be found. Now one would assume thats because i dont have the right path so ive tried directly putting where it resides which was:
_root.mainmovie.boardcontent.loadMovie(http://www.explicitmedia.com/clients/aviso/board_mayhemfish.swf);
now if i click on that direct link i just put in it takes me to the SWF fine but for some reason the flash file cant find it or doesnt load it. Anyway im out of ideas and any fresh ones would be great.
Thanks,
Chris