changing dynamic text content on attachMovie

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

  1. #1

    Default changing dynamic text content on attachMovie

    I have a MC that is brought on stage via attachMovie. The MC has a dynamic text
    that is defined on the attach action. My problem is I would like to attach
    different instances of this same MC but must have different content in the
    dynamic text variable. The problem of course is that the dynamic text variable
    is defined in the properties box and will not take arrays as a variable (or at
    least I don't know how). Is there a workaround? Can someone please help me?
    Thanks

    Coldwynn Guest

  2. Similar Questions and Discussions

    1. Put PHP Content into Dynamic Text Field
      How do I put the contents of a php document into a dynamic text field in a Flash document? Thanks. G
    2. Changing Text/iframe content with Rollover
      Hello, I'm using a simple JavaScript to change a display of images on rollover, like a script you'd use for navbar buttons, but 6 images at...
    3. Changing font of dynamic text box
      using mx 2004 pro set font fo dynamic text box created it the font is still times new roman or something can't get it to change to what the...
    4. changing a text members text content with lingo
      Is there a way of setting the content of a text member through lingo, specifying where there should be Carriage Return. I have a director movie...
    5. Dynamic content within page? Changing session variables with VBScript?
      > A URL would be helpful. It's not on a public server... This is for an intranet application. This would work fine, except that eventually...
  3. #2

    Default Re: changing dynamic text content on attachMovie

    Oops! Nevermind. I figured out my problem: I was using "_root." prefix for my variables in the properties box. Thanks anyway.
    Coldwynn 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