<mx:TileList x="0" y="0" width="490" height="462"
backgroundColor="#000000"
dataProvider="{localSearch.lastResult.video}" themeColor="#000000"
borderColor="#000000" rollOverColor="#000000" selectionColor="#00000"
>
                                        <mx:itemRenderer>
                                                <mx:Component>
                                                                <mx:Vbox>
                                                                        
<mx:Image horizontalAlign="center"
                                                                                
height="100"
                                                                                
width="100"
                                                                                
source="{data.image}"
                                                                                
toolTip="{data.title}"
                                                                                
rollOverEffect="{glowImage}"
                                                                                
click="outerDocument.temp(data.url)"/>

                                                                       
<mx:Label text="{data.title}"/>
                                                        </mx:Vbox>
                                                </mx:Component>
                                        </mx:itemRenderer>
</mx:TileList>

This code is giving me the following error at the <mx:Vbox> line :
Could not resolve <mx:Vbox> to a component implementation.
A little help is appreciated
Thanks



--~--~---------~--~----~------------~-------~--~----~
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