Click here to Skip to main content
15,894,539 members
Home / Discussions / C#
   

C#

 
GeneralTo Heath (we talked about this subject before) Pin
profoundwhispers24-Mar-04 9:10
profoundwhispers24-Mar-04 9:10 
GeneralRe: To Heath (we talked about this subject before) Pin
Tom Larsen24-Mar-04 9:14
Tom Larsen24-Mar-04 9:14 
GeneralRe: To Heath (we talked about this subject before) Pin
profoundwhispers24-Mar-04 9:32
profoundwhispers24-Mar-04 9:32 
GeneralRe: To Heath (we talked about this subject before) Pin
Heath Stewart24-Mar-04 9:15
protectorHeath Stewart24-Mar-04 9:15 
GeneralRe: To Heath (we talked about this subject before) Pin
profoundwhispers24-Mar-04 9:31
profoundwhispers24-Mar-04 9:31 
GeneralRe: To Heath (we talked about this subject before) Pin
Heath Stewart24-Mar-04 9:39
protectorHeath Stewart24-Mar-04 9:39 
GeneralWindows Media Player Pin
antoine@orchus-tech24-Mar-04 7:36
antoine@orchus-tech24-Mar-04 7:36 
GeneralRe: Windows Media Player Pin
Heath Stewart24-Mar-04 8:35
protectorHeath Stewart24-Mar-04 8:35 
You can't, not without implementing your own native pluggable protocol handler for windows (like that which handles http(s), ms-help, its, res, etc.). Windows Media Player uses monikers to bind to streams and there is not - at this time - a plugglable protocol handler for streaming embedded resources.

Also, embedded a video in an assembly is extremely wasteful. You'll increase the load times of the assembly incredibly. Just distribute it as a separate file and point the URL property of WMP to the file when you need to play it.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Windows Media Player Pin
antoine@orchus-tech24-Mar-04 9:38
antoine@orchus-tech24-Mar-04 9:38 
GeneralRe: Windows Media Player Pin
Heath Stewart24-Mar-04 9:42
protectorHeath Stewart24-Mar-04 9:42 
GeneralRe: Windows Media Player Pin
antoine@orchus-tech24-Mar-04 9:58
antoine@orchus-tech24-Mar-04 9:58 
GeneralRe: Windows Media Player Pin
Stephane Rodriguez.24-Mar-04 19:03
Stephane Rodriguez.24-Mar-04 19:03 
QuestionHow to enumerate an enum. Pin
Anonymous24-Mar-04 6:56
Anonymous24-Mar-04 6:56 
AnswerRe: How to enumerate an enum. Pin
CStiefeling24-Mar-04 8:16
CStiefeling24-Mar-04 8:16 
AnswerRe: How to enumerate an enum. Pin
T Manjaly24-Mar-04 11:49
T Manjaly24-Mar-04 11:49 
GeneralaxWebBrowser DocumentComplete Pin
Jasper4C#24-Mar-04 6:47
Jasper4C#24-Mar-04 6:47 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 8:40
protectorHeath Stewart24-Mar-04 8:40 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 8:42
mveDave Kreskowiak24-Mar-04 8:42 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 9:03
protectorHeath Stewart24-Mar-04 9:03 
GeneralRe: axWebBrowser DocumentComplete Pin
Jeremy Kimball24-Mar-04 9:27
Jeremy Kimball24-Mar-04 9:27 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 9:28
mveDave Kreskowiak24-Mar-04 9:28 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 9:29
protectorHeath Stewart24-Mar-04 9:29 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 9:35
mveDave Kreskowiak24-Mar-04 9:35 
GeneralRe: axWebBrowser DocumentComplete Pin
Heath Stewart24-Mar-04 9:43
protectorHeath Stewart24-Mar-04 9:43 
GeneralRe: axWebBrowser DocumentComplete Pin
Dave Kreskowiak24-Mar-04 9:50
mveDave Kreskowiak24-Mar-04 9:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.