flash flv question
flash flv question
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- chimchim0
I believe this is the correct code
netStr.onStatus = function(infoObject) {
if (infoObject.code == "NetStream.Play.Stop") {
//next frame code here
}
};