Flex: how to put project on web -


I'm new to Flex and web programming. I made a canvas that I want to put on the web

What are the steps to do this?

I use Mac and I am using kick to put files.

Many thanks.

Generally, you can only export the release build from a Flash Builder and then upload the files to the FTP on the web server ( Just when you want to upload any other web page)

If you want to embed the SWF generated in another HTML page, look at the generated HTML template and copy the appropriate file into your second file as the appropriate file.


Comments