C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




Images into Flex from XML


Posted Date: 20 Aug 2008      Total Responses: 1

Posted By: yashwanth       Member Level: Bronze     Points: 1


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

<mx:XML id="xml" source="gallery.xml" />
<mx:XMLListCollection id="xmlListColl" source="{xml.image}" />
<mx:TileList id="tileList"
dataProvider="{xmlListColl}"
itemRenderer="CustomItemRenderer"
columnCount="4"
columnWidth="125"
rowCount="2"
rowHeight="100"
themeColor="haloSilver"
verticalScrollPolicy="on" />
</mx:Application>
----------

Gallery.xml
---------

<?xml version="1.0" encoding="utf-8"?>

<gallery>

<image title="img2" thumbnailImage="cycles/image002.jpg"/>
<image title="img3" thumbnailImage="cycles/image003.jpg"/>
<image title="img4" thumbnailImage="cycles/image004.jpg"/>
<image title="img5" thumbnailImage="cycles/image005.jpg"/>
<image title="img6" thumbnailImage="cycles/image006.jpg"/>
<image title="img7" thumbnailImage="cycles/image007.jpg"/>
<image title="img8" thumbnailImage="cycles/image008.jpg"/>
<image title="img9" thumbnailImage="cycles/image009.jpg"/>

</gallery>
-----------------

I could not able to retrive teh images here , can anybody sort it out ?




Responses

Author: ANIL PANDEY    21 Aug 2008Member Level: DiamondRating:     Points: 3
Hello,


here the images are not stored in the XML only the name is given in the element u need to check the images from a diffrent folder may be the folder name is IMAGEs or else

u need to check that..


thanks
Anil



Post Reply
You must Sign In to post a response.
Next : How to compare two xml schemas
Previous : need to give line break in xml
Return to Discussion Forum
Post New Message
Category: XML

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

it support

Contact Us    Privacy Policy    Terms Of Use