Flash Streaming video
Flash Streaming video
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- jpea0
if you're just using netstream, there's sort of a hacked together function that can read the flv's metadata:
ns['onMetaData'] = function(obj){
duration = obj.duration;
}