Skip to main content
Inspiring
October 5, 2007
Question

Feature requests for Flash Media Server 3

  • October 5, 2007
  • 2 replies
  • 315 views
Hello Adobe FMS dev team :)

Who i must contact in the Adobe FMS dev team to indicates a whish list
of all new features and fix bug i want in the next version of FMS ?

For the moment for example my feature requests for FMS3 are :

http://groups.google.com/group/vegasos/browse_thread/thread/45bad8e9be51d40a

1 - Use a Javascript 1.7 or 1.8 core Engine with E4X, Generator,
Iterator, etc.

2 - class mapping with no anonymous class

for the moment we can use class mapping only with anonyme function, i
would like register a class with a namespace :

{{{

namespace = {} ;

namespace.myConstructor = function()
{

}

application.registerClass( "myConstructor" ,
namespace.myConstructor ) ;

}}}

For the moment FMS send the error message :

Sending error message: Error registering class: line name mismatch
(myConstructor, anonymous): name mismatch (myConstructor,
anonymous).

3 - class mapping with complexe ids to register the class :

{{{

function MyConstructor()
{

}

application.registerClass( "test.myConstructor" , MyConstructor ) ;

}}}

For the moment FMS send the error message :

Sending error message: Error registering class: line name mismatch
(test.myConstructor, MyConstructor): name mismatch
(test.myConstructor, MyConstructor).

4 - Server side byteArray, int, uint; Dictionnary... same type in AS3.

5 - FMS console with debug level mode based on the mx.logging package
and AIR external console.

6 - Server side SQLite DB api (like AIR API)

7 - mail() method to send mail server side.

With this list i can enumerate some problem and bugs in FMS2 for the
moment and i hope the next FMS version fix this bugs !

For me i think more interesting to see in the labs of adobe a FMS wiki
page and an issue list to creates tickets proposals :)

EKA+ :)
    This topic has been closed for replies.

    2 replies

    Inspiring
    October 6, 2007
    Hello :)

    I have reading the FAQ of FMS3 ;) But for me it's important to speak
    with the dev FMS team because the actually FMS have some problems... and
    if the next version of FMS is AS3 compatible with E4X, etc... i think
    it's important to change the JS core engine with a JS 1.7 version for
    example... in Flash CS3 the JSFL core engine is based on the JS 1.6 :

    http://robertpenner.com/flashblog/2007/08/jsfl-updated-to-javascript-16-gains-e4x.html

    Adobe can upgrade this FMS JS core engine now :)

    For me.. the more important is the upgrade of the
    application.registerClass method, etc...

    Note : You say "The major difference came from the "3" in the product
    name...."

    But in the next version you can read in the FAQ :

    Flash Media Server 3 will also introduce support for AMF3, allowing you
    to send bitmap data objects from one client to another.

    This difference is important isn't it ?

    EKA+ :)





    anonymous thing a écrit :
    > sorry to disappoint you but FMS 3 seems to be very, very similar to the FMS
    > capabilities. The major difference came from the "3" in the product name....
    >
    > http://www.adobe.com/aboutadobe/pressroom/pressmaterials/fms3/faq/
    >
    > In hope that final version will be better than the paper version!
    >
    October 5, 2007
    sorry to disappoint you but FMS 3 seems to be very, very similar to the FMS capabilities. The major difference came from the "3" in the product name....

    http://www.adobe.com/aboutadobe/pressroom/pressmaterials/fms3/faq/

    In hope that final version will be better than the paper version!