A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: text help

  1. #1
    Junior Member
    Join Date
    Jan 2004
    Posts
    16

    text help

    on the main timeline I have placed various buttons when I click the buttons it run a movie clip, on the movie clip i have different dynamic text boxes which whizz across the screen acording to the x position described in the buttons, I load the text file for the dymanic text inside the movie clip the trouble is when I click on the button it load the movie clip into the correct position but the text in the text field is not loaded

    Help please

  2. #2
    // Cosmic Scoundrel
    Join Date
    Jan 2004
    Location
    Cayman Islands
    Posts
    24
    post the code or include a snapshot to give us a better idea and we might just be able to help you out. you've probably just specified an invalid path to the text file, but i'd have to see the code to be sure.
    ( : D-D-Deejay Smiley [RECOGNiZED HiGHLY] : )

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Did you embed the font used in the textfields?
    In the textfields' properties, hit the Character tab, and select Embed All...

  4. #4
    Junior Member
    Join Date
    Jan 2004
    Posts
    16
    here is the file.
    Attached Files Attached Files

  5. #5
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Since you're loading the variables on the _root level, try adding _level0 to your variable's name in your textfield's Var box...

    _level0.About_Text

    rather than just About_Text alone.

    This is all assuming your text file starts off with
    About_Text=Bla..Bla..Bla..

  6. #6
    Junior Member
    Join Date
    Jan 2004
    Posts
    16

    cheers

    THANK YOU THANK YOU!!!!

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