topical media & game development
lib-flex-store-productsView-ProductDetails.mx
lib-flex-store-productsView-ProductDetails.mx
(swf
)
[ flash
]
flex
<?xml version="1.0" encoding="utf-8"?>
<!--
//////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2003-2006 Adobe Macromedia Software LLC and its licensors.
// All Rights Reserved.
// The following is Sample Code and is subject to all restrictions on such code
// as contained in the End User License Agreement accompanying this product.
// If you have received this file from a source other than Adobe,
// then your use, modification, or distribution of it requires
// the prior written permission of Adobe.
//
//////////////////////////////////////////////////////////////////////////
-->
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:productsView="*"
horizontalScrollPolicy="off" verticalScrollPolicy="off">
<mx:Metadata>
[Event(name="purchase", type="lib_flex_store_samples_flexstore_ProductThumbEvent")]
[Event(name="compare", type="lib_flex_store_samples_flexstore_ProductThumbEvent")]
[Event(name="browse", type="lib_flex_store_samples_flexstore_ProductThumbEvent")]
</mx:Metadata>
<mx:Script>
<![CDATA[
import mx.events.*;
//import samples.flexstore.Product;
//import samples.flexstore.ProductThumbEvent;
private var _product:lib_flex_store_samples_flexstore_Product;
[Bindable]
public function get product():lib_flex_store_samples_flexstore_Product
{
return _product;
}
public function set product(p:lib_flex_store_samples_flexstore_Product):void
{
_product = p;
tn.selectedIndex = 0;
}
]]>
</mx:Script>
<mx:CurrencyFormatter currencySymbol="
(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.