简体   繁体   English

我该如何处理Actionscript Communication文件?

[英]What can I do with Actionscript Communication files?

Is there any documentation about .asc files to be used with Adobe Media Server? 是否有有关要与Adobe Media Server一起使用的.asc文件的文档?

I want to create an Adobe Media Server application where you can record videos and save them to a server. 我想创建一个Adobe Media Server应用程序,您可以在其中录制视频并将其保存到服务器。

The client flash application won't be able to save the files server-side, I assume, so I'm thinking that you might be able to save the files server-side using the .asc file. 我认为,客户端Flash应用程序将无法保存服务器端的文件,因此,我认为您可能可以使用.asc文件保存服务器端的文件。

But I haven't been able to find any documentation about .asc files or what they can do. 但是我找不到关于.asc文件或它们可以做什么的任何文档。 It doesn't look like I can just import AS3 classes like File and save things that way. 看起来我不能像File这样导入AS3类并以这种方式保存内容。 Is there any documentation or API that explains what I can do with a .asc file? 是否有任何文档或API可以说明我可以使用.asc文件做什么?


I found this Server-Side Actionscript Language Reference , which says that this is actually just Javascript 1.5 我找到了《 服务器端动作脚本语言参考》 ,其中说这实际上只是Javascript 1.5

So that's a lot of good information. 因此,这是很多很好的信息。

You can find the documentation here: http://help.adobe.com/en_US/adobemediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11aff5ba-7f8bSSASLR.2.3.html 您可以在这里找到文档: http : //help.adobe.com/zh_CN/adobemediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11aff5ba-7f8bSSASLR.2.3.html

You are right, you can not use AS3 on server side applications. 没错,您不能在服务器端应用程序上使用AS3。

You can use server-side Actionscript, wich is the equivalent to Javascript 1.5. 您可以使用服务器端Actionscript,它与Javascript 1.5等效。 FMS has a javascript engine that executes server-side scripts. FMS具有执行服务器端脚本的JavaScript引擎。

Also, you will notice that you can name the files either .asc or .js. 另外,您会注意到您可以将文件命名为.asc或.js。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM