Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8592625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:47:44+00:00 2026-06-11T23:47:44+00:00

For making an online users list (Example at http://www.flashchatdeluxe.com/flash_chat_video_edition.html ). Each username is actually

  • 0

For making an online users list (Example at http://www.flashchatdeluxe.com/flash_chat_video_edition.html). Each username is actually a movieclip with their name, photo, etc. So if there were 3 users online, there would be 3 of these movieclips in the list.

So can a MovieClip be added to a regular Flash Listbox component or how would this be accomplished?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T23:47:45+00:00Added an answer on June 11, 2026 at 11:47 pm

    Easiest option is to use a TileList since by default it uses an ImageCell as it’s source renderer and you can simply pass your MovieClip as the source propert of an item passed to list’s data provider:

    import fl.controls.TileList;
    var tl:TileList = addChild(new TileList()) as TileList;
    for(int i = 0; i < 3; i++) tl.addItem({label:"user"+(i+1),source:yourClip});
    

    Otherwise feel free to implement your custom cell renderer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making a online game (with hopefully thousands of players each hour) which uses
I want to make an online card-making application. It should basically allow users to
I'm making a basic movie online store for a project and I want users
I am making an online calendar for my website and want to change the
I'm making a small online game, where (what do you know) there'll be multiple
Using PHP, I am making an application similar to an online concierge service. I
) I am making a SQL query to display a high score list of
I am making a site that depend on users to register to be able
I am trying to work on getting better at making HTML forms using PHP
I'm making an online store just to improve rails skills. I want to let

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.