How to publish Flash animation on my website?
To publish your Flash animation you have to follow these steps:
- Export SWF file.
Choose "Export SWF File" command from Flash Designer's "File" menu. Save the file in the same folder where your html page is placed.
- Generate HTML code.
Choose "View HTML Code" command located under "File" menu. Select all code, then right click in the edit box and choose "Copy" command from popup menu.

- Paste HTML code.
Open your html page in your editor and paste the code from the clipboard.
- Preview.
Preview your page in the browser to make sure the animation is visible.
- Upload.
Upload both html page and SWF file to the web server.
Comments?