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
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