其一,用mx:model:
其二:用mx:httpservice:
其中,xml資料如下:
<?
xmlversion="
1.0"
?>
<
products
>
<
product
>
<
name
>
name
name
>
<
price
>
price
price
>
<
freeship
>
free shipping?
freeship
>
product
>
<
product
>
<
name
>
whirlygig
name
>
<
price
>
5price
>
<
freeship
>
false
freeship
>
product
>
<
product
>
<
name
>
tilty thingy
name
>
<
price
>
15price
>
<
freeship
>
true
freeship
>
product
>
<
product
>
<
name
>
really big blocks
name
>
<
price
>
25price
>
<
freeship
>
true
freeship
>
product
>
products
>
請注意資料集的細微差別。
摘自【http://www.5uflash.com/flex-air/flexziliao/list_17_2.html】
Flex 3處理資料 訪問 XML 資料3
通過傳遞資料引用建立xml物件 前邊介紹xml的例子展示了使用xml文件初始化xml物件的方法。當建立乙個xml文件時,你也可以通過引用 來自其他變數的引用 傳遞數到xml物件中,通過大括號擴起來的變數值引用。如果你建立的xml結構不是有效的xml,你會看到型別錯誤的執行時錯誤。下邊的例子動態的建立...
Flex3處理資料 訪問 XML 資料1
actionscript 3.0組類基於ecmascript for xml e4x 說明 ecma 357 2第二版 這些類功能強大,使用簡單,對處理xmldata資料非常有用。相比以前的程式設計技術使用e4x的開發 使得xml資料更快。介紹xml 許多伺服器端應用程式使用xml資料結構,那麼你可...
Flex 3處理資料 訪問 XML 資料2
對xml元素與屬性賦值 使用 和點 操作符不只可以從xml結構中讀取資料的值,也可以為其賦值。在下邊的例子中,建立乙個xml結構master detail檢視。master檢視包含乙個datagrid 元件,用來顯示書的列表。detail檢視包含控制項,用來編輯master檢視中當前選中的圖書。ma...