A Flash Developer Resource Site

Results 1 to 15 of 15

Thread: Client Control

Hybrid View

  1. #1
    Senior Member
    Join Date
    Mar 2004
    Location
    Upper Marlboro, MD
    Posts
    146
    thanks blanius. it worked. is it a way I can make that text auto scroll like a news ticker? I've been searching for that effect.

  2. #2
    Senior Member
    Join Date
    Mar 2004
    Location
    Upper Marlboro, MD
    Posts
    146
    Quote Originally Posted by talytech
    thanks blanius. it worked. is it a way I can make that text auto scroll like a news ticker? I've been searching for that effect.
    hey blanius, will that code work with a dynamic text box? I want the background to be transparent and I can't acheive that with a contentpanel. At least I don't think I can. but the text box object gives me that option so I'd rather use the text box. I tried the code but it returns an error. this is what i have:

    Code:
    content=new LoadVars();
    
    content.onData=function(src){
     text.setContent(0,src,1,2);
    }
    
    content.load("welcome.txt")

    this is what the text box displays: _level0.mc9.text

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