Hallo

need help :

I'm using loadMovie to dynamically load jpg's . I know I can get the Information, that the jpeg has loaded via onclipevent(data).

but is there a way to get an error message if the jpg could not be loaded?

for example if the clients internet connection is ****ed up?

I don't want to do it with waiting a certain amount of time for onclipevent(data)and then displaying an error.

Thank you.