Share via


Windows Media Player 11 SDK Choosing FilesĀ 

Windows Media Player SDK banner art

Previous Next

Choosing Files

If you want to choose a file, you can use code similar to the Playlist example, but substitute the following for the PLAYELEMENT section:

  

This line will use the openDialog method of THEME to define a URL for the player. You can use this to choose files that are not in playlists.

You can see a similar working openDialog example in the sample section of the SDK.

See Also

Previous Next