Hello,
Wondering if someone can help. I am using Flash 8 and in flash the loadmovie function is working fine when I test my movie functionality. But button clicked to load another swf in the same html page, it doesn't.
I am using :
Code:
on (release) {
loadMovieNum("peruvian.swf", 0);
}
what am I missing?
Thanks
Nikising
|