hi
this is my code....
plese tell me whats wrong in this................

<mx:VBox id="vBox"  width="82" height="404" mouseOver="move_pause1()"
mouseOut="move_resume1()" left="621" verticalCenter="1"
horizontalScrollPolicy="off" verticalScrollPolicy="off">
                               <mx:Repeater id="rep"
                                       dataProvider="{imagesXML.image}">
                                       <mx:Image
source="{rep.currentit...@src}"
                          toolTip="{rep.currentIndex}:{rep.currentit...@alt
}"
                          completeEffect="{zoom1}" height="64" width="82"
autoLoad="true" visible="true" enabled="true" verticalAlign="top"
horizontalAlign="left" x="496" y="-45"/>
                                 </mx:Repeater>
                          </mx:VBox>
                         </mx:Canvas>-

On Thu, May 6, 2010 at 9:12 PM, mohammed nazeer <[email protected]>wrote:

> Hi,
>
>   I think using tilelist or repeater or horizontal list with pagination to
> view the images in best way..
>
>             With Regards,
>            MK.Nasurudeen.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to