Hi guys, i got a problem loading a movie. I have a movie called “index.swf” then it has a text button called “enter site” the idea is that when you press the “enter site” button it’ll load a movie called “main.swf” . Everything worked perfect when i tested it using flash, but when i tested the html files using the internet explorer, the movie loaded (main.swf) becomes BLUR. I think it may be a position (x:y) problem or something like that. But it’s only when i open the html file for my index movie.
The AS that i’m using for the text button to load the movie is:
on (release) {
loadMovie(“main.swf”, 0);
}
I can send the files to who want to check it out.
Any help will be apprecited.
thanks!