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

  1. #1

    Default FMS2 and CS3

    I've been beating my head against the wall on trying to get a simple video
    streaming going with CS3 and FMS2.
    Are there any "HelloWorld" type tutorials for this? I have found some on the
    web bu they all are Flash 8, and I can't seem to get them to work with my
    setup. For one thing, I don't even know if the main.asc is the same for CS3 as
    for Flash 8. All the tutorials say that you should use the one in the Flash 8
    samples directory, but I am on CS3 not Flash 8.

    I even tried to find some books on it, but once again, they all seem to be for
    previous versions, so I don't know if I should spend the money if they won't
    work on my versions of the environment...

    Any thoughts?

    afaibis Guest

  2. Similar Questions and Discussions

    1. FMS2 Configuration
      Hi we trying to setup FMS2 for the first time, our infrastructure look like this <FireWall> ---> <Web Server> ---> <Back end Server> 1)is it...
    2. Actionscript 3.0 and FMS2
      Can i use Actionscript 3.0 to connect to RMTP? Because NetStatusEvent always return netConnection.Connect.Failed when i use :...
    3. FMS2 and Smil
      Hi, I read that FMS2 support XML playlist format like SMIL. I be able to use smil file in a client-side way with FLVPlayBack but it's very...
    4. FMS2 on FC4 anyone?
      Has anyone been able to install FMS2 on Fedora Core 4? Installations with -plaformWarnOnly goes fine. But the server won't start. I can see the...
    5. [Q] Can I do this with FMS2???
      Hi... :) Okay... I was wondering if this can be done in FMS2... Let's say that I have a movieClip that is the same size as the stage, and this...
  3. #2

    Default Re: FMS2 and CS3

    I think I've figured out why I could not connect. I needed to add a line of
    code before constructing the NetConnection:
    NetConnection.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0;

    Apparently Adobe has changed the protocol for CS3 and FMS2 has not caught up
    with it.

    Next problem - I can't seem to display the Video. The FMS admin console shows
    that a stream is playing, but there is no video showing, and no errors on the
    client. Also, if I change the name of the FLV to a garbage name, the admin
    console still reports the bogus name as playing...



    afaibis Guest

  4. #3

    Default Re: FMS2 and CS3

    I think that Flash 8 defaulted to AMF0, where as CS now defaults to AMF3.
    pauldecoursey 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