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.player.web
Thread: Class ID, Classic ASP development

HTVi
TV Discussion Newsgroups

Class ID, Classic ASP development
Shamshda Ali 12/1/2008 7:56:00 AM
Hi,
I'm using Old class ID for embbeding windows media palyer and want to
replace with new CLSID. The web page is using old class ID has some code
logic to track user viewing, time and completions using custom java script
development. when I replace it with new class ID, i am unable to handle
forward/rewind which should not be enabled, otherwise custom java code logic
fails to track user activity. All i want to disable Forward/Rewind option
from embbeded media player. also i want to disable forward/rewind from double
click (Full Screen) option. Also what is the draw-back of keeping old class
ID if i don't replace ith new one?
clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (New)
clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 (Old)


RE: Class ID, Classic ASP development
Shamshda Ali 12/1/2008 8:37:02 AM
All I would like to set embbeded wmp properties to enable built-in pause/stop
buttons, slider (show current running status), but disable forward/rewind
option (both in default and double click full screen mode), show media lenght
viewed.
for all version's combination of OS (xp, vista, win2k3) of media player (7,
9, 10, 11) with IE 6, 7, 8. is that possible using new CLSID?

"Shamshda Ali" wrote:

[Quoted Text]
> Hi,
> I'm using Old class ID for embbeding windows media palyer and want to
> replace with new CLSID. The web page is using old class ID has some code
> logic to track user viewing, time and completions using custom java script
> development. when I replace it with new class ID, i am unable to handle
> forward/rewind which should not be enabled, otherwise custom java code logic
> fails to track user activity. All i want to disable Forward/Rewind option
> from embbeded media player. also i want to disable forward/rewind from double
> click (Full Screen) option. Also what is the draw-back of keeping old class
> ID if i don't replace ith new one?
> clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (New)
> clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 (Old)
>
>
Re: Class ID, Classic ASP development
"zachd [MSFT]" <zachd[ at ]nomailplz.online.microsoft.com> 12/5/2008 10:54:34 PM

WMP will generally be backwards compatible with the older CLSIDs.

I believe 6bf was the new WMP7 CLSID, so that should work back to there.
MSDN should covers this area.

--
Speaking for myself only.
See http://zachd.com/pss/pss.html for some helpful WMP info.
This posting is provided "AS IS" with no warranties, and confers no rights.
--
"Shamshda Ali" <ShamshdaAli[ at ]discussions.microsoft.com> wrote in message
news:BAE1EE0B-0A83-410F-8C22-9C7443EA5B45[ at ]microsoft.com...
[Quoted Text]
> All I would like to set embbeded wmp properties to enable built-in
> pause/stop
> buttons, slider (show current running status), but disable forward/rewind
> option (both in default and double click full screen mode), show media
> lenght
> viewed.
> for all version's combination of OS (xp, vista, win2k3) of media player
> (7,
> 9, 10, 11) with IE 6, 7, 8. is that possible using new CLSID?
>
> "Shamshda Ali" wrote:
>
>> Hi,
>> I'm using Old class ID for embbeding windows media palyer and want to
>> replace with new CLSID. The web page is using old class ID has some code
>> logic to track user viewing, time and completions using custom java
>> script
>> development. when I replace it with new class ID, i am unable to handle
>> forward/rewind which should not be enabled, otherwise custom java code
>> logic
>> fails to track user activity. All i want to disable Forward/Rewind option
>> from embbeded media player. also i want to disable forward/rewind from
>> double
>> click (Full Screen) option. Also what is the draw-back of keeping old
>> class
>> ID if i don't replace ith new one?
>> clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (New)
>> clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 (Old)
>>
>>


Re: Class ID, Classic ASP development
Shamshda Ali 12/6/2008 5:07:01 AM
yes its true, 6bf is latest one. I asked if i replace old CLSID with new one,
then would it not support backwards and what issue i may face? and if i don't
use new CLSID then is that OK? or some users may face issue like what ?

I also first searched MSDN and web forums, finally i came here to ask from
some reliable source, that how can i diable forward/rewind only in either
normal or full screen mode. Please reply in detail if possible. Thanks for
your time and reply.



"zachd [MSFT]" wrote:

[Quoted Text]
>
> WMP will generally be backwards compatible with the older CLSIDs.
>
> I believe 6bf was the new WMP7 CLSID, so that should work back to there.
> MSDN should covers this area.
>
> --
> Speaking for myself only.
> See http://zachd.com/pss/pss.html for some helpful WMP info.
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --
> "Shamshda Ali" <ShamshdaAli[ at ]discussions.microsoft.com> wrote in message
> news:BAE1EE0B-0A83-410F-8C22-9C7443EA5B45[ at ]microsoft.com...
> > All I would like to set embbeded wmp properties to enable built-in
> > pause/stop
> > buttons, slider (show current running status), but disable forward/rewind
> > option (both in default and double click full screen mode), show media
> > lenght
> > viewed.
> > for all version's combination of OS (xp, vista, win2k3) of media player
> > (7,
> > 9, 10, 11) with IE 6, 7, 8. is that possible using new CLSID?
> >
> > "Shamshda Ali" wrote:
> >
> >> Hi,
> >> I'm using Old class ID for embbeding windows media palyer and want to
> >> replace with new CLSID. The web page is using old class ID has some code
> >> logic to track user viewing, time and completions using custom java
> >> script
> >> development. when I replace it with new class ID, i am unable to handle
> >> forward/rewind which should not be enabled, otherwise custom java code
> >> logic
> >> fails to track user activity. All i want to disable Forward/Rewind option
> >> from embbeded media player. also i want to disable forward/rewind from
> >> double
> >> click (Full Screen) option. Also what is the draw-back of keeping old
> >> class
> >> ID if i don't replace ith new one?
> >> clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (New)
> >> clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 (Old)
> >>
> >>
>
>
>
Re: Class ID, Classic ASP development
Shamshda Ali 12/6/2008 5:10:00 AM
yes its true, 6bf is latest one. I asked if i replace old CLSID with new one,
then would it not support backwards and what issue i may face? and if i don't
use new CLSID then is that OK? or some users may face issue like what ?

I also first searched MSDN and web forums, finally i came here to ask from
some reliable source, that how can i diable forward/rewind only in either
normal or full screen mode. Please reply in detail if possible. Thanks for
your time and reply.

"zachd [MSFT]" wrote:

[Quoted Text]
>
> WMP will generally be backwards compatible with the older CLSIDs.
>
> I believe 6bf was the new WMP7 CLSID, so that should work back to there.
> MSDN should covers this area.
>
> --
> Speaking for myself only.
> See http://zachd.com/pss/pss.html for some helpful WMP info.
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --
> "Shamshda Ali" <ShamshdaAli[ at ]discussions.microsoft.com> wrote in message
> news:BAE1EE0B-0A83-410F-8C22-9C7443EA5B45[ at ]microsoft.com...
> > All I would like to set embbeded wmp properties to enable built-in
> > pause/stop
> > buttons, slider (show current running status), but disable forward/rewind
> > option (both in default and double click full screen mode), show media
> > lenght
> > viewed.
> > for all version's combination of OS (xp, vista, win2k3) of media player
> > (7,
> > 9, 10, 11) with IE 6, 7, 8. is that possible using new CLSID?
> >
> > "Shamshda Ali" wrote:
> >
> >> Hi,
> >> I'm using Old class ID for embbeding windows media palyer and want to
> >> replace with new CLSID. The web page is using old class ID has some code
> >> logic to track user viewing, time and completions using custom java
> >> script
> >> development. when I replace it with new class ID, i am unable to handle
> >> forward/rewind which should not be enabled, otherwise custom java code
> >> logic
> >> fails to track user activity. All i want to disable Forward/Rewind option
> >> from embbeded media player. also i want to disable forward/rewind from
> >> double
> >> click (Full Screen) option. Also what is the draw-back of keeping old
> >> class
> >> ID if i don't replace ith new one?
> >> clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (New)
> >> clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 (Old)
> >>
> >>
>
>
>
Re: Class ID, Classic ASP development
"zachd [MSFT]" <zachd[ at ]nomailplz.online.microsoft.com> 12/6/2008 9:11:56 PM

I don't recall. As regards the first question, MSDN should generally cover
how the old interfaces (which are diferent) work. As regards the later, I
haven't tried that, but the object model as found on MSDN should cover
what's possible.

--
Speaking for myself only.
See http://zachd.com/pss/pss.html for some helpful WMP info.
This posting is provided "AS IS" with no warranties, and confers no rights.
--
"Shamshda Ali" <ShamshdaAli[ at ]discussions.microsoft.com> wrote in message
news:9E3F5A6E-8DBA-43FA-9EB7-57487A2BED09[ at ]microsoft.com...
[Quoted Text]
> yes its true, 6bf is latest one. I asked if i replace old CLSID with new
> one,
> then would it not support backwards and what issue i may face? and if i
> don't
> use new CLSID then is that OK? or some users may face issue like what ?
>
> I also first searched MSDN and web forums, finally i came here to ask from
> some reliable source, that how can i diable forward/rewind only in either
> normal or full screen mode. Please reply in detail if possible. Thanks for
> your time and reply.
>
> "zachd [MSFT]" wrote:
>
>>
>> WMP will generally be backwards compatible with the older CLSIDs.
>>
>> I believe 6bf was the new WMP7 CLSID, so that should work back to there.
>> MSDN should covers this area.
>>
>> --
>> Speaking for myself only.
>> See http://zachd.com/pss/pss.html for some helpful WMP info.
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> --
>> "Shamshda Ali" <ShamshdaAli[ at ]discussions.microsoft.com> wrote in message
>> news:BAE1EE0B-0A83-410F-8C22-9C7443EA5B45[ at ]microsoft.com...
>> > All I would like to set embbeded wmp properties to enable built-in
>> > pause/stop
>> > buttons, slider (show current running status), but disable
>> > forward/rewind
>> > option (both in default and double click full screen mode), show media
>> > lenght
>> > viewed.
>> > for all version's combination of OS (xp, vista, win2k3) of media player
>> > (7,
>> > 9, 10, 11) with IE 6, 7, 8. is that possible using new CLSID?
>> >
>> > "Shamshda Ali" wrote:
>> >
>> >> Hi,
>> >> I'm using Old class ID for embbeding windows media palyer and want to
>> >> replace with new CLSID. The web page is using old class ID has some
>> >> code
>> >> logic to track user viewing, time and completions using custom java
>> >> script
>> >> development. when I replace it with new class ID, i am unable to
>> >> handle
>> >> forward/rewind which should not be enabled, otherwise custom java code
>> >> logic
>> >> fails to track user activity. All i want to disable Forward/Rewind
>> >> option
>> >> from embbeded media player. also i want to disable forward/rewind from
>> >> double
>> >> click (Full Screen) option. Also what is the draw-back of keeping old
>> >> class
>> >> ID if i don't replace ith new one?
>> >> clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 (New)
>> >> clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 (Old)
>> >>
>> >>
>>
>>
>>

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