Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
equinox007 webforumsuser@macromedia.com #1
Flash MX or MX2004
The help with Flash MX isnt very good.. Flash MX 2004 help is a lot better and more detailed.
I am using Flash MX2002 and am trying to configure a list box.
I have been trying to retrieve the total number of elements in the list, ie listbox.length
(I found the above source in the Flash MX2004 help, along with a lot of other actions)
Can these actions be applied to MX2002 or only MX2004.
I only ask this becauese the .length still doesnt seem to be working...
perhaps there is something else i need to add to flashMX2002 syntax?
Thanks in advance.
Bless this forum.
equinox007 webforumsuser@macromedia.com Guest
-
illustrator CS and Flash mx2004 don't like each others ?
hi everybody :) so here's the issue : since I've installed flash mx 2004 illustrator is acting weirdely, sometimes it starts and sometimes it... -
Flash MX2004
Where can I find some help on creating slides and defining transition between slides (.Fade, .Fly, etc.)? -
Flash MX2004 and Director MX
I've just finished the master copy of a director CD - I have imported a Flash MX2004 animation (a simple one with no passed variables - just waits... -
Flash MX2004 defficiency
MACROMEDIA in it's infinte wisdom has removed the Normal/Expert Modes for Action Scripting and will not support customers needing crossrefrence... -
[MX2004] Flash MX Reflection like .NET
Hi, I'm trying to retrieve out all the properties and methods of an object (mx.screens.Slide for example). in Flash MX you could do this... -
jerome@STC webforumsuser@macromedia.com #2
Re: Flash MX or MX2004
I can understand your frustration with the flash help system. But straight out of the reference panel under Flash UI Components > FListBox > Methods you will find myListBox.getLength();
Availability
Flash Player 6.
Usage
myListBox.getLength()
Parameters
None.
Returns
An integer.
Description
Method; returns the number of items in the list box.
Example
The following code returns the number of items in phoneList.
phoneList.getLength();
To find the reference panel go under Window>Reference or press [shift]+f1.
Cheers.
check out the STC fontBrowser
STC Associates
jerome@STC webforumsuser@macromedia.com Guest
-
equinox007 webforumsuser@macromedia.com #3
Re: Flash MX or MX2004
Thankyou so much for your help!
You have saved me a lot of time and trouble
Cheers!
equinox007 webforumsuser@macromedia.com Guest



Reply With Quote

