# Load movie error detection?

**URL:** https://forum.kirupa.com/t/load-movie-error-detection/9841
**Category:** Uncategorized
**Created:** [December 19, 2002, 3:10pm UTC](https://forum.kirupa.com/t/load-movie-error-detection/9841 "2002-12-19T15:10:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yellowjacket](https://avatars.discourse-cdn.com/v4/letter/y/f05b48/32.png) [@yellowjacket](https://forum.kirupa.com/u/yellowjacket)
#### Post date: [December 19, 2002, 3:10pm UTC](https://forum.kirupa.com/t/load-movie-error-detection/9841/1 "2002-12-19T15:10:52Z")

</div>

Need to be able to detect if there was an error loading the movie.  
In test mode the output window display an error if file not found.  
How do you get this information when not in test mode?  
Does if (success) work for load movie as it does for loadvar?

Thanks,

YJ

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 19, 2002, 5:18pm UTC](https://forum.kirupa.com/t/load-movie-error-detection/9841/2 "2002-12-19T17:18:05Z")

</div>

No, it does’nt, i wish it was. You can only trigger the swf when it load’s, by using bokel’s fix:

[http://www.kirupaforum.com/showthread.php?s=&threadid=10604](http://www.kirupaforum.com/showthread.php?s=&threadid=10604)

Also, you can create a time-out script, setInterval, or getTimer.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 19, 2002, 7:04pm UTC](https://forum.kirupa.com/t/load-movie-error-detection/9841/3 "2002-12-19T19:04:01Z")

</div>

H88,  
Thanks, but I neglected to mention that I am loading a jpeg file not a .swf and if there is a file error I get nothing where the file should be, not pretty!

YJ

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 19, 2002, 7:04pm UTC](https://forum.kirupa.com/t/load-movie-error-detection/9841/4 "2002-12-19T19:04:46Z")

</div>

> \*Originally posted by yellowjacket \*  
> \*\*H88,  
> Thanks, but I neglected to mention that I am loading a jpeg file not a .swf and if there is a file error I get nothing where the file should be, not pretty!

YJ \*\*

Exactly the same thing.
