First correct this line in B.
fla file, on load layer folder, actions layer, frame 22 :
- Code: Select all
loadMovie(_root.toadd+"images/1.jpg", pic.pic2.pic3);
make it :
- Code: Select all
loadMovie(toadd+"images/1.jpg", pic.pic2.pic3);
the problem you are facing is because you are testing your movies locally, if you upload it to server they will work fine, but you can test it locally by going to publish settings, and then on local playback security option choose access local files only...