<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE>@font-face {
        font-family: 宋体;
}
@font-face {
        font-family: Verdana;
}
@font-face {
        font-family: @宋体;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; layout-grid: 15.6pt; }
P.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
LI.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
DIV.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        FONT-WEIGHT: normal; COLOR: windowtext; FONT-STYLE: normal; FONT-FAMILY: Verdana; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: verdana">
<DIV><FONT face=Verdana color=#0000ff size=2>
<DIV><FONT face=Verdana color=#0000ff size=2>I used it like the example in the 
developer corner wiki show:</FONT></DIV>
<DIV><FONT color=#0000ff></FONT> </DIV>
<DIV><FONT color=#0000ff>//////////////////////////////////////</FONT></DIV>
<DIV><FONT color=#0000ff></FONT> </DIV>
<DIV><FONT color=#0000ff>
<DIV><FONT 
color=#000000>const char * const vlc_args[] = {</FONT></DIV>
<DIV><FONT 
color=#000000>"-I", "dummy", /* Don't use any interface */</FONT></DIV>
<DIV><FONT 
color=#000000>"--ignore-config", /* Don't use VLC's config */</FONT></DIV>
<DIV><FONT 
color=#000000>"--plugin-path=C:\\....\\plugin\\" };</FONT></DIV></FONT><FONT 
color=#000000>......</FONT></DIV>
<DIV>
<DIV> m = libvlc_media_new (inst, "<A 
href="file://\\..\\1.flv" target=_blank>e:\\..\\1.flv</A>", &ex);</DIV>
<DIV> raise (&ex);</DIV>
<DIV> </DIV>
<DIV> mp = libvlc_media_player_new_from_media (m, &ex);</DIV>
<DIV> raise (&ex);</DIV>
<DIV> </DIV>
<DIV> libvlc_media_release (m);</DIV>
<DIV> </DIV>
<DIV> libvlc_drawable_t drawable = (libvlc_drawable_t)GetDlgItem(IDC_STATIC_VIEW)->GetSafeHwnd(); 
</DIV>
<DIV> </DIV>
<DIV> libvlc_media_player_set_hwnd(mp, drawable, &ex);    <FONT 
color=#0000ff>//replace the set_drawable function</FONT></DIV>
<DIV> raise (&ex);</DIV>
<DIV> </DIV>
<DIV> ibvlc_media_player_play (mp, &ex);</DIV>
<DIV> raise (&ex);</DIV>
<DIV> </DIV></DIV>
<DIV><FONT face=Verdana 
size=2>////////////////////////////////////////////////////</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT color=#0000ff>is it something wrong about these?</FONT></DIV>
<DIV><FONT color=#0000ff>or forgot something in vlc_args ?</FONT></DIV>
<DIV><FONT color=#0000ff>what is starting the playback mean?</FONT></DIV>
<DIV><FONT color=#0000ff>Could you give a code example for using set_hwnd 
func in mfc?</FONT></DIV>
<DIV><FONT color=#0000ff></FONT> </DIV>
<DIV><FONT color=#0000ff>Thanks for your 
reply~~~</FONT></DIV></FONT></DIV></BODY></HTML>