,在微软站点下在netmeeting 3.0 sdk,里面有很权的文档和例子。
2,最简单的方法是在frontpage中插入activex控件,你调用它的方法就可以了,最常见的
当然是callto.
3,微软自己出的东西当然得看它的文档咯。
the following is from msdn:
Including a CallTo URL in Your Web Page
Add this script code to your HTML page to embed the NetMeeting CallTo URL in the <BODY> of your script in order to provide simple CallTo, HangUp, and UnDock functionality:
<object ID=NetMeeting CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17">
<PARAM NAME = "MODE" VALUE = "DataOnly"> </object>
<BR><BR>
<input type=button value ="callto:"id=CallToBtn onclick=NetMeeting.CallTo(CallToAddress.value)>
<input type=text id=CallToAddress>
<input type=button value ="Hangup"id=HangUpBtn onclick=NetMeeting.LeaveConference()>
<input type=button value ="UnDock"id=UnDockBtn onclick=NetMeeting.UnDock()>
The <OBJECT> tag loads the NetMeeting control. The <PARAM NAME> tag sets the viewing mode. This specific