: :oops: Problem on LoadMovie()

  • Christin
  • Born
  • Born
  • No Avatar
  • Joined: Sep 22, 2004
  • Posts: 2
  • Status: Offline

Post September 22nd, 2004, 11:12 pm

Hi All, please help if you can
So I have 3 swf files
Main.swf,
Holder.swf
Target.swf


I have to create dynamically in Main.swf an empty movie clip and load into that the Holder.swf , its is easy to do

the code is


functinon LoadMyMovies() {
this.createEmptyMovieClip("target_mc", this.getNextHighestDepth());
var path=this["target_mc"+i];
path.createEmptyMovieClip("holder", this.getNextHighestDepth());
path.holder.loadMovie(Holder.swf);
}


so in my Holder.swf I have a empty movieclip symbol, by targetholder instance name, what i have to do
is to load the Target.swf into the targetholder
in my main movei, continuing the functinon LoadMyMovies()...
so if you can help me please write me!

Thanks and kisses
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 22nd, 2004, 11:12 pm

  • Abelius
  • Proficient
  • Proficient
  • User avatar
  • Joined: Sep 17, 2004
  • Posts: 260
  • Loc: Miami Beach, FL, USA
  • Status: Offline

Post September 23rd, 2004, 8:09 pm

Does the movie where you want to load the external swf HAVE to be created using AS?
I mean, can't you create it simply as an empty movie in the Main Movie? :)
Cordially,
Abel K - Miami Beach, FL, USA
http://www.worldkit.com
  • Christin
  • Born
  • Born
  • No Avatar
  • Joined: Sep 22, 2004
  • Posts: 2
  • Status: Offline

Post September 23rd, 2004, 9:18 pm

Thanks a lot for your reply , i have solved this problem. But i could not cause the Target.swf must be animated in the holder.swf
  • Abelius
  • Proficient
  • Proficient
  • User avatar
  • Joined: Sep 17, 2004
  • Posts: 260
  • Loc: Miami Beach, FL, USA
  • Status: Offline

Post September 23rd, 2004, 11:20 pm

...one down, 9999 to go... :)
Cordially,
Abel K - Miami Beach, FL, USA
http://www.worldkit.com

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 31 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.