Skip to main content
June 25, 2007
Question

Migrate to FMS with AS 3.0

  • June 25, 2007
  • 2 replies
  • 275 views
I am just getting back into Flash after having been gone for about a year. I'd like to migrate from FCS to FMS and I'd like to use Actionscript 3.0. I have downloaded the demos but they are all using AS 2.0. Are there any tutorials for Flash Media Server communications components using Actionscript 3.0?

I saw Stefan Richter has a book that covers FMS. Does that cover it? Thanks.

Stephen Recker
    This topic has been closed for replies.

    2 replies

    Inspiring
    December 27, 2008
    Well, everything is the same? Euhmmm. I am now running fms 3 and flash cs4, with fcs and flash pro 8 i could use and work with the communications components, now i can't do anything, i even read that you can't use the communications components as it only will work with actionscript 1.

    Personally i really don't understand this, you update to the newest technology and as result you can't do anything :)

    After browsing and browsing on the net i didn't find any solutions only more questions, so for fms 3 and flash cs4 no communications components anymore???

    Thanks
    Participant
    June 25, 2007
    Everything is the same. You just have to remember to import the ObjectEncoding Class and set it to 0

    import flash.net.ObjectEncoding;

    netConn.objectEncoding = ObjectEncoding.AMF0;

    If you do not set it to AMF0 it will not work. AS3 user AMF3 i think so make sure you se this to AMF0

    good luck