Hi, I am new to flex and web programming. 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.
Much thanks.
Hi, I am new to flex and web programming. 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.
Much thanks.
Usually you'll just export a release build from Flash Builder and then FTP the files to a web server. ( 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.