Malfunction Posted December 28, 2003 Posted December 28, 2003 Are there existing (maybe third party) controls that let you incorporate soundfiles (mp3 or wav) or videos (mpg) on a windows form? Quote Debug me...
Shazbots Posted December 28, 2003 Posted December 28, 2003 what do mean by incorporate? Do you want to play them? Quote
Malfunction Posted December 28, 2003 Author Posted December 28, 2003 what do mean by incorporate? Do you want to play them? Yes....exactly. For the sounds I could live with a simple button that's starts playing the soundfile but I don't know how to play a soundfile. The video would need some kind of interface like the mediaplayer. any ideas? Quote Debug me...
Ish Posted December 28, 2003 Posted December 28, 2003 There's the Windows Media SDK that lets you embed Media Player in your form amongst other things. Its broken into a bunch of SDKs which are described here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/wmsdk.asp?frame=true Or there's Managed DirectX that contains a really handy and easy to use AudioVideoPlayer library: http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000410 Quote
*Experts* Bucky Posted December 28, 2003 *Experts* Posted December 28, 2003 For playing sound files on Windows machines, you can use the [api]PlaySound[/api] API. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.