Flash games in html code?

grab the flash files (or make them) and put them in the web server, then add them with <object> tags
 
When you publish a .swf file from the flash application, it generates both the .swf and an .html file. Open the source code from the .html file and cut and paste that code into the page where you plan to host the .swf. Then just put the .swf in the folder on the web server.
 
Back
Top