Hello,

    I am trying to create a slider like what is available from msnbc, 
I'm wondering if I can use a Horizontal Scrollbar but when I try to 
assign an array of images to it, I get back the image names and not 
the images themselves. 

http://www.msnbc.msn.com/id/21134540/vp/22977407#22977679

                        <mx:HorizontalList x="19" y="121" width="411">
                        <mx:Image source="../Assets/GreenLogo.png" 
id="tree1" width="120"  height="100"/>  
                        <mx:Image source="../Assets/GreenText.png" 
width="120"  height="100" />
                        <mx:Image source="../Assets/GreenLogo.png" 
id="tree2" width="120"  height="100"/>  
                        <mx:Image source="../Assets/GreenText.png" 
width="120"  height="100" />
                        <mx:Image source="../Assets/GreenLogo.png" 
id="tree3" width="120"  height="100"/>  
                        <mx:Image source="../Assets/GreenText.png" 
width="120"  height="100" />
                        
                        </mx:HorizontalList>


Reply via email to