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 8841491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:43:55+00:00 2026-06-14T10:43:55+00:00

I am new to ActionScript and Flex.I need to learn the application developed using

  • 0

I am new to ActionScript and Flex.I need to learn the application developed using Flex and ActionScript.I saw an ArrayCollection declaration :

    [Bindable]
    public var someThing:ArrayCollection = new ArrayCollection([[]]);
    

What does that declaration mean.Is it multi dimensional?What is it?

  • 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-14T10:43:56+00:00Added an answer on June 14, 2026 at 10:43 am

    This would be an ArrayCollection which is a wrapper for an Array basically to give you sort and filter function capabilities (and other methods). The constructor optionally takes an Array as an argument, [] is a new array with no elements. [[]] is an array with one element in it that is an array with no elements in it. So this is saying make a new ArrayCollection with it’s source as an array which in turn contains one element that is an empty array. Not sure why they would be doing this, but that’s what it does.

    To sum up, you can declare and instantiate an array in AS3 like:

    var myArray:Array = [];
    

    or

    var myArray:Array = new Array();
    

    To add since this is I believe ECMAScript specific as well you can instantiate an object similarly using {}. Such as:

    var myObj:Object = {};
    

    or

    var myObj:Object = new Object();
    

    Either of these sites is good reference material for AS3:

    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ee5.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7ee1

    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Array.html

    When I first got started with Flex (having a background in HTML/JS, C, C++, and Java) I found these videos to be really useful (if not always 100% correct/up to date, they explain the overarching concepts):
    http://www.adobe.com/devnet/flex/videotraining.html

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

Sidebar

Related Questions

Using Flex Builder : I have created a new Actionscript Project. I want to
I'm new to Actionscript. I'm developing a flex mobile project using the wikipedia api
I have developed video chat application for android device using Flex 4 and action
I'm new to ActionScript and Flex 3... I'm trying to develop an MVC 100%
In Flex ActionScript, a new object can be instantiated via the parameterless constructor with
I'm new to Flex, Flash, and ActionScript. I'm attempting to create a video player
I worked with Haxe and actionscript programming, but I'm new to flex. Here's my
Hi when I add a new component using Actionscript I want it to fade
I'm new to Flex/Actionscript and have a very basic question. Let's say I have
I'm quite new to flex/actionscript and I was wondering if there is an equivalent

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.