2008年11月18日 星期二

Flash Player 10 的 browse()

引用自:升級到 Flash Player 10 將會造成無法使用Flash檔案上傳功能
Adobe 將 Flash Player 10 中的 FileReference 這個類別做了一些改變,而這個類別中有個 FileReference.browse() 方法,可以開啟一個檔案瀏覽的視窗,用來讀取使用者端本機的檔案,最常用這個功能的應用就是「檔案上傳」功能了。在 Flash Player 9 以前,使用者個方法是沒問題的,但是到了 Flash Player 10 又更嚴格的要求 FileReference.browse() 方法的使用方式,不能透過 JavaScript 直接呼叫了,而改成一定要是由「人」點選時「直接呼叫 FileReference.browse() 方法才能使用」...

2008年10月9日 星期四

What's FRAMEWORK ?

Google到的:
A framework is a set of classes that are designed to work together. Usually using a framework involves implementing interfaces or extending classes provided by the framework.(link)

耶書:
 你怎麼解釋呢
Vanilla:
 一组class可以用
耶書:
 那怎麼評斷一個 framework 牛不牛
Vanilla:
 我觉得是看功能
Vanilla:
 功能多就牛

http://progression.jp/

2008年9月14日 星期日

Flash Media Encoding Server(FMES)

http://www.adobe.com/devnet/logged_in/jfewless_fmes.html
  • Take your catalog of archived materials and convert them easily into Flash compatible formats
  • Integrate the server into your production workflow by offloading the encoding process from your editors' machines to a dedicated server
  • Ingest user-generated content from a variety of formats and prepare it to stream through Flash Player
  • Encode high-quality video files into multiple bitrates to accommodate changing network conditions
Flash Media Encoding Server is being introduced for US$6000. It will be available later this year.

Flickr 夏季 special



Flickr 夏季 Special

9月底前,買一年(以上)帳號,多送3個月哩。

PS.一年年費24.95美金,約台幣800元。

2008年6月11日 星期三

download : dialog box failed to open (as2)

  • You did not pass a value for the url parameter.
  • The parameters passed are of the incorrect type or format.
  • The url parameter has a length of 0.
  • A security violation occurred; your SWF file attempted to access a file from a server that is outside your SWF file's security sandbox.
  • Another browse session is already in progress. A browse session can be started by FileReference.browse(), FileReferenceList.browse(), or FileReference.download().
  • The protocol is not HTTP or HTTPS.

2008年3月23日 星期日

FLVPlayback Mute 預設靜音

from:http://www.kirupa.com/forum/showthread.php?t=193603

flv_name.volume = 0;
flv_name._uiMgr._isMuted = true;