;

PDA

Click to See Complete Forum and Search --> : movie clips and yahoo YUI tabs


maximillion
09-29-2008, 12:47 PM
hello all,


have a question, how could you load movie clips into a data array?

I have the yahoo flash components and i want to use the tabs setup with a few movie clips.

unfortunately, i can seem to make sense of this yet.

heres what they gave with their samples


import fl.data.DataProvider;
import com.yahoo.astra.fl.controls.TabBar;

var tabData:Array = [ "Tab 1", "Tab Number Two", "The 3rd Tab" ];

var tabBar:TabBar = new TabBar();
tabBar.move(10, 10);
tabBar.dataProvider = new DataProvider( tabData );
tabBar.selectedIndex = 0;
this.addChild( tabBar );


as i said, i am curious as to wether or not i can create movie clips to enter into their array so that when a tab is clicked it will show the proper movie clip??
any help with the code is also greatly appreciated.