FlashTech

TwitterFacebook
Get flash to fully experience Pearltrees

FLV MetaData Injector - Adds meta info to your Flash Video files

http://www.buraks.com/flvmdi/ March 31, 2010: FLVMDI 2.96 released! This tiny update mainly adds support for H264 dimensions. December 14, 2009: FLVMDI 2.95 released! This version fixes some issues, especially with detecting dimensions, also FLVMDI should now be a little faster... For nearly the last 3 years, we didn't find time to update FLVMDI. This update is tiny and also not thoroughly tested, therefore version 2.94 download is still available.
p2p

性能优化

To view/add comments, you must enable JavaScript in your browser. Issue If you view streaming content in Adobe Flash Player, you experience latency when pausing and resuming video playback.

新标签页

http://kb2.adobe.com/cps/403/kb403029.html
flv

NetStream.appendBytes, 走向Flash P2P VOD的第一步 « Kingnare Blog

http://www.kingnare.com/auzn/archives/750 之前被告知可以自行实现Flash p2p的点播功能, 但一直疑惑, 印象中NetStream并未提供相关方法, 前天看订阅时发现的文章: ByteArray Access to NetStream in Flash Player 10.1 [ by Thibault Imbert ] 进而找到文档:

flash.net.Socket - ActionScript® 3.0 Reference for the Adobe® Flash® Platform

The Socket class enables code to establish Transport Control Protocol (TCP) socket connections for sending and receiving binary data. The Socket class is useful for working with servers that use binary protocols. To use the methods of the Socket class, first use the constructor, new Socket , to create a Socket object. A socket transmits and receives data asynchronously. On some operating systems, flush() is called automatically between execution frames, but on other operating systems, such as Windows, the data is never sent unless you call flush() explicitly. To ensure your application behaves reliably across all operating systems, it is a good practice to call the flush() method after writing each message (or related group of data) to the socket. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html