load the XML image
i have 1 xml document called module.xml. want add images on xml using following tags. can 1 explain how load xml images adobe fex 3.0?
<body_frag_images>
<body_frag_image>
<image_header>this first diagram</image_header>
<image_url>/images/diagram1</image_url>
</body_frag_image>
<body_frag_image>
<image_header>this second diagram</image_header>
<image_url>/images/diagram2</image_url>
</body_frag_image>
</body_frag_images>
i have basic example of how extract image url strings xml here:
http://mattlefevre.com/viewexample.php?tut=flex&proj=basic%20gallery
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment