Flex 版本构建问题!

发布于 2024-09-08 06:53:59 字数 518 浏览 1 评论 0原文

我正在尝试完成我的应用程序,但遇到了一个大问题。我有 3 个应用程序将显示在不同的页面上。 ex:product.html将包含product.mxml,新product.html将包含newProduct.mxml,user.html将包含user.mxml ....

它们是三个不同的项目,我想将它们放在一个网站中。我的问题是,我无法将所有发布构建文件放在同一个主文件夹中,因为发布应用程序都共享相同的名称..ex:rpc_4.0.0.13363.swf,swfobject.js,gateway.php,framework_4.0.0 .13363.swf 和一堆文件夹。只是应用程序 swf 不同。 ex:product.swf、newProduct.swf...

我无法将它们放在同一个主文件夹下。此外,我的产品应用程序可以将图像文件上传到产品应用程序下的资产文件夹中,但我还需要用户应用程序能够查看上传到产品应用程序的图像文件。

问题又是,我无法将所有 3 个应用程序放在同一个主文件夹下......我该怎么办?请帮我!我真的需要完成这件事。谢谢!!!!!!!!

I am trying to finish up my applications but encounter a big problem.. I have 3 applications that will display on different page. ex:product.html will contain product.mxml, new product.html will contain newProduct.mxml,user.html will contain user.mxml....

They are three different projects and I want to put them together in a website. My problem is that I can't put all release build files in the same main folder because the release applications all share the same name..ex:rpc_4.0.0.13363.swf,swfobject.js,gateway.php,framework_4.0.0.13363.swf and bunch of folders. Only the application swf is different. ex:product.swf, newProduct.swf...

I can't put them together under the same main folder. Also, my product application can upload image file into the asset folder UNDER the product application but I also need user application be able to see the image file that was uploaded to the product application.

Again the problem is, I can't put all 3 application together under the same main folder....what can I do?? Please help me! I really need this done. Thanks!!!!!!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℉服软 2024-09-15 06:53:59

您的所有应用程序都使用相同的文件(它们是标准的 Flex 库),因此您应该可以复制特定于您的代码的所有 swf(仅是product.swf、newProduct.swf,... )到其中一个文件夹,它应该可以正常工作。

The files which are the same are used by all your applications (they are the standard flex libraries) so you should be ok with copying all the swfs which are specific to your code (just the product.swf, newProduct.swf, ...) to one of the folders, and it should all work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文