topical media & game development
flex-gallery-item.mx
flex-gallery-item.mx
[swf]
flex
<?xml version="1.0" encoding="utf-8"?>
<!--
Author: Bas van Dijk
E-mail: basvandijkvu@gmail.com
Programmed as a project of the Multimedia Authoring course at the Vrije Universiteit Amsterdam
Code is Licensed under the terms of the following license:
GNU General Public License Version 2 or later (the "GPL")
http://www.gnu.org/licenses/gpl.html
-->
item(s)
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off">
<mx:Grid width="100%" height="100%" horizontalCenter="0" verticalCenter="0">
<mx:GridRow width="100%" height="100%">
<mx:GridItem width="100%" height="100%" horizontalAlign="center" verticalAlign="middle">
<mx:Image source="{data.src}" completeEffect="Fade" />
</mx:GridItem>
</mx:GridRow>
</mx:Grid>
</mx:Canvas>
(C) Æliens
27/08/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.