PDA

View Full Version : External .swf problems


bkohsl
06-17-2005, 05:50 AM
ok, I have an external .swf I want to import and play in the main timeline. Since that said .swf file is smaller than the current flash file I am working on, I thought it would be best to drop it into a new movieclip symbol, so I can position it where it should be. But I can't seem do so. The external .swf won't load into the movieclip symbol.

maintime line movie is named index
holder movieclip symbol is named introanimation
movieclip symbol instance on main movie is labeled intro
external. swf file is named intromovie.swf
actionscript used on 1st frame of movieclip symbol:

stop();
introanimation.loadVariables("intromovie.swf");


Am I doing something wrong here?

thanks a lot, people.

oldnewbie
06-17-2005, 05:57 AM
It's loadMovie, not loadVariables... But confusion on your container's instance name...

You should maybe check this tutorial...

http://www.kirupa.com/developer/mx/loading.htm