flash on 2009-6-23
♥0 |
Line 17 |
Modified 2009-06-23 12:02:58 |
MIT License
archived:2017-03-30 09:51:28
ActionScript3 source code
/**
* Copyright hacker_9p8x8mco ( http://wonderfl.net/user/hacker_9p8x8mco )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/nLRJ
*/
<?xml version="1.0" encoding="UTF-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()">
<mx:Script>
<![CDATA[
private function init():void{
image.source="http://k.yimg.jp/images/top/sp2/cmn/pic_all-090515.png";
}
]]>
</mx:Script>
<mx:Panel
cornerRadius="5"
headerHeight="28"
footerColors="[0xF4F5F7,0xE1E5EB]"
title="Image Test">
<mx:Image id="image"/>
</mx:Panel>
</mx:Application>