A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: IE Application Error

Hybrid View

  1. #1
    Member
    Join Date
    Oct 2002
    Location
    Daytona Beach, FL
    Posts
    34

    IE Application Error

    Hello all, I'm not sure if this is the right forum for this question, but since I'm a newbie I guess it applies. I've been working on a very simple flash site and after closing the IE browser window that I'm previewing it in, I get the following IE.EXPLORE application error:

    -------------------------------------------
    The instruction at "0x014b5f6c" referenced memory at "0x014b5f6c". The memory could not be "read".

    Click on OK to terminate program
    -------------------------------------------

    I've been searching for hours for a solution to this problem and it seems like everyone has a different guess for what may be causing it. The only AS I've used so far is on one button and I notice that I don't get the message unless I click on that button and then try to close the browser. I've tried re-installing my flash player as well and that doesn't seem to help. If anyone has a solution to this problem I'd very much appreciate it.

  2. #2

  3. #3
    Member
    Join Date
    Oct 2002
    Location
    Daytona Beach, FL
    Posts
    34
    Oh yeah, sorry. It's just a simple button action:

    stop();

    function onAmarisClick(evt:MouseEvent):void {
    gotoAndStop("AmarisFrame");
    }
    amaris_btn.addEventListener(MouseEvent.CLICK, onAmarisClick);

  4. #4
    AS3 Mod
    Join Date
    Sep 2007
    Location
    O-H-I-O
    Posts
    2,385
    Interesting, how about a link to the site to see if it crashed my IE? Maybe you could also try reinstalling flash player and or IE on your computer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center