Link to home
Start Free TrialLog in
Avatar of dirklance
dirklance

asked on

loader component double click quandry

greetings,

i'm using the loader component to load external swf's into my main movie via content_loader.loadMovie("myMovie"). my problem is i have to click the button twice in order for the new movie to show up.  it looks like the first time i click it its unloading the current movie and the second time its actually executing the loadMovie code.

button code:
on(release){
      content_loader.loadMovie("building.swf","POST");
}

how can i unload the movie and load another in one click?

http://winstonchurchillcondominiums.com/new

thanks,
ASKER CERTIFIED SOLUTION
Avatar of ArulPrasad1
ArulPrasad1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial