I’m attempting to load external swfs into a another swf, which is in a dreamweaver file.
The main swf works file when I test it in flash- it loads the external swfs without a problem.
When I put the main swf into dream weaver, it works, however does not load the external swfs.
Everything is in the same folder, it just seems like once the main swf is in the html file, it can’t “see” the external swfs.
Here is the as I’m using.
btn_mc.btn3_mc.onRelease = function () {
loader_mc.loadMovie(“bio.swf”);
}
Any suggestions?