Microsoft
Software
Hardware
Network
Question : Flash AS2 loop through array using bracket notation
The following code shows the value as undefined:
for (m in workBox.pictureBox) {
trace("gInitialImageSize[m
][1]: " + gInitialImageSize[m][1]);
}
When I look at the array, all the values are good as follows:
gInitialImageSize: 90,112,90,112,90,112
my syntax is not correct when looping. What should it be?
Answer : Flash AS2 loop through array using bracket notation
Can you share gInitialImageSize array, how you are assigning values to it
And "workBox.pictureBox" relation with gInitialImageSize ?
Random Solutions
Jmagick how to resample when changing DPI
Navigate to the page of a specific item on a gridview
How do I count the number of characters in the attached php function and send alert message?
excel string functions
Dialog.ModalityType.APPLIC
ATION_MODA
L
Microsoft WORD doesnt open full screen
Ubuntu - Vista
Using VLookup for Data Validation
PHP - session variables lost between subfolders
The marquee progressbar hangs as the next line of the code executes