What is a Flash .SWC file and how is it used?

亡梦爱人 提交于 2019-12-08 15:43:12

问题


What is a .SWC file and how is it commonly used?


回答1:


In addition to just holding classes, SWCs can also hold media assets. SWCs are used by linking them into existing Flash or Flex projects. Adobe Flash Pro CS4 is the first version of Flash where you could just link in a SWC to a FLA (this is done in the AS3 section of the Flash tab of the Publish Settings). Previously SWCs had to be brought in as components.

SWCs allow for the easy distribution of assets between Flash and Flex (well, the tool is now called Flash Builder, but the framework is still called Flex). We currently use them to build our visual assets in Flash Pro and then use them in a Flex project.




回答2:


It's like a compiled library file used to help distribute classes.

http://www.communitymx.com/content/article.cfm?cid=dc2c0




回答3:


Wikipedia has an article on this. At the time of writing it needed help.

http://en.wikipedia.org/wiki/Adobe_SWC_file



来源:https://stackoverflow.com/questions/1340866/what-is-a-flash-swc-file-and-how-is-it-used

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!