>Thank you for the reply.
>
>We tried as you suggested. So we set setMode("showFrame", true)
>in Vista environment to prevent black out in video.
>
>However, although the video format was WMV, we see nothing changed.
>The video still goes to black at the final frame.
>
>I am wondering if there is anything missing in our setting ...
>but We are not sure what it is. Do you have any suggestion?
>
>
>"Neil Smith [MVP Digital Media]" wrote:
>
>> I've never seen autoRewind used in that way.
>>
>> You should try setMode('showFrame', true) instead
>>
>> In cases of WMV content, that'll work simply when the stream is
>> stopped. It may well not work for MPEG or other video content.
>>
>> There's no need to rewind though (if you think about it, that's
>> counterproductive since it would show the *first* image not the final
>> image).
>>
>> HTH
>> Cheers - Neil
>>
>>
>> On Mon, 28 May 2007 00:29:01 -0700, nw3
>> <nw3[ at ]discussions.microsoft.com> wrote:
>>
>> >Below explains what I want to do and what I have tried so far ...
>> >
>> >I want my video clip to show its final image even after it is stopped in
>> >Vista.
>> >
>> >However, In VISTA environment,
>> >
>> >a video clip turns in blank screen, when you stop it.
>> >
>> >In XP and other earlier versions, you could show its final image even after
>> >it is stopped by following the way:
>> >
>> >setMode ----> autoRewind -- False
>> >
>> >In Vista, I have done the same setting as above, but when a movie is
>> >stopeed, the screen goes to blank.
>> >
>> >So I am trying in different way and I am experimenting to pause the video
>> >just before the final frame using Timer. It is sometimes working well but
>> >sometimes not working.
>> >
>> >This is all about my problem.
>> >
>> >Please advice me how can I achieve this either by using Timer or setMode.
>> >Orif there is any another way without using those methods, please kindly do
>> >let me know.
>> >
>> >Thank you very much for reading this and hope I will get the reply soon.
>> ------------------------------------------------
>> Digital Media MVP : 2004-2007
>>
http://mvp.support.microsoft.com/mvpfaqs>>
------------------------------------------------