Control Video Playback speed from JS script?

Is it possible to control the net stream/video playback speed from a javascript function via external call in HTML5 target?

I believe there’s a hidden speed property on NetStream. Perhaps we should make it public and official

That would be awesome! What is that property and how do I use it?

Just netStream.speed = 0.5 I think :wink:

Great! thanks for the info!