i have a flash movie that loads another movie into it. it works for me 100% of the time. but occasionally i get email from users of my site saying that the movie “doesn’t load”. it’s the only flash movie on my site that anyone ever has problems with. i can’t reproduce the problem myself, and most users don’t have any problems at all.
[color=Silver] i should say it WAS the only flash movie that anyone ever had problems with. i recently changed another flash movie on my site so that now loads its sounds through loadSound(). now i get the odd complaint that this movie has no sound. again, i cannot reproduce the issue myself.[/color]
has anyone else had issues like this, where a small percentage of your users have problems with movies using loadMovie() [color=Silver]or loadSound()[/color]?
in case it matters, the first movie initially used a relative URL. it now uses an absolute URL. either way, it didn’t seem to make a difference – people had problems either way.
thanks in advance for any input.
[EDIT: forget about the loadsound problem… that turned out to be an entirely different issue (base URL confusion)]