Note that there are some explanatory texts on larger screens.

plurals
  1. PODisable the error message box while loading an external movie with actionscript 3
    text
    copied!<p>I have a compiled <b>swf</b> file and a I <b>can't edit it</b>, but the movie is working fine (but gives an error message with a message box).</p> <p>I am using it from an other movie (load with as3 code). When the loader movie loads it the error message box appears.</p> <p><b>I wonder is it possible to disable the errors while loading a movie with as3.</b><br /><p><br></p></p> <p>Here is the error in the message box:</p> <pre><code>"TypeError: Error #1009: Cannot access a property or method of a null object reference. at motionsound11_fla::_all_29/motionsound11_fla::frame249()" </code></pre> <hr> <p>Yes. Here is the error message (editted my first post):</p> <pre><code>"TypeError: Error #1009: Cannot access a property or method of a null object reference. at motionsound11_fla::_all_29/motionsound11_fla::frame249()" </code></pre> <p>And I don't want to decompile my movie. It becomes more complex when decompiled. Yes, for understanding the problem I did. But my first problem is disable the error message box.</p> <p>Thanks so much.</p> <hr> <p>Yes, You are right. There is no error in a browser (with flash player plugin). My project wont be in a browser. It will be an executable file (.exe) or .swf . So people who have "Adobe Flash CS3" on their computers will see the error in swf format file.</p> <p>(i will add this information to my question : " The loader wont be on a web page. It will be used as .swf file or executable file" )</p> <p><b>And your answer is acceptable. I will publish as html page not .exe or .swf. This will be more secure,dynamic and has no platform dependence.</p> <p>Thanks.</b></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload