http://www.adobe.com/devnet/flash/articles/saving_flash_graphics.html
AS3(as3corelib,Base64) + PHP
2008年9月29日 星期一
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
2008年9月10日 星期三
2008年6月11日 星期三
download : dialog box failed to open (as2)
- You did not pass a value for the
urlparameter. - The parameters passed are of the incorrect type or format.
- The
urlparameter 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(), orFileReference.download(). - The protocol is not HTTP or HTTPS.
2008年5月29日 星期四
2008年3月23日 星期日
FLVPlayback Mute 預設靜音
from:http://www.kirupa.com/forum/showthread.php?t=193603
flv_name.volume = 0;
flv_name._uiMgr._isMuted = true;
flv_name.volume = 0;
flv_name._uiMgr._isMuted = true;
訂閱:
文章 (Atom)