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

  • SEARCH
  • Home
  • 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 6931839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:37:46+00:00 2026-05-27T11:37:46+00:00

I am using Flex Builder 3.0 and i want to add image in tile

  • 0

I am using Flex Builder 3.0 and i want to add image in tile list dynamically then how its possible.
Images are stored in Images folder of src. and my array is similar like that.

private var arrImage:Array = [
            {source:"Images/1.png",tooltip:"1"},
            {source:"Images/2.png",tooltip:"2"},
            {source:"Images/3.png",tooltip:"3"},
            {source:"Images/4.png",tooltip:"4"},
            {source:"Images/5.png",tooltip:"5"},
            {source:"Images/6.png",tooltip:"6"},
            {source:"Images/7.png",tooltip:"7"},
            {source:"Images/8.png",tooltip:"8"},
            {source:"Images/9.png",tooltip:"9"},
            {source:"Images/10.png",tooltip:"10"}];

my tile list dataprovider is arrImage.

  • 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-05-27T11:37:47+00:00Added an answer on May 27, 2026 at 11:37 am

    Please Try this Code…..

     private var arrImage:Array = [
                {source:"Images/1.png",tooltip:"1"},
                {source:"Images/2.png",tooltip:"2"},
                {source:"Images/3.png",tooltip:"3"},
                {source:"Images/4.png",tooltip:"4"},
                {source:"Images/5.png",tooltip:"5"},
                {source:"Images/6.png",tooltip:"6"},
                {source:"Images/7.png",tooltip:"7"},
                {source:"Images/8.png",tooltip:"8"},
                {source:"Images/9.png",tooltip:"9"},
                {source:"Images/10.png",tooltip:"10"}];
    
    
      <mx:TileList id="tileList" dataProvider="{arrImage}" columnCount="1" columnWidth="100"
        useRollOver="false" selectable="false" backgroundAlpha="0" borderStyle="none" 
        rowHeight="65" verticalScrollPolicy="off" horizontalScrollPolicy="off" >
        <mx:itemRenderer>
            <mx:Component>
                <mx:VBox width="100%" height="100%" horizontalAlign="center" verticalGap="0"
                    verticalAlign="middle" horizontalScrollPolicy="off" verticalScrollPolicy="off">
                    <mx:Script>
                        <![CDATA[
                            import mx.controls.Alert;
                            override public function set data(value:Object):void
                            {
                                if(value !=null)
                                {
                                    super.data = value;
                                    if(img !=null)
                                    {
                                        img.source = data.source;
                                        img.toolTip = data.tooltip;
                                    }
                                }
                            }
                        ]]>
                    </mx:Script>
                    <mx:Image id="img" />
                </mx:VBox>
            </mx:Component>
        </mx:itemRenderer>
    </mx:TileList>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Flash builder 4 (SDK3.5) to create my flex program. I want
Using Flex Builder : I have created a new Actionscript Project. I want to
I am using RemoteObjects to call ZendAMF PHP from Flex/Flash Builder 4.6. I want
I'm using Flex 4 and Flash Builder 4. I just want to learn to
I have built a flex 3 application using Flex Builder. I am then embedding
I am using Flex builder with sdk 3.5. I want to convert binary string
I'm using Flex Builder 3 now and it suddenly refuses to start debugging session.
I'm using Flex Builder more and more and attempting to create a fairly asset
how can I set embed parameters for html wrapper using Flex Builder ? For
I am using the Flex Builder 3 debugger almost every day and it's starting

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.