Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

OffCourse
OffCourse
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
1

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by OffCourse
Customize the badges you want to showcase on your profile
Getting data from flex into actionscript and back - Adobe LiveCycle 19-02-2008
HiI am using a datagrid which gets its data from an xml file.One of the columns is using a field which I would like to usewithin Actionscrip so that I can use the strchar function (toselect just a part of the text in that field) and then back to thedatagrid.How do I do this? Normally, with an itemrenderer i would use"source={data.fieldname}" to get the data. But when I open anactionscript instance, I am unable to turn that into a string sothat I can use it.Another problem I am having with action...

Views

266

Likes

0

Replies

0
Re: AMFPHP - Adobe LiveCycle 19-02-2008
HiI am kind of new to flex, too, but here is how I would do it.First you get your php code to turn the query resulta in xmldata, turning everything into nodes. You have several examples onthe web that tells you how to do this. Then, in Flex, you use Datagrid, for one, to get the datafrom the php file as you would do with a regular xml file (usinghttpservice). then you choose the nodes you want to use and thedata on each record to display in each column of the datagrid.I hope this helped.

Views

105

Likes

0

Replies

0