2007-08-30から1日間の記事一覧

子MovieClipのサイズを変更すると意図せぬ親MovieClipのサイズ変更を引き起こし、意味不明

class Main { static function main() { Logger.trace('movieplayer start') Logger.trace('target xml path='+_root.result_xml) setupExtendMethods() //make the stage stretch and compact depending on the window. Stage.scaleMode = "noScale"; Stage…