将外部 .swf(项目)加载到 Flex/Flash 构建器应用程序中
我正在为一个可能很快就会做的项目做一些研究,我想在 Flex 或 Flash 构建器中构建它,但我有一个问题。
我希望构建应用程序的一种管理部分,供用户签名和查看个人数据。应用程序的其余部分将分为不同的部分或“模块”,其中包含用户可以选择完成的图像、文本和测验。随着时间的推移,我会有大约 20 个模块。
我想知道是否可以创建主应用程序,然后在自己的 .swf 中加载每个模块,这样用户只会加载他们将使用的模块,即使将来需要更新模块我只需更换模块,而不是整个应用程序。
我的想法是,每个模块将在 flex/flash 构建器中构建为单独的项目,然后在调用时加载到主应用程序中。
这可能吗?有人有资源吗?
I'm doing some research for a project that I might be doing soon, and I'd like to build it in Flex or Flash builder, but I just have a question.
I looking to build a sort of admin section of the application for users to sign and view personal data. The rest of the application would be split up into different sections or "modules" containing images, text, and quizzes that users could select to complete. Over time I would have about 20 modules.
I'm wondering if its possible to create the main application then have each module in its own .swf to load, so users would only be loading the module they would be using, also if a module ever need to be updated in the future I would only have to replace the module and not the entire application.
My thought is that each module would be built as separate projects in flex/flash builder, and then loaded with in the main application when called on.
Is this possible? any one have any resources?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。请参阅 http://livedocs.adobe.com/flex /3/html/help.html?content=modular_5.html
Yes, it is. See http://livedocs.adobe.com/flex/3/html/help.html?content=modular_5.html