Flash guru needed.
Flash guru needed.
Out of context: Reply #6
- Started
- Last post
- 12 Responses
- Mimio0
Are you using the NetStream object?
use a conditional event...
netStream.onStatus = function(infoObject) {
if (infoObject.code == "NetStream.Play.Stop") {
netStream.seek(0);
netStream.play();
}
};