简体   繁体   English

Flex:如何将项目放在Web上

[英]Flex: how to put project on web

I am new to flex and web programming. 我是Flex和Web编程的新手。 I created a canvas that I want to put on the web. 我创建了一个要放在网络上的画布。 What are the steps to do it? 要做哪些步骤?

I use a mac and I am using Fetch to put files. 我使用的是Mac,并且正在使用抓取功能来放置文件。

Much thanks. 非常感谢。

Usually you'll just export a release build from Flash Builder and then FTP the files to a web server. 通常,您只是从Flash Builder导出发行版本,然后将文件通过FTP传输到Web服务器。 ( Just like when you want to upload any other web page). (就像您要上传任何其他网页一样)。

If you want to embed the generated SWF inside another HTML page, take a look at the generated html template and copy the appropriate code from the generated file into your other file, as appropriate. 如果要将生成的SWF嵌入另一个HTML页面中,请查看生成的html模板,然后将相应的代码从生成的文件复制到您的其他文件(视情况而定)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM