Skip to main content
Inspiring
December 28, 2007
Question

FMS framework

  • December 28, 2007
  • 4 replies
  • 551 views
Hi everybody! , this is my first post in this forum.
I´m new to FMS and multiuser tecnologies. And I´m looking for the best way
to make multiuser applications.
I´ve seen some xml socket servers like ElectroServer, SmartFoxServer, Unity,
etc, and all of them have a "framework" or client API that is able to make
applications without programming anything in the server. Just like FlashComm
components, the common tasks for create and manage rooms, users, etc are
solved.

I have to develop some multiuser games with AS3.
So my question about FMS is:
¿Is there any framework both on server and client side, or at least on the
server side for the common tasks of a multiuser application?
I´ve seen the fms components and I don´t understand how people at this time
can still make app´s with as1...
I Know Adobe don´t support that, but I guess somebody did it. And this stuff
will be the difference of choosing FMS or another tecnologie.





    This topic has been closed for replies.

    4 replies

    Inspiring
    January 9, 2008
    thanks!!!

    "ekameleon" <ekameleon@gmail.com> escribió en el mensaje
    news:fm1vq5$2sj$1@forums.macromedia.com...
    > Hello :)
    >
    > No my framework is more a core framework and implements Design patterns to
    > creates a N-Tiers application with ActionScript 2 or 3 client and remoting
    > data exchange (AMFPHP or other)
    >
    > In my framework you can find :
    >
    > 1 - ADT (abstract data types) : collections, map, ... (based JAVA
    > collection and Jakarta framework)
    >
    > 2 - full W3C Dom2/3 event model with FrontController and global events
    >
    > 3 - ECMAScript tools
    >
    > 4 - Unit tests (buRRRn.astuce)
    >
    > 5 - serialize/deserialize with class mapping or eden text format (like
    > JSON but better possibility)
    >
    > 6 - String format tools + wildcards
    >
    > 7 - MVC gateway to dispatch events between client/server and server/client
    >
    > 8 - Process and sequencer
    >
    > 9 - Remoting service tools
    >
    > With my framework and this extensions you can create your game tools. For
    > example a room of user can be created with the
    > andromeda.model.map.MapModel class to keep server side all your users with
    > custom User value objects. etc...
    >
    > EKA+ :)
    >
    > xleon a écrit :
    >> Hey, thank you very much, I didn´t know that. I will spend time trying
    >> it. I´ve seen it´s a complete framework por many tasks. Does the
    >> framework support game development, creating rooms, manage users and all
    >> that stuff?
    >>
    >> Thanks again
    >>
    >> "ekameleon" <ekameleon@gmail.com> escribió en el mensaje
    >> news:flr4h7$bnq$1@forums.macromedia.com...
    >>> Hello :)
    >>>
    >>> You can test my opensource framework in AS2/AS3/SSAS (Server Side
    >>> ActionScript for FMS)
    >>>
    >>> http://code.google.com/p/vegas/
    >>>
    >>> To install my framework you can read :
    >>>
    >>> http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN
    >>>
    >>> The SSAS dependencies are in the SSAS/ directory in the root of the
    >>> subversion repository
    >>>
    >>> http://svn1.cvsdude.com/osflash/vegas/SSAS/trunk/src/
    >>>
    >>> I'm writing examples with my other opensource framework AST'r, this
    >>> framework is a documentary framework to explain the method to use my
    >>> tools.
    >>>
    >>> http://code.google.com/p/astr/
    >>>
    >>> For the moment the example "eChat" is in progress but you can begin to
    >>> read the code of this example to understand the server/client
    >>> implementation :
    >>>
    >>> http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/
    >>>
    >>> In this example the SSAS source code is in the trunk/fms directory :
    >>>
    >>> http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/fms/
    >>>
    >>> See the content of the main.asc file .. don't forget the dependency
    >>> directory with the class of VEGAS SSAS :)
    >>>
    >>> You can read the tutorials about my event model based W3C in my google
    >>> code wiki to understand the event model of my framework :
    >>>
    >>> http://code.google.com/p/vegas/wiki/VegasTutorialsEvents
    >>>
    >>> My event model is the same in AS2 and SSAS (and AS3)
    >>>
    >>> EKA+ :)
    >>>
    >>>
    >>>
    >>>
    >>>
    >>>
    >>>
    >>>
    >>>
    >>> xleon a écrit :
    >>>> Hi everybody! , this is my first post in this forum.
    >>>> I´m new to FMS and multiuser tecnologies. And I´m looking for the best
    >>>> way to make multiuser applications.
    >>>> I´ve seen some xml socket servers like ElectroServer, SmartFoxServer,
    >>>> Unity, etc, and all of them have a "framework" or client API that is
    >>>> able to make applications without programming anything in the server.
    >>>> Just like FlashComm components, the common tasks for create and manage
    >>>> rooms, users, etc are solved.
    >>>>
    >>>> I have to develop some multiuser games with AS3.
    >>>> So my question about FMS is:
    >>>> ¿Is there any framework both on server and client side, or at least on
    >>>> the server side for the common tasks of a multiuser application?
    >>>> I´ve seen the fms components and I don´t understand how people at this
    >>>> time can still make app´s with as1...
    >>>> I Know Adobe don´t support that, but I guess somebody did it. And this
    >>>> stuff will be the difference of choosing FMS or another tecnologie.
    >>>>
    >>>>
    >>>>
    >>>>
    >>


    Inspiring
    January 9, 2008
    Hello :)

    No my framework is more a core framework and implements Design patterns
    to creates a N-Tiers application with ActionScript 2 or 3 client and
    remoting data exchange (AMFPHP or other)

    In my framework you can find :

    1 - ADT (abstract data types) : collections, map, ... (based JAVA
    collection and Jakarta framework)

    2 - full W3C Dom2/3 event model with FrontController and global events

    3 - ECMAScript tools

    4 - Unit tests (buRRRn.astuce)

    5 - serialize/deserialize with class mapping or eden text format (like
    JSON but better possibility)

    6 - String format tools + wildcards

    7 - MVC gateway to dispatch events between client/server and server/client

    8 - Process and sequencer

    9 - Remoting service tools

    With my framework and this extensions you can create your game tools.
    For example a room of user can be created with the
    andromeda.model.map.MapModel class to keep server side all your users
    with custom User value objects. etc...

    EKA+ :)

    xleon a écrit :
    > Hey, thank you very much, I didn´t know that. I will spend time trying it.
    > I´ve seen it´s a complete framework por many tasks. Does the framework
    > support game development, creating rooms, manage users and all that stuff?
    >
    > Thanks again
    >
    > "ekameleon" <ekameleon@gmail.com> escribió en el mensaje
    > news:flr4h7$bnq$1@forums.macromedia.com...
    >> Hello :)
    >>
    >> You can test my opensource framework in AS2/AS3/SSAS (Server Side
    >> ActionScript for FMS)
    >>
    >> http://code.google.com/p/vegas/
    >>
    >> To install my framework you can read :
    >>
    >> http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN
    >>
    >> The SSAS dependencies are in the SSAS/ directory in the root of the
    >> subversion repository
    >>
    >> http://svn1.cvsdude.com/osflash/vegas/SSAS/trunk/src/
    >>
    >> I'm writing examples with my other opensource framework AST'r, this
    >> framework is a documentary framework to explain the method to use my
    >> tools.
    >>
    >> http://code.google.com/p/astr/
    >>
    >> For the moment the example "eChat" is in progress but you can begin to
    >> read the code of this example to understand the server/client
    >> implementation :
    >>
    >> http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/
    >>
    >> In this example the SSAS source code is in the trunk/fms directory :
    >>
    >> http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/fms/
    >>
    >> See the content of the main.asc file .. don't forget the dependency
    >> directory with the class of VEGAS SSAS :)
    >>
    >> You can read the tutorials about my event model based W3C in my google
    >> code wiki to understand the event model of my framework :
    >>
    >> http://code.google.com/p/vegas/wiki/VegasTutorialsEvents
    >>
    >> My event model is the same in AS2 and SSAS (and AS3)
    >>
    >> EKA+ :)
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >> xleon a écrit :
    >>> Hi everybody! , this is my first post in this forum.
    >>> I´m new to FMS and multiuser tecnologies. And I´m looking for the best
    >>> way to make multiuser applications.
    >>> I´ve seen some xml socket servers like ElectroServer, SmartFoxServer,
    >>> Unity, etc, and all of them have a "framework" or client API that is able
    >>> to make applications without programming anything in the server. Just
    >>> like FlashComm components, the common tasks for create and manage rooms,
    >>> users, etc are solved.
    >>>
    >>> I have to develop some multiuser games with AS3.
    >>> So my question about FMS is:
    >>> ¿Is there any framework both on server and client side, or at least on
    >>> the server side for the common tasks of a multiuser application?
    >>> I´ve seen the fms components and I don´t understand how people at this
    >>> time can still make app´s with as1...
    >>> I Know Adobe don´t support that, but I guess somebody did it. And this
    >>> stuff will be the difference of choosing FMS or another tecnologie.
    >>>
    >>>
    >>>
    >>>
    >
    Inspiring
    January 8, 2008
    Hey, thank you very much, I didn´t know that. I will spend time trying it.
    I´ve seen it´s a complete framework por many tasks. Does the framework
    support game development, creating rooms, manage users and all that stuff?

    Thanks again

    "ekameleon" <ekameleon@gmail.com> escribió en el mensaje
    news:flr4h7$bnq$1@forums.macromedia.com...
    > Hello :)
    >
    > You can test my opensource framework in AS2/AS3/SSAS (Server Side
    > ActionScript for FMS)
    >
    > http://code.google.com/p/vegas/
    >
    > To install my framework you can read :
    >
    > http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN
    >
    > The SSAS dependencies are in the SSAS/ directory in the root of the
    > subversion repository
    >
    > http://svn1.cvsdude.com/osflash/vegas/SSAS/trunk/src/
    >
    > I'm writing examples with my other opensource framework AST'r, this
    > framework is a documentary framework to explain the method to use my
    > tools.
    >
    > http://code.google.com/p/astr/
    >
    > For the moment the example "eChat" is in progress but you can begin to
    > read the code of this example to understand the server/client
    > implementation :
    >
    > http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/
    >
    > In this example the SSAS source code is in the trunk/fms directory :
    >
    > http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/fms/
    >
    > See the content of the main.asc file .. don't forget the dependency
    > directory with the class of VEGAS SSAS :)
    >
    > You can read the tutorials about my event model based W3C in my google
    > code wiki to understand the event model of my framework :
    >
    > http://code.google.com/p/vegas/wiki/VegasTutorialsEvents
    >
    > My event model is the same in AS2 and SSAS (and AS3)
    >
    > EKA+ :)
    >
    >
    >
    >
    >
    >
    >
    >
    >
    > xleon a écrit :
    >> Hi everybody! , this is my first post in this forum.
    >> I´m new to FMS and multiuser tecnologies. And I´m looking for the best
    >> way to make multiuser applications.
    >> I´ve seen some xml socket servers like ElectroServer, SmartFoxServer,
    >> Unity, etc, and all of them have a "framework" or client API that is able
    >> to make applications without programming anything in the server. Just
    >> like FlashComm components, the common tasks for create and manage rooms,
    >> users, etc are solved.
    >>
    >> I have to develop some multiuser games with AS3.
    >> So my question about FMS is:
    >> ¿Is there any framework both on server and client side, or at least on
    >> the server side for the common tasks of a multiuser application?
    >> I´ve seen the fms components and I don´t understand how people at this
    >> time can still make app´s with as1...
    >> I Know Adobe don´t support that, but I guess somebody did it. And this
    >> stuff will be the difference of choosing FMS or another tecnologie.
    >>
    >>
    >>
    >>

    Inspiring
    January 6, 2008
    Hello :)

    You can test my opensource framework in AS2/AS3/SSAS (Server Side
    ActionScript for FMS)

    http://code.google.com/p/vegas/

    To install my framework you can read :

    http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN

    The SSAS dependencies are in the SSAS/ directory in the root of the
    subversion repository

    http://svn1.cvsdude.com/osflash/vegas/SSAS/trunk/src/

    I'm writing examples with my other opensource framework AST'r, this
    framework is a documentary framework to explain the method to use my tools.

    http://code.google.com/p/astr/

    For the moment the example "eChat" is in progress but you can begin to
    read the code of this example to understand the server/client
    implementation :

    http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/

    In this example the SSAS source code is in the trunk/fms directory :

    http://astr.googlecode.com/svn/trunk/AS2/trunk/examples/echat/trunk/fms/

    See the content of the main.asc file .. don't forget the dependency
    directory with the class of VEGAS SSAS :)

    You can read the tutorials about my event model based W3C in my google
    code wiki to understand the event model of my framework :

    http://code.google.com/p/vegas/wiki/VegasTutorialsEvents

    My event model is the same in AS2 and SSAS (and AS3)

    EKA+ :)









    xleon a écrit :
    > Hi everybody! , this is my first post in this forum.
    > I´m new to FMS and multiuser tecnologies. And I´m looking for the best way
    > to make multiuser applications.
    > I´ve seen some xml socket servers like ElectroServer, SmartFoxServer, Unity,
    > etc, and all of them have a "framework" or client API that is able to make
    > applications without programming anything in the server. Just like FlashComm
    > components, the common tasks for create and manage rooms, users, etc are
    > solved.
    >
    > I have to develop some multiuser games with AS3.
    > So my question about FMS is:
    > ¿Is there any framework both on server and client side, or at least on the
    > server side for the common tasks of a multiuser application?
    > I´ve seen the fms components and I don´t understand how people at this time
    > can still make app´s with as1...
    > I Know Adobe don´t support that, but I guess somebody did it. And this stuff
    > will be the difference of choosing FMS or another tecnologie.
    >
    >
    >
    >
    >