I'm creating an Adobe Air app which plays video. When I attempt to call the seek method of the NetStream object, NetStream.seek(nSeconds), the screen goes black for a second and everything is redrawn on the screen except for the video. The video remains hidden until I make another netstream call: i.e. NetStream.play(). While I am testing on my computer, the video is seeked properly. The problem only happens on the Air for TV device.
This happens if I use either StageVideo or the classic Video classes. I am developing on a Samsung UN55D8000 HDTV.
Has anyone had similar problems and found a fix? Has anyone had success with Netstream.seek() on a Samsung TV?