如何使用Flash CS5.5制作RSL?
是否可以使用 Flash Professional 制作 RSL?我以前在CS5.5发布之前就尝试过,但没有成功,最近想再尝试一下以进行一些测试,但似乎不可能。
我知道可以构建普通的 SWC,但我尝试过的所有结果都会产生一个必须合并到主文件中的库。
Is it possible to make a RSL with Flash Professional? I've tried it in the past before CS5.5 was released with no success, and lately wanted to try it again in order to make some tests, but it seems it's not possible.
I know plain SWCs can be built, but everything I've tried results in a library that must be merged into the main file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
伙计,据我了解,您必须使用 SWC 作为外部文件,并使用代码中的代码来加载 SWC 此 SWC。
SWC 将仅用于引用项目中将使用 Flash 的类。在您的项目中,您必须以这种方式加载外部类: http://old-wp.slekx.com/2010/01/flash-cs4-runtime-shared-library-tutorial/
其他示例:http://www.senoptic.com/flash/tutorials/contentdomains/?page=2
这是一个将使用的解决方案,因为我遇到了同样的问题。
Dude, from what I understand you must use the SWC as an external file and the code within the code to load the SWF this SWC.
The SWC will only be used to reference the classes in the project that will use Flash. Within your project you must load the external classes this way: http://old-wp.slekx.com/2010/01/flash-cs4-runtime-shared-library-tutorial/
Other example: http://www.senocular.com/flash/tutorials/contentdomains/?page=2
This is a solution that will use because I'm having the same problem.