Browsing articles in "圖片"
一月
12
2012
12
2012
吸血新世紀 男主角Edward Cullen(Robert Pattinson飾),為何臉色這麼白?
吸血新世紀 男主角Edward Cullen(Robert Pattinson飾),為何臉色這麼白?
四月
21
2011
21
2011
(Flash as3) How to load and display the user’s local image
This sample simply opens the file selection dialogue box and loads the selected image to the blank canvas on the screen. There’s nothing worth showing – it simply serves as a reminder to myself of how to do it. package { import flash.display.*; import flash.events.*; import flash.net.*; public class ImageLoader extends Sprite { private var fileReference:FileReference; public function ImageLoader() { open_btn.addEventListener(MouseEvent.CLICK, h_openClick); } public function h_openClick(evt:MouseEvent):void { fileReference = new FileReference(); fileReference.addEventListener(Event.SELECT, selectHandler); fileReference.addEventListener(Event.COMPLETE, completeHandler); [...]


An article by ononpig













