PDA

View Full Version : Flash MX error handeling



Raydred
April 13th, 2003, 05:32 PM
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?

ahmed
April 13th, 2003, 05:42 PM
that's odd.. the same question was asked over at bit-101 forums. here's a link :)

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

Jubba
April 13th, 2003, 05:51 PM
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.

Raydred
April 13th, 2003, 07:35 PM
hmm =) thanks alot for the ideas =)..

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

(im spoiled with c# ) =)