Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
b4r7 #1
Need little help with listbox component (mx 2004)
anyone know how to change the size/font of the text in a listbox component in flash mx 2004?
thanks in advance.
//bart
b4r7 Guest
-
How to add avatars to people listbox component?
Hi, I want to know how to add avatars to people list box , please give me suggestions how to do this. I need this very urgently. Thanks in... -
ListBox component
Hey Mike, After you have added your listbox to the stage, click on it. Add code bellow to the actions script window. on (load) {... -
Scroll with mousewheel on a listbox component
Does anyone know how I can use the scroll wheel on my mouse to scroll down through a Flash listbox component? (on a flash page embeded in a HTML... -
Help with ListBox Component
Can anyone point me to a tutorial for using the ListBox component? I'd like to use it for loading movies, or jumping to frames. Thanks Geoff -
ListBox component in Flash and how does one use it!?
I have a large text to use. How do i use i listbox? Tomislav! -
b4r7 #2
Re: Need little help with listbox component (mx 20
nevermind got it. for anyone who wants to know....
with(lbListBox){
setStyle("fontSize", 10);
}
:)
b4r7 Guest



Reply With Quote

