FMS2 does connect, but sample apps don't

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

  1. #1

    Default FMS2 does connect, but sample apps don't

    hi all,
    i don't think anyone can help me, but i'll explain my problem anyway..

    i have FMS2 installed on Win XP.. it works fine..
    and i can go to the admin console. So i want to try a sample application..
    i create a new instance (just like the name what the script says: for example;
    example_sharedball)

    then i start the example sharedball.. but in the admin i can't see someone is
    connected.. and when i start another example sharedball thing, it's not in the
    same position as the other one.. and when u move one of them, the otherone
    doesnt move too..

    i also have tried the other sample application,
    none seems to work..

    any help would be appreciated!

    Unknowner Guest

  2. Similar Questions and Discussions

    1. Sample apps not working
      I just downloaded FMS 2.0.1 today and installed on my Win2K dev machine. I just want to start testing. After reading up in the docs about how to...
    2. Error with admin/can't get sample apps going
      Hi folks, I'm having a bunch of problems. First of all, the sample applications I downloaded don't seem to be working--I've tried a bunch, like...
    3. Flex Installed Sample Apps Fail
      Hi, i'm new to flex as well. i had the same problem with the error Error: HTTPServiceFault: java.lang.RuntimeException: Bad service name:...
    4. sample apps and getting started tutorials
      hi, ever since installing coldfusion (initially 6 and now 7), I have not been able to access the sample applications, well today I looked at my CF...
    5. Getting Started/Sample Apps Not installed...
      I installed CFMX 7 and although I DID check the boxes to install the Sample Apps and the Getting Started tutorials etc....They are not installed. ...
  3. #2

    Default Re: FMS2 does connect, but sample apps don't

    yeah, i've in the application directory a dir called tutorial_sharedball
    (inside this there is the file main.asc), and then i go to the console, there i
    start the new instance with the definst of room_01. Then i start the
    tutorial_sharedball.swf but that doesnt seems to be connected.. and this is the
    connect line:
    client_nc.connect("rtmp:/tutorial_sharedball/room_01");

    Unknowner Guest

  4. #3

    Default Re: FMS2 does connect, but sample apps don't

    though the tutorial_sharedball.swf isnt in the same directory as the FMS directory.. it's on my desktop. i have put it in the main FMS install dir.. but even then, it doenst work..
    Unknowner Guest

  5. #4

    Default Re: FMS2 does connect, but sample apps don't

    Assuming that FMS is installed on the machine where the .swf is located, try
    this as your rtmp string:

    client_nc.connect("rtmp:/localhost:1935/tutorial_sharedball/room_01");

    You need to identify the host as well as the application


    JayCharles Guest

  6. #5

    Default Re: FMS2 does connect, but sample apps don't

    nope, that didnt solve my prob..

    i think i don't got the include files NetDebug etc..
    i'm using flash 8.. what are you using?
    Unknowner Guest

  7. #6

    Default Re: FMS2 does connect, but sample apps don't

    I'm using 8, but I'm not familiar with the sample apps. If you don't need the connection debugger (which AFAIK didn't ship with Flash 8), just remove the line that includes it (or comment it out).
    JayCharles Guest

  8. #7

    Default Re: FMS2 does connect, but sample apps don't

    ok, now i removed the include part of the debugger.. then i get the next error:

    Level: error
    Code: NetConnection.Connect.Failed


    :S it's pretty confusing and frustrating, because a year ago with flash mx; i
    had no problem.. now i want to continue with FMS.. i'm getting this stupid
    errors :(

    Unknowner Guest

  9. #8

    Default Re: FMS2 does connect, but sample apps don't

    Hmm... any chance you have a firewall getting in the way?

    JayCharles Guest

  10. #9

    Default Re: FMS2 does connect, but sample apps don't

    I just noticed your updated post.

    Now that we have a rejection error, we know that the flashplayer is finding
    the server, and the server is rejecting the connection. Take a look at the logs
    and see if there is a message telling you why. You can also add some code to
    the swf to display the error description (if the server is sending one to the
    client).

    JayCharles Guest

  11. #10

    Default Re: FMS2 does connect, but sample apps don't

    hmm, this is what i see in the live log of the: tutorial_sharedball/room_01 in
    the admin console:

    FCApplication loaded successfully.
    Communication Framework loaded successfully.
    Base Component loaded successfully.
    AudioConference loaded successfully.
    AVPresence loaded successfully.
    Chat loaded successfully.
    ConnectionLight loaded successfully.
    Cursor loaded successfully.
    PeopleList loaded successfully.
    PresentationText loaded successfully.
    RoomList loaded successfully.
    SetBandwidth loaded successfully.
    SimpleConnect loaded successfully.
    UserColor loaded successfully.
    VideoConference loaded successfully.
    Video Playback loaded successfully.
    WhiteBoard loaded successfully.
    Communication Components loaded successfully.


    Unknowner Guest

  12. #11

    Default Re: FMS2 does connect, but sample apps don't

    still have no luck :(

    perhaps someone else, jaycharles tried to help me (i thank him for it)
    Unknowner Guest

  13. #12

    Default Re: FMS2 does connect, but sample apps don't

    Hi,

    I installed FMS in my win XP as well. The servers started without error but
    the samples don't work and no error reported. Before, FCS 1.5 worked well
    with all samples. From the "System Requirement" of FMS, win XP is not in the
    list. So, it's not strange.

    I installed FMS in my Fedora Core 5 box (nor in the "System Requirement"
    list). The samples are working with it.

    Does anyone has a successful story with win XP?

    Jeffrey




    JeffreyGong Guest

  14. #13

    Default Re: FMS2 does connect, but sample apps don't

    Ok,
    you're absolutely right!

    I just installed the FCS 1.5 again, and now its working just fine and the
    samples works too!
    Now i would like to hear from someone the explenation for this problem, that
    appearently more people have except me..

    I'll continue my experiments on FCS 1.5 for now... i hope that i can get FMS 2
    to work!

    Unknowner 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