Mar 022006
I have regroup some of the examples from the Flash Help Document in one (little) working example.
The only things you need to do to make it work is to edit path to your flv.
I have regroup some of the examples from the Flash Help Document in one (little) working example.
The only things you need to do to make it work is to edit path to your flv.
FLV 的程式控制範例 Metah Blog
Metah Blog: Freelance Webmaster Geneva, Switzerland Powered by WordPress Entries (RSS)
Thanks for this, wondering why
//Tracing the Metadatas
stream_ns.onMetaData = function(infoObject:Object) {
for (var propName:String in infoObject) {
trace(propName + ” = ” + infoObject[propName]);
}
};
Causes errors in Flash 7?
Thank you for this. Where could I change the properties such as font and placement of the loading/buffering text?
[...] Metah Blog 撰寫了一個範例如何去讀取Flv的metadata,以及如何計算影片長度和Buffer的時間的應用, 可以參考看看囉…. [...]
[...] 【分享】【建议】读取Flv的metadata Metah Blog(http://www.metah.ch/blog/?p=126) 写了一个范例如何去读取Flv的metadata,以及如何计算影片长度和Buffer的时间的应用, 可以參考…. [...]