2008/04/05 | flex的states标签用法
类别(flash As) | 评论(0) | 阅读(2103) | 发表于 20:20
原文地址:http://tb.blog.csdn.net/TrackBack.aspx?PostId=2232776

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" fontSize="12">
<mx:states>
<mx:State name="comp">
<mx:AddChild relativeTo="{canvas1}" position="lastChild">
<mx:Text x="145" y="204" text="成宥利"/>
</mx:AddChild>


</mx:State>

</mx:states>
<mx:Canvas x="0" y="0" width="100%" height="100%" id="canvas1">
<mx:Image x="111" y="55" width="118" height="95" source="1169136988_010_2.jpg" id="image1" rollOver="currentState='comp'" rollOut="currentState=''"/>
</mx:Canvas>


</mx:Application>
1

评论Comments

日志分类
首页[193]
flash As[107]
有的没的[59]
数码照片[4]
自由世界[19]
blender[4]