如何保存 Flex 文件?
我需要发送一个 Flex 作业...使用 FlexBuilder 3.0 在“推车”上工作并将其发送给我的讲师。
我是否将其保存为“Cart.mxml”或“cart.swf”,以便她可以在 FlexBuilder 中打开它并查看代码?
哪个是正确的格式?
I need to send a flex assigment...work on a "cart" using FlexBuilder 3.0 and send it to my instructor.
Do I save it as "Cart.mxml" or "cart.swf" so that she can open it in FlexBuilder and look at the code?
Which is the correct format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SWF是最终的编译格式。您需要发送 Cart.mxml(或 Cart.,就好像您直接用 ActionScript 编写它一样),因为这是一个源文件,您的教师可以自己将其编译到 SWF 中。
SWF is the final compile format. You'll want to send Cart.mxml (or Cart.as if you wrote it in straight ActionScript) because this is a source file that your instructor can compile into the SWF herself.