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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

button freezes movie

Status
Not open for further replies.

2cxc

Programmer
Joined
Aug 29, 2003
Messages
245
Location
CA
how can I avoid the movie from freezing when the button is pressed that has this action:
on (press) {
loadMovie("pt_kitt.swf", 2);
getURL("javascript:texter(1);");
}

I need pt_kitten to load in level 2 and I need the texter JS function in the html to run.

Thanks
 
Don't see why that would freeze up the movie... Have you tried with another js function (a popup for example), if you get the same results? Or maybe try seperating both of them on a press and another release action?

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top