Tuesday, July 1st, 2008
今天看到有人這樣寫
addEventListener("complete", onLoaded);
心想,不是應該寫成
addEventListener("Event.COMPLETE", onLoaded);
其實我們在定義event的時候會寫
public static const COMPLETE:String = "complete";
所以你import flash.events.Event之後,
可以用"complete"來代替Event.COMPLETE;
Posted in flash, tutorial | No Comments »
Friday, June 27th, 2008
這兩天作的一個案子讓我發現as3的滑鼠事件真是機車.
明明指市click卻會接著丟出roll out.
請參考ticore老大的這篇文章;
還有絲路的討論串也可以看看喔;
Posted in flash, tutorial, 本土設計師 | No Comments »
Tuesday, June 24th, 2008
http://www.thetechlabs.com/xml/make-your-own-flickr-search-engine-with-flash-and-as3/
Posted in flash, tutorial | No Comments »
Tuesday, June 24th, 2008
Great tutorials for sound spectrum in AS3.
http://flashenabledblog.com/2008/06/24/tutorials-great-how-to-articles-on-create-audio-spectrums-with-as3/
http://www.anttikupila.com/flash/flash-spectrum-analyzer/?search=spectrum
http://www.thetechlabs.com/sound/create-a-as3-flash-9-mp3-player-with-spectrum-display/
Posted in flash, tutorial | No Comments »
Monday, June 23rd, 2008
http://www.timashworth.co.uk/?page_id=18
Posted in Flex | No Comments »