Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
kdennis4 #1
ActionScript Array Duplication
I've got the following code:
private function addImageList():void{
var i:int;
for (i=0;i < multiProjects._files.length; i ++){
var thisImageList:String = multiProjects._files[i].name;
thisImageList += multiProjects._files[i].name;
Alert.show(thisImageList);
}
}
It's creating a comma-delimited list, but of the same name, then goes to the
next one... Testing it with my Alert. Any clues on how to resolve this and
concatenate and not duplicate? Thanks in advance for suggestions!
kdennis4 Guest
-
Connection duplication
Hi, I am running DW 8.0.2 and Contribute 3.11, and have connection problems. Contribute is telling me I already have a connection to a URL, but... -
XML to ActionScript Array
I am using an array to provide a data provider for my data grid that has a cellrendering colum that produces a combobox. With in the array is a New... -
Flash mx, actionscript, array, object, RPG game.
hi, i'm trying to make a simple game, but i have a problem with an array. what an object does: onClipEvent (load) {... -
Basic array stuff... Why [0] & ['key'] and [1] & ['value'] 'duplication'?
I've been studying this for hours, searching the www & usenet, and still can't figure out why 'each' returns an array of four key/value pairs, when... -
Symbol Duplication MX Style
Hi I am a user of Fireworks 4 and have recently upgraded to MX, Im sure that when using version 4 to create duplications of symbols (buttons...



Reply With Quote

