Welcome, Guest
  • Author Topic: Re:private chat with video  (Read 33921 times)

    luca

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    Re:private chat with video
    « Reply #15 on: 05/12/04, 06:54 »
    I am programmer to first weapons  
    I would like to know if someone of you has a demo  
    to be able to study  
     
    Thanks

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:private chat with video
    « Reply #16 on: 05/12/04, 07:21 »
    The FlashCom server comes with video examples: did you check it?

    Jorge

    luca

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    Re:private chat with video
    « Reply #17 on: 05/12/04, 07:38 »
    him, but I wanted to try to work with private video chat,  
    developed with your present indications in this post of the forum.

    thanks  

    Luca

    and it excuses for my English :-[

    kani

    • Jr. Programmer
    • **
    • Posts: 75
      • View Profile
      • ClipsID
      • Email
    Re:private chat with video
    « Reply #18 on: 06/11/04, 10:29 »

    hi this is kani,

    could anyone please send me the fla file for private video chat ...

    str_kani@yahoo.com  

    Thanks in advance
    :)
    kani

    bob

    • Server what's that
    • *
    • Posts: 24
      • View Profile
      • Email
    Re:private chat with video
    « Reply #19 on: 06/13/04, 15:09 »
    gaby, you code was very clear, thanks for the little "tutorial".

    does everyone request fla's here? ;)


    gaby

    • Moderator
    • Seasoned Programmer
    • *****
    • Posts: 241
    • To code or not to code
      • View Profile
    Re:private chat with video
    « Reply #20 on: 06/13/04, 16:11 »
    thx bob, i began to think that i was writing chinese...:-)
    The courage to begin is the main step to achievement

    kani

    • Jr. Programmer
    • **
    • Posts: 75
      • View Profile
      • ClipsID
      • Email
    Re:private chat with video
    « Reply #21 on: 06/19/04, 04:32 »
    I got some points from the tutorial and the codes given in the previos posting....

    In this we have only one video display.!  I want to have both person's video on the private chat.

    How to add both video camera's display in the new room...

    Some one please help me come aound this...


     ::)
    « Last Edit: 06/19/04, 04:33 by kani »
    kani

    gaby

    • Moderator
    • Seasoned Programmer
    • *****
    • Posts: 241
    • To code or not to code
      • View Profile
    Re:private chat with video
    « Reply #22 on: 06/19/04, 05:16 »
    simply add a video display element labelled the same way the small personnal video display, and set the play attribute to this object
    The courage to begin is the main step to achievement

    kani

    • Jr. Programmer
    • **
    • Posts: 75
      • View Profile
      • ClipsID
      • Email
    Re:private chat with video
    « Reply #23 on: 06/19/04, 08:19 »
    I really confused of the word video display element (sorry just now start programming in flash) Could you please be a bit more clear... ???
    « Last Edit: 06/19/04, 08:21 by kani »
    kani

    saschart

    • Jr. Programmer
    • **
    • Posts: 62
      • View Profile
      • Email
    Re:private chat with video
    « Reply #24 on: 07/21/04, 13:54 »
    I tried to put avPresence component in your private chat and don't work. I don't understand why.
    I put this in main action av.connect(client_nc) and component into the stage with av name

    bob

    • Server what's that
    • *
    • Posts: 24
      • View Profile
      • Email
    Re:private chat with video
    « Reply #25 on: 07/21/04, 14:05 »
    kani,

    Go into the library, on the top right there is a menu (in the library on the bar that says "Library - " +whatever your project's name is), when you click that, you will see an option "New Video", click it and it will add a video element to your library. drag it onto the stage and give it a name.



    saschart,

    check the paths and make sure the "av.connect(client_nc)" is on the same time line if not, just target it. that "may" be the issue, but that's just a guess.



    Hope that helps,
    Bob

    saschart

    • Jr. Programmer
    • **
    • Posts: 62
      • View Profile
      • Email
    Re:private chat with video
    « Reply #26 on: 07/22/04, 03:20 »
    bob,
    still don't work, av component is in components main frame and av.connect(client_nc) is in action main frame too, I receive login to send audio/video message in avpresence  :-[

    I think is more complicate, but how ?

    bob

    • Server what's that
    • *
    • Posts: 24
      • View Profile
      • Email
    Re:private chat with video
    « Reply #27 on: 07/22/04, 21:10 »
    Did you include the SSAS (ServerSideActionScript)? with this line in it:

    load( "components.asc" );

    named main.asc?


    Bob

    saschart

    • Jr. Programmer
    • **
    • Posts: 62
      • View Profile
      • Email
    Re:private chat with video
    « Reply #28 on: 07/23/04, 02:20 »
    Yes bob, is there

    avPresence must receive login command (from simpleconnect by default) and my avPresence component don't receive this command for take the next step and stop at login to send audio/video

    saschart

    • Jr. Programmer
    • **
    • Posts: 62
      • View Profile
      • Email
    Re:private chat with video
    « Reply #29 on: 07/27/04, 13:25 »
    hello,

    gaby, how can modify your script to send video only for selected user ?