Hi I have a problem with 2 movies. I want to load a smaller one in a bigger one. It works good with "loadMovieNum ("xxx.swf", 1);". But there are 2 problems: first I can not position the xxx.swf and second I would like to load in a several layer of the bigger swf. Within the helpfile of flash5 I found this:
'on(release) {
loadMovie("produkte.swf",_root.dropZone);
}'
So you can load a swf in a movieclip in of this film...but it doesn't work.
It would be very nice if you could help me, I tried my best.
'on(release) {
loadMovie("produkte.swf",_root.dropZone);
}'
So you can load a swf in a movieclip in of this film...but it doesn't work.
It would be very nice if you could help me, I tried my best.