View Single Post
  #2 (permalink)  
Old 06-26-2007, 11:45 AM
lutenegger lutenegger is offline
WebProWorld Member
 
Join Date: Oct 2003
Location: St. Louis
Posts: 30
lutenegger RepRank 0
Default Re: Actionscript Error!

You don't have anything telling it to load into container. Assuming this actionscript is associated with a button in a navigation or something like that, which then loads the content into a movie clip, this has worked for as long as I can remember.

on(release){
container.loadMovie("contact.swf");
}

I'm not using CS3 yet so I can't test this, it does work in Flash 8 (Published for Player 8, ActionScript 2).

Erik Lutenegger : Web Developer : St. Louis, MO

Last edited by lutenegger; 06-26-2007 at 11:51 AM.
Reply With Quote