Help regarding VIDEO CONFERENCING

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Help regarding VIDEO CONFERENCING

    Hello Group,
    I have developed a simple video conferencing
    application using communication components -
    avpresence(3),peoplelist,chat,simpleconnect,connec tionlight etc.. But i need
    some more functionalities Like when a user clicks on a particualr user in the
    people list then n then his video should be displayed. The status of the users
    (with webcam or without) should be displayed in the people list wih their
    name..and many more. What would be good for me either creating my own
    components or modifying the existing components of Macromedia and how. Pls.
    give me some hint or links where i can find help regarding this.
    Thanks & Regards,
    nehal sheth.

    Nehhhh Guest

  2. Similar Questions and Discussions

    1. Video Conferencing Samples
      I've been playing around with FME/FMS as a potential video conferencing server. It appears to have some potential for our needs. The lag looks good...
    2. video conferencing advise
      I was working on providing solutions for video conference at broadband through flash communication server 1.5 update applied. I was not able to...
    3. Video Conferencing help needed
      Is it possible to control what audio/video is seen/heard on another user's computer? example: a web conference where the speaker is site...
    4. internet video conferencing
      Greetings, My daughter lives in New Orleans and I live in Denver. We both have broadband internet connections. I'm using an 867Mhz Quicksilver...
    5. video conferencing
      use Netmeeting. Click Start | Run and type "Conf" Regards, Ramesh "Don" <don_compton.1@juno.com> wrote in message...
  3. #2

    Default Re: Help regarding VIDEO CONFERENCING

    hello,

    I believe that it is going to be better to and faster to modify the current
    component.

    all u have to do is to edit the people list, get into its code, and add a
    listener for changing index. handler will be calling a funciton on the parent
    (_root in ur case i guess), where you will start the video.

    You will have to know how the avpresence component work, and how to run it
    dynamically by coding.

    good luck.

    TheBimmer Guest

  4. #3

    Default Re: Help regarding VIDEO CONFERENCING

    Thanks TheBimmer ,
    thanks for replying but can u give me some sample code for doing this . actually i am a newbea in flash. So pls.help me regarding this.
    Thanks again
    Nehal Sheth.
    Nehhhh Guest

  5. #4

    Default Re: Help regarding VIDEO CONFERENCING

    Hi Nehhhh, I am a beginner with FMS and am having trouble finding good documentation on how to set up the sample apps and customize them for my environment.

    Thanks In Advance.
    howieTheBeginner Guest

  6. #5

    Default Re: Help regarding VIDEO CONFERENCING

    The hot spot: [url]http://www.macromedia.com/devnet/flashmediaserver/[/url]

    Components and docs: [url]http://www.macromedia.com/devnet/flashmediaserver/[/url]

    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    May many happy bits flow your way!
    "howieTheBeginner" <webforumsuser@macromedia.com> wrote in message
    news:e1ltat$acf$1@forums.macromedia.com...
    Hi Nehhhh, I am a beginner with FMS and am having trouble finding good
    documentation on how to set up the sample apps and customize them for my
    environment.

    Thanks In Advance.


    Motion Maker Guest

  7. #6

    Default Re: Help regarding VIDEO CONFERENCING

    Thanks Motion Maker.

    I get to a point in the sample apps and tutorials where it says to open the
    Communications Components, but I don't have the Communication Components
    listing in my Components UI. How do I get them installed/ viewable.

    howieTheBeginner Guest

  8. #7

    Default Re: Help regarding VIDEO CONFERENCING



    When you down load the file at
    [url]http://www.macromedia.com/devnet/flashmediaserver/articles/components.html[/url]

    There is a README.txt that explains the proces.

    I reposted here for you:



    Welcome to the Flash Media Server 2 (FMS2) Communication Components

    This package contain 16 components that can be used to quickly create
    audio/video communication applications. The components have both a
    client-side and a server-side element to them - both of which have to be
    installed to function properly. This README contains information on how to
    install these components and get started with them.


    ================================================== =============
    Installing the Client-side code for the Components with Flash 8
    ================================================== =============

    To install the Communication Components with Flash 8 on a Windows-based or a
    Macintosh computer:

    1. Quit Flash.

    2. Place the CommunicationsComponents.fla file containing the components
    from the ZIP file in the following folder on your hard disk:
    In Windows: C:\Program Files\Macromedia\Flash
    8\language\Configuration\Components\Communication Components
    On the Macintosh: Macintosh HD/Applications/Macromedia Flash
    8/Configuration/Components/Communication Components

    3. Start Flash.

    4. Select Window > Components to view the component in the Components panel
    if it isn't already open.

    ================================================== ===================
    Installing the Client-side code for the Components with Flash MX 2004
    ================================================== ===================

    To install the Communication Components with Flash MX 2004 on a
    Windows-based or a Macintosh computer:

    1. Quit Flash.

    2. Place the CommunicationsComponents.fla file containing the components
    from the ZIP file in the following folder on your hard disk:
    In Windows: C:\Program Files\Macromedia\Flash MX
    2004\language\Configuration\Components\Communicati on Components\
    On the Macintosh: Macintosh HD/Applications/Macromedia Flash MX
    2004/Configuration/Components/Communication Components/ (Macintosh)

    3. Start Flash.

    4. Select Window > Components to view the component in the Components panel
    if it isn't already open.

    ================================================== ==========
    Installing the Server-side code for the Components with FMS2
    ================================================== ==========

    To install the Communication Components with Flash 8 on a Windows-based or a
    Linux computer:

    1. Stop Flash Media Server 2

    2. Extract the .asc files from the ZIP file in the following folder on your
    hard disk:
    In Windows: C:\Program Files\Macromedia\Flash Media Server
    2\scriptlib\components
    In Linux: ???
    *NOTE: Copy these files OVER the existing files in your
    \scriptlib\components folder

    3. Start Flash Media Server 2

    =================================================
    Getting Started with the Communication Components
    =================================================

    You can now develop applications with the Communication Components. The
    CommunicationComponents.pdf file contains detailed documentation about the
    components. In addition, the Flash Media Server Developer Center contains a
    number of articles that use these components. A good place to start is with
    this tutorial:

    [url]http://www.macromedia.com/devnet/flashcom/articles/first_comm_app.html[/url]




    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    May many happy bits flow your way!
    "howieTheBeginner" <webforumsuser@macromedia.com> wrote in message
    news:e1okr5$ph3$1@forums.macromedia.com...
    Thanks Motion Maker.

    I get to a point in the sample apps and tutorials where it says to open the
    Communications Components, but I don't have the Communication Components
    listing in my Components UI. How do I get them installed/ viewable.


    Motion Maker Guest

  9. #8

    Default Re: Help regarding VIDEO CONFERENCING

    oh i think my ques is not being considered, pls. do help me,

    I have developed a simple video conferencing application using communication
    components - avpresence(3),peoplelist,chat,simpleconnect,connec tionlight etc..
    But i need some more functionalities Like when a user clicks on a particualr
    user in the people list then n then his video should be displayed. The status
    of the users (with webcam or without) should be displayed in the people list
    wih their name..and many more. What would be good for me either creating my own
    components or modifying the existing components of Macromedia and how. Pls.
    give me some hint or links where i can find help regarding this.


    I have one another question also : can anybody give me an idea of how j can do
    server authentication in flash. ?

    Thanks & Regards,
    Nehal




















    Thanks & Regards,
    nehal sheth.

    Nehhhh Guest

  10. #9

    Default Re: Help regarding VIDEO CONFERENCING

    My suggestion would be to approcach learning FMS and actionscript from the
    ground up, rather than jumping right into a project tjat might be a bit beyond
    your current skill level.

    You might want to buy a copy of "Programming Flash Communication Server"
    (O'Reilly), which will give you a good understanding of how FMS works, and how
    to develop the copmonents you need. The book assumes you already have a solid
    knowlege of actionscript, so if you don't. you'll want to spend some time
    building those skills first.

    The prebuilt cummunication components are somewhat limited and a little
    difficult to work with, and I think you're discovering that now. My suggestion
    is to build your own components so you aren't limited by the constraints of
    someone else's code.

    JayCharles Guest

  11. #10

    Default Re: Help regarding VIDEO CONFERENCING

    Thanks
    This book is really very good. Well, i am developing an application of video
    conferencing without simpleconnect component. I get connected connectionlight,
    avpresence etc. but peoplelist and chat component can not be connected( not
    displaying anything)
    i have used following code :
    app_nc = new NetConnection( );
    app_nc.onStatus = function (info) {
    trace("app_nc: info.code = " + info.code);

    if (this.initComponents == null) {
    var components_array = ;
    for (var i in components_array) {
    components_array.setUsername("nehal");
    components_array.connect(this);
    }
    this.initComponents = true;
    }
    };
    app_nc.connect("rtmp:/vc");
    pls . help me.

    Nehhhh Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139