Flash MX error handeling

Hey guys!
im making a flash movie where it loads in pics using the loadMovie() method…

i was curious… is there a way to tell if the file doenst exist? if so i want to display a defualt “not found” thing…
anyone have any ideas?

that’s odd… the same question was asked over at bit-101 forums. here’s a link :slight_smile:

http://www.bit-101.com/forum/viewtopic.php?t=1437&highlight=

Yeah, you could do a php script to see if the file exists and then return true or false. If true then loadMovie() else give error output.

hmm =) thanks alot for the ideas =)…

hopefully Macromedia will have methods to handle error handeling in the future hehe =)

(im spoiled with c# ) =)