hi guys

i have tried all types of solutions to get this bug fixed but on my mashine it#s working fine...there are only some connections from different machines that donnot what they are supposed to do...

http://www.cebes.de/00_test/db/modul_flash

i put in a random variable to check everytime the new movie is requested...so every connect to the movieclip is a complete new request and even proxies have to serve a new movie...

most of the times the problem just appears after clicking twice on a same project nothing appears nothing shows up. does anybody has the same problem in one project in the past? i guess it's a quite rare problem...donnot kknow why...

here are the AS from the buttons that call the movies...

on (press) {
rn = Math.round(Math.random()*10000);
_level0.inhalte.loadMovie(inhalt+"?random="+rn);
}

the movie's names are taken from an array out of a PHP-SQL connect

gracias

cebe