NetMeeting para programadores
Con este código conseguimos visualizar NetMeeting en modo
Full:
<object ID=NetMeeting
CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17"></object> <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()>

|