Windows Media Player 11 SDK Creating a Windows Media Download Package (deprecated)
Previous | Next |
Creating a Windows Media Download Package (deprecated)
This page documents a feature that may be unavailable in future versions of Windows Media Player and the Windows Media Player SDK.
Follow these steps to create a Windows Media Download package.
- Create a border. Use the same techniques you would use to build a skin for Windows Media Player. Design the border so that resizing Windows Media Player will not ruin the composition of the border elements. For instance, use a solid color or visualization as a background because these will scale well as Windows Media Player is resized.
- Compress the border contents. Create a compressed folder (with a .zip file name extension) that contains the border files: images, JScript files, and the skin definition file with a .wms file name extension. Rename the compressed file so that it has a .wmz file name extension.
- Write a Windows Media metafile. Windows Media Player will not load the border unless you create a Windows Media metafile with an .asx file name extension that implements the SKIN element. The metafile can also be used to create a playlist that describes the content included in the package.
- Assemble your content. Put all the files that you want to use into a folder. This includes audio files, video files, metafiles, and border definition files.
- Create the package. Create a compressed folder (with a .zip file name extension) that contains the border file, content files, and the metafile. Change the file name extension of this .zip file to a .wmd file name extension.
- Post the package to a Web site. The completed package is ready to be posted to a Web site and downloaded by users.
See Also
Previous | Next |