[flex_india:29557] Resource Bundle for XML

4 views
Skip to first unread message

itonflex team

unread,
Apr 16, 2010, 6:04:27 AM4/16/10
to Flex India Community
Hi Friens, i have a requirement that,i need to use resouce bundle
concept for the data comming from an xml. But is not possible for me
to write this, can any one give me an idea ?

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

swapna y

unread,
Apr 16, 2010, 10:07:41 AM4/16/10
to flex_...@googlegroups.com
hi..see tis code.. it may help u

<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2007/10/03/displaying-images-from-an-xml-file-using-the-repeater-component/ -->
<images>
        <image src="assets/images/presentation skills.jpeg" alt="presentation skills"   />
    <image src="assets/images/phncon.jpg" alt="Phone Conversation"   />
    <image src="assets/images/optmsm.jpeg" alt="optimism"   />
    <image src="assets/images/communication.jpeg" alt="Self Introduction" />
    <image src="assets/images/images3.jpeg" alt="Personality Development" />
    <image src="assets/images/intrvwskls.jpeg" alt="interviewskills"  />
   
</images>


<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical"
        verticalAlign="middle"
        backgroundColor="white">

    <mx:XML id="imagesXML" source="album.xml" />

    <mx:Zoom id="zoom" />

    <mx:VBox id="vBox">
         <mx:Repeater id="rep"
                 dataProvider="{imagesXML.image}">
            <mx:Image source="{rep.currentItem.@src}"
                    toolTip="{rep.currentIndex}:{rep.currentItem.@alt}"
                    completeEffect="{zoom}" height="70" width="70"/>
        </mx:Repeater>
    </mx:VBox>

</mx:Application>

Abdul Qabiz

unread,
Apr 19, 2010, 8:27:34 PM4/19/10
to flex_...@googlegroups.com
What problem are you facing? Do you right setup for directories for
localized assets?

Please elaborate.
--
Sent from my mobile device

-abdul
---------------------------------------
http://abdulqabiz.com/blog/
---------------------------------------
Reply all
Reply to author
Forward
0 new messages