A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [Resolved] [Resolved] [Resolved] irregularity with scroll component....I'm cornfused

  1. #1
    Senior Member carbonX's Avatar
    Join Date
    Jul 2001
    Location
    Virginia
    Posts
    261
    I have a dynamic text field with the instance name of scroller. (how original)
    I have this script pulling the var "news" from my text file
    and loading them into "scroller", the text field I was talking about.

    loadVarsText = new loadVars();
    loadVarsText.load("My.txt");
    loadVarsText.onLoad = function(success) {
    if (success) {
    scroller.htmlText = this.news;
    } else {
    trace("gosh darn contraption aint workin");
    }
    }

    Works just like the tute on macromedia's site says it should. Scroll bar even dynamicly changes the more or less text I put in.

    <b>HOWEVER</B>, sometimes, if i go back to it 2 or 3 times
    the scrollbar just <i>disapears</i>!!!!! Yep, it's just gone. Won't come back again unless I leave and come back to the site. The info contained within the txt file and the var news is still there though.

    Why -O- Why Great Flash Gods...... Why -O- Why?????????????

    *incase noones ever heard of this, I could post the link...

  2. #2
    Senior Member carbonX's Avatar
    Join Date
    Jul 2001
    Location
    Virginia
    Posts
    261
    I should probably add that the txt file has some basic html tags in it. Flash supports them all though.

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