Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: Entertainment » microsoft.public.windowsmedia.sdk
Thread: I want my video clip to show its final image even after it is stop

HTVi
TV Discussion Newsgroups

I want my video clip to show its final image even after it is stop
nw3 5/28/2007 7:29:01 AM
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.

Re: I want my video clip to show its final image even after it is stop
"Neil Smith [MVP Digital Media]" <neil[ at ]nospam.com> 5/28/2007 4:20:58 PM
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:

[Quoted Text]
>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
Re: I want my video clip to show its final image even after it is
nw3 5/29/2007 6:45:00 AM
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:

[Quoted Text]
> 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
>
Re: I want my video clip to show its final image even after it is
nw3 5/29/2007 6:46:01 AM
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:

[Quoted Text]
> 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
>
Re: I want my video clip to show its final image even after it is
"Neil Smith [MVP Digital Media]" <neil[ at ]nospam.com> 5/30/2007 7:18:20 PM
OK I'll try it out over the weekend.
What browsers are you trying this in ?

(In case you didn't know, there's a new firefox plugin out)

It might be worth posting repro code too, so I can check if I'm using
the same scenario as you.

Cheers - Neil

On Mon, 28 May 2007 23:45:00 -0700, nw3
<nw3[ at ]discussions.microsoft.com> wrote:

[Quoted Text]
>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
>>
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
Re: I want my video clip to show its final image even after it is
nw3 5/31/2007 6:37:01 AM
Thank you for your answer!
I am so thankful to you for your offer that you will try this in the weekend.
I hope we can find answer for it.

Here is the information.
Vista
VB.Net
WMP11SDK
We do not use Web Browser.

FYI, here is the sample code of our problem.

--------------------------------------------------
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load

AxWindowsMediaPlayer1.settings.autoStart = False
AxWindowsMediaPlayer1.settings.setMode("autoRewind", False)
AxWindowsMediaPlayer1.settings.setMode("showFrame", True)

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

AxWindowsMediaPlayer1.URL = "Sample.wmv"

End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button2.Click

AxWindowsMediaPlayer1.Ctlcontrols.play()

End Sub
--------------------------------------------------

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen