<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - flashremoting - mx - Using_Flash_Remoting_MX - UseASData6.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T09:21:37</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#22619" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#22618" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#18065" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#17576" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#11179" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#5045" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#4983" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#3589" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#3069" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#1029" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#509" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#394" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#22619">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#22619</link>
		<description>you are mentioning the addView method but I can't find it anywhere in the AS2 remoting sources at this gives me compilation errors.&lt;br /&gt;I did use&lt;br /&gt;http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscript_2.0/flashremoting_comp_sourcecode.zip&lt;br /&gt;seb.</description>
		<dc:creator>zebastien</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-19T11:59:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#22618">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#22618</link>
		<description>Hello,&lt;br /&gt;the filtering feature is great; however how to directly fetch the index of an object in the provider without looping on all records ?&lt;br /&gt;for instance I have my own model coupled to a server mbean that is an AS record set. this however decouples the resultset and its server image: I need to reimplement the &quot;MVC&quot; at least for the server notification to model part: I receive an event from my server and want to update the RecordSet so that the AS event is sent to the UIs that did register (addView). for instance I then need to find the index of the deleted item; it would be nice if we had an API to be able to do RecordSet.getItemIndex/ID(fieldName, fieldValue) otherwise I need to loop on all records and that always proved to kill my CPU and get the CPU usage popup on most browsers.&lt;br /&gt;Thanks.&lt;br /&gt;Sebastien.</description>
		<dc:creator>zebastien</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-19T11:39:21</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#18065">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#18065</link>
		<description>the dataglue.bindformatstrings method only works in actionscript 1.0. If I use the same in actionscriopt 2.0. I get an error that there is no such method. Is the method different in actionscript 2.0 ?</description>
		<dc:creator>ledatica</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-06T15:50:40</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#17576">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#17576</link>
		<description>Can you set up recordsets to be referred to as actual objects...parent.child.child etc. natively or do I have to parse through them and create my own objects based on their contents?  So far Ive been parsing them into XML, because XML is far easier to use inside flash than a bunch of arrays or whatever, but ideally Id like to be able to go recordset.child1.childa.child.length = something&lt;br /&gt;etc.  Does this make sense?  I guess what Im asking is can a recordset object ultimately replace and / or improve on XML objects and save me a bunch of parsing like XML does.</description>
		<dc:creator>ryancameron</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-23T17:39:46</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#11179">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#11179</link>
		<description>how can i pass a row of data from my java to the actionscipt dataset?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-18T01:34:22</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#5045">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#5045</link>
		<description>I think you need to call web service methods that update the database. Flash MX 2004 has functionality that makes this a little easier (although, to be honest, there's a fair amount of complexity on the server side). If you look at the article at http://www.macromedia.com/devnet/mx/flash/articles/time_entry.html you should get a pretty good idea of what's involved.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2004-01-09T06:15:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#4983">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#4983</link>
		<description>I also would like to know how to take updates made to the recordset back to the database server.  It says using application server methods, but there is no reference or place to start.  Thanks</description>
		<dc:creator>Bill K.</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-01-08T08:50:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#3589">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#3589</link>
		<description>HI. I have a datagrid(editable) which gets populated by a recordset. Is there any way to update a recordset such that the Database gets updated at the same time? meaning the way we have a getItem method for a recordset..is there any updateItem or any such operation on a recordset available?&lt;br /&gt;&lt;br /&gt;THanks</description>
		<dc:creator>tahseen</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-11-06T20:02:08</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#3069">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#3069</link>
		<description>A better URL for the Flash Exchange is http://www.macromedia.com/go/fl_exchange</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-10-24T10:38:04</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#1029">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#1029</link>
		<description>Pageable Recordset support is now available in OpenAMF, www.openamf.org.&lt;br&gt;&lt;br&gt;amfphp, www.amfphp.org is also working on adding Pageable Recordset support.</description>
		<dc:creator>freeuser</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-06-06T15:23:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#509">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#509</link>
		<description>Pageable recordsets are only a feature of ColdFusion MX. They are not supported for .NET and Java.&lt;br&gt;&lt;br&gt;Stephen M. Gilson&lt;br&gt;Macromedia Documentation&lt;br&gt;</description>
		<dc:creator>sgilson102</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-10-08T13:09:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#394">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseASData6.htm#394</link>
		<description>You describe how to use pageable recordset with coldfusion MX.&lt;br&gt;What about .NET ou Java ?&lt;br&gt;Can we use pageable recordset or not. Nothing is explain.</description>
		<dc:creator>fuluc</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-10-04T12:37:00</dc:date>
	</item>
	</rdf:RDF>

