A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Dynamic text w/ scroll

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

    Dynamic text w/ scroll

    i'm making a scroll box with dynamic text in flash 8. this is basically what i did:

    made a dynamic text box, multiline. then dragged the UIscrollbar beside it. i made a txt file, titled it "resume.txt" this is the script i put in and now i'm getting an error on line 1.

    loadText = new loadVars();
    loadText.load("resume.txt");
    loadText.onLoad = function() {
    scroller.text = this.resumetext;
    };
    what should that line be?

  2. #2
    Junior Member
    Join Date
    Aug 2006
    Posts
    24
    try
    PHP Code:
    var loadText = new loadVars(); 
    ?

  3. #3
    Senior Member
    Join Date
    Nov 2005
    Location
    dante's inferno
    Posts
    904
    what is the error you are getting?


    IMS

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