Share via


Windows Media Player 11 SDK Type 2 Online Store SamplesĀ 

Windows Media Player SDK banner art

Previous Next

Type 2 Online Store Samples

The Windows Media Player SDK includes the following online stores samples:

  • Sample online stores.
  • A type 2 online store plug-in. This sample is generated by a Visual Studio project wizard, which creates a C++ project that you can use as a starting point for your own component. Using the wizard ensures that your component is unique. For more information, see Type 2 Online Store Plug-in.
  • An online store Web page. This sample Web page shows a Web page that Windows Media Player 10 or later might host in a service task pane.
  • Specifying the ContentDistributor attribute. This sample C++ code shows you how to use the Windows Media Format SDK to add the ContentDistributor attribute to the header of a Windows Media file. This is the attribute that Windows Media Player 10 or later uses to identify individual online store providers. For more information, see Adding the ContentDistributor Attribute.

Viewing the Type 2 Sample Online Stores

Microsoft has provided two type 2 sample online stores for you to view. One is a sample commerce store and the other is a sample music store. The sample online stores are simple implementations that show some of the basic features available for use in your own online stores. You can view the source code for the sample online store Web pages.

Because the samples are available from the Internet, they will be updated with additional features from time to time.

To view the type 2 sample online stores, configure your registry as described in Registry Keys and Entries for a Type 2 Online Store. The following table gives the keys for the type 2 sample stores.

Store type Key Player versions that support the sample store
Type 2 music 8540 10 and 11
Type 2 commerce 8541 10

See Also

Previous Next