Hello there!
My flash movie is executed correctly on my computer,but once I upload it and view it from my browser it is totally messed up.
The movie structure is like this:
.The main movie has 1 frame only
.I load extrenal swf clips using MovieClipLoader inside an onEnterFrame function.
.All the listeners and the loadClip function are placed inside the onEnterFrame function.
.Then, I use some buttons (which are NOT placed dynamicaly) to view each movie clip.
.Those buttons fades from alpha=0 to alpha=100 using the onLoadProgress listener.
Over the internet the first button remains invisible (alpha=0), while the movieclips refuse to load…Generaly, the listeners of the MovieClipLoader Class dosen’t seems to be executed…
I am also using ‘delete onEnterFrame’,in the ‘onLoadComplete’ function as soon as all the movie clips have loaded…
Everything works pretty fine on my computer
PLZ HELP ME !
thanks in advance,
Manolis, Greece