I actually tried that but it didn't help. Maybe I set it up wrong, can you see anything wrong with what I have done...

I placed 'application.xml' in my application folder which contained the following code:

------------------------
<?xml version="1.0"?>
<Application>
<StreamManager>
<EnhancedSeek>true</EnhancedSeek>
</StreamManager>
</Application>
------------------------

Does 'enhanced seek' work when using...

myStream.pause(false);

to restart the video. I thought that 'enhanced seek' was for seeking...

myStream.seek


Hopefully I'm wrong. Thanks for your help.
MJ