Make string from XML into link??
i using httpservices import data xml file. data returned string need clickable link. please help.
here simple code:
<?xml version="1.0" encoding="utf-8"?>
<mx:application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" initialize="myservice.send()">
<mx:httpservice id="myservice" url="data/infocenter_links.xml"/>
<mx:datagrid width="300" dataprovider="{myservice.lastresult.links}" />
</mx:application>
here sample of xml....
<?xml version="1.0"?>
<links>
<link>url:www.mmprint.com</link>
</links>
any appreciated!!!
use linkbutton itemrenderder datagrid column. see fb3 sys info on linkbutton , creating itemrenderer dg.
More discussions in LiveCycle Data Services
adobe
Comments
Post a Comment