Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to position an imported swf in another on?

Status
Not open for further replies.

shoese

Technical User
Sep 4, 2001
4
DE
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top