A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: dynamic text boxes within movie clips

  1. #1
    Member
    Join Date
    Apr 2003
    Posts
    41

    dynamic text boxes within movie clips

    i cant seem to get external data into a text box located inside a movie clip...

    please hep me!!

    thanks
    c

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Post your code or better attach your .fla.

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    247
    Let's say you load your data into the root timeline with a variable: text="This is a test." Then you have a dynamic text box inside a movie clip. You assign the text variable to that clip and nothing shows up. My first guess without seeing the file is that you need to make sure the variable is accessible. Try _root.text (replace with your path and variable).

    If that's not it, I'm inclined to agree...gotta post a sample.

    Good Luck,
    Dain
    "Barney Rubble swings both ways."

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    ... external data... From the original post let me to believe that the variable was loaded from a text file. What was used to load the text file is what I was getting at!

  5. #5
    Member
    Join Date
    Apr 2003
    Posts
    41

    the fla

    i am trying to get the text into mc pop_up...this is the only one I have i have set up for dynamic text. It is the top_left instance. you can see that there should be selectable dynamic text there...i just cant get it to show up.

    thanks


    c



    ahhhh shucks my file is too big to send.
    can i email it it is 356k zipped.

  6. #6
    Member
    Join Date
    Apr 2003
    Posts
    41

    THANKS

    thanks fellows! i got it... it was _root.text example.
    Thanks
    c

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