ActionScript 3.0 :: Using ItemReference With Dataservice?

Dec 15, 2009

i have experiencing some problem when i try to use ItemReference with Dataservice.
This is what i try to do:

Code:
var itemref:ItemReference = d.createItem(cm);
d.commit();

[Code].....

View 0 Replies


Similar Posts:


Flex :: Get And Save Value From Dataservice?

Sep 20, 2011

I'm trying to learn Flex, I setup a simple Air application with PHP server as dataserice...

In my php class there is a function counttotal that return a simple int value.

<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"

[Code]....

In the label I got the correct value, but I can't save and show the value into/from a simple variable...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved