Help, Target Frame Error

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Help, Target Frame Error

    I have a new state that I am adding to a flashmap, and have a major problem
    with the action script not being able to find the Target Frame. This stops the
    state from functioning. The rest of the map is functional, I need help. I am
    64 and semi retired with one eye, if I can't fix this problem I will still be
    64 and semi retired with one eye, but unemployed.

    Help

    Thanks Steve

    Symbol=LA, Layer=button, Frame=21: Line 1: Mouse events are permitted only for
    button instances
    on (release) {

    Target not found: Target="/LA" Base="_level0"

    stephen33 Guest

  2. Similar Questions and Discussions

    1. Detecting target frame (if any) in ASP?
      Is there a way in ASP to figure out if a page that is being loaded is being loaded into a frameset? I know I can code this in javascript, but I...
    2. Pop Up Menu Target Frame Problem
      I have created a rather large pop up menu in Fireworks MX. My site consists of two frames: one that has the pop up menu navigation bar and the second...
    3. target frame for buttons
      Hello all. I am new to Flash MX and am wondering how to get my flash buttons to target a specific frame. Please help! -- AndY ...
    4. PLEASE - Session Variables OR Response.Write querystring to target frame?
      Hi, I'm doing an asp.net app (first one) and NEED to use frames (so please don't tell me not to!). I'm loading a mainframe.htm with two aspx files...
    5. need help using javascript to target a frame!
      First off, please excuse the crossposting--I really need an answer quickly. I have a decent amount of experience with html but not javascript....
  3. #2

    Default Re: Help, Target Frame Error

    is your on(release) code attached to a button or a movieclip button? and where is the timeline that contains the labelled frame (LA?) relative to your button?
    kglad Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139