topical media & game development
mashup-rmx-07-Chapter7-Exercise3-components-ProductDetails.mx
mashup-rmx-07-Chapter7-Exercise3-components-ProductDetails.mx
(swf
)
[ flash
]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Form id="productInfoForm">
<mx:FormHeading label="Product Details" fontSize="18" fontWeight="bold"/>
<mx:FormItem id="productImage">
<mx:Image source="{parentApplication.selectedProduct.product_img}"/>
</mx:FormItem>
<mx:FormItem id="productID" label="SKU#">
<mx:Text text="{parentApplication.selectedProduct.product_id}"/>
</mx:FormItem>
<mx:FormItem id="productName" label="Name:">
<mx:Text text="{parentApplication.selectedProduct.product_name}"/>
</mx:FormItem>
<mx:FormItem id="productDesc" label="Desc:">
<mx:Text text="{parentApplication.selectedProduct.product_desc}"/>
</mx:FormItem>
<mx:FormItem id="productCost" label="Price:">
<mx:Text text="
(C) Æliens
18/6/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.