From: "Ben Davidson" <[EMAIL PROTECTED]>


>
> Laurent,
>
> I've been trying that.  The default setting is something like:
>
> <OBJECT classid=CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17
> id=NetMeeting4 width=176 height=144 STYLE="position:absolute; top:420;
> left:700; visibility:visible;"
> codebase="http://download.microsoft.com/msdownload/netmeeting/3.0/x86/
> en/NM30.EXE">
> <PARAM NAME="MODE" VALUE="RemoteNoPause">
> </OBJECT>
>
> When I change the tags to, say, width=276 height=244, nothing seems to
> change.
>
> Any idea why not?

Maybe it's because you don't have to set the position absolute...
the following code works :

<object id=NetMeeting2 classid="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17"
width="352" height="288">
        <param name="MODE" value="RemoteNoPause">
      </object>

>
> Also, although I've given each NetMeeting object (of four, for now) on
> the page a seperate id (NetMeeting1, NetMeeting2, etc.), when I'm
> conferencing, the image appears in all four objects.  I know that you
> can only get audio/videoi with one person at a time (unless using an
> MCU, which I haven't got to yet), but I'd have thought you could
> direct the image of the person you're conferencing with to one object
> on the page.
>
> I've included four equivalent bits of code along the lines of:
>
> <script language="vbscript">
>    Sub CallToBtn1_onclick()
>       NetMeeting1.CallTo(call_to_address1.value)
>      End Sub
>  </script>
>
> All the rest of the script works, buttons, callto addresses etc ...but
> no joy with seperate pictures; I just get four copies of the same, all
> appearing at once.
>
> Any thoughts/ ideas would be most appreciated.

Unfortunately, you can't have 4 people in the same time even if you have
four objects with differents names...
If you have a CP4 MCU compatible, you can have four people in one object...
I think it's the only solution.

Laurent.


-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------

Reply via email to