是否可以将 SWC 文件与 Flash CS3 Professional 一起使用?
我讨厌 CS5,所以我想坚持使用 CS3。但是,我正在做一个 Facebook 应用程序,我需要使用 GraphAPI,它是一个 swc 文件。到目前为止,我不知道如何在 Flash CS3 Professional 中使用 swc 文件。 CS5在“发布设置”中有一个“浏览到swc文件”选项。 CS3 没有 - 只“浏览到文件夹”。这在 CS3 中是否可行,或者是我切换到 CS5 的唯一选择? (再次强调,我说的是 Flash Professional,而不是 Flash Builder。)
I hate CS5, so I'm trying to stick with CS3. However, I'm doing a Facebook app, and I need to use the GraphAPI, which is a swc file. So far, I cannot figure out how to use the swc file with Flash CS3 Professional. CS5 has a "browse to swc file" option in "Publish Settings". CS3 does not - only "browse to folder". Is this even possible in CS3, or is my only option to switch over to CS5? (Again, I'm talking about Flash Professional, not Flash Builder.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我记得CS3可以使用SWC,但仅限于UI组件。您必须将 SWC 放置在 config/components 文件夹中,然后通过组件面板访问它们。 (可能需要重新加载面板/重新启动 IDE 以达到良好的效果)。
您可以将 SWC 添加到 fla 类路径(文件> 发布设置> 设置),但对于类库,我认为您会遇到运行时错误。
您是否看过 FlashDevelop 作为 CS5 的替代品?
As far as I remember CS3 can use SWC, but only for UI components. You had to place the SWC in the config/components folder and then access them through the components panel. (Probably with a reloading of the panel/rebooting the IDE for good measure).
You can add the SWC to the fla classpath (file> publish settings> settings) but for class libraries I think you will get runtime errors.
Have you had a look at FlashDevelop as an alternative to CS5?