1, fms3支援AMF3的串連.
2, fms3還是不支援64位的機子(linux測試) ,但是在官方的faq中,是這樣說的:
Will Flash Media Server 3 run on my 64-bit Windows or Linux systems?
Yes, Flash Media Server 3 will run on 64-bit systems, but it will run in 32-bit mode. Flash Media Server 3 will also now support 64-bit file lengths. This means that Flash Media Server 3 can handle file lengths greater than 2GB.
3,fms3在main.asc中,對於每個串連的client,它會自動賦一個id的值,而fms2是沒有的。所以我以前總是喜歡這樣寫:clientObj.id = '20205' ,現在就不行了。而且即使你在onConnect中
這樣寫了。但在onDisconnect中,它的id還是系統分配給它的。
4,相信大家都希望fms3的伺服器端代碼能支援as3,至少也要支援as2,可現實是fms3還是不支援,不知道他們是怎麼想的,
Will Flash Media Server 3 support ActionScript 3.0?
Yes, Flash Media Server 3 supports ActionScript 3.0 only on the client side. Services (applications) will continue to be developed using ActionScript 1.0, which is similar to JavaScript. Flash Media Server 3 will also introduce support for AMF3, allowing you to send bitmap data objects from one client to another.
5,fms3支援複雜資料的傳輸,我測試過的有byteArray,uitextformat,