A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Help!! dynamic text into loaded swf???

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    3
    this is making me nuts...
    It works correctly when I run the swf by itself,
    the graphics, bitmaps & text load perfectly.
    When i try to launch it from the main movie
    everything in that swf loads except the text...

    the main movie loads navigation into "holder_mc".
    "holder_mc" now contains "navigation_mc" (buttons)
    and also contains another blank mc that acts as a
    target for future loaded mcs (from the nav)
    which contain the dynamic text field.

    I am loading into a target
    I am using v5
    I have this code on the timeline:

    loadVariables ("biog.txt", biotx);
    stop ();


    any help would be greatly appreciated
    thanx!

  2. #2
    loadVariables ("biog.txt", biotx);
    stop ();
    try using...

    loadVariables ("biog.txt", "");

    ..instead

  3. #3
    Junior Member
    Join Date
    Jul 2001
    Posts
    3
    thanks, but that didn't do it either.
    It made the text not show up at all.

    back to the drawing board

  4. #4
    Junior Member
    Join Date
    Jul 2001
    Posts
    3
    thanks, but that didn't do it either.
    It made the text not show up at all.

    back to the drawing board

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