Video in Flash
Video in Flash
Out of context: Reply #11
- Started
- Last post
- 14 Responses
- caseyc0
I wanted to add the bit about detecting the end of a loaded flv...
You need to use this tool to "inject" metadata into your flv after it has been compressed:
Once that is done you can put an onMetaData function on your NetStream object to get the info.
myNetStream.onMetaData = function(info) {
trace(info.duration);
}