I got some free flash games, .swf files, so how do I put them on an HTML page? I have Frontpage if that helps...
This is the correct XHTML1.0 Transitional way of embedding flash objects. Set your cursor on the place where you want to insert the flash game. Then go into code view mode. And paste this code. Modify the width, height and the 2 path parameters. <object type="application/x-shockwave-flash" data="filename.swf" width="549" height="143"> <param name="movie" value="filename.swf" /> </object> HTML: