I've seen sites able to add Flash Games to their webpages easily. Now that Scratch has the Flash Player, you should be able to place these game on other webpages.
Just an idea. I have a couple websites and I've always wanted to put my Scratch Games on them without links.
Offline
HTML links? Where are they?
Offline
After clicking embed on the side of any project's page, choose the one that says applet.
<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/kayybee/1631873.sb'></applet> <a href='http://scratch.mit.edu/projects/kayybee/1631873'>Learn more about this project</a>
You can remove the <a href='http://scratch.mit.edu/projects/kayybee/1631873'>Learn more about this project</a> for it's just a link, not part of the applet.
Offline
You can indeed embed your Scratch projects on webpages - every project page contain embed links that allows you to do just that.
However, the current embed feature uses the Java player, not the beta Flash one. Since the online Flash player is still in development, it might take a while before the HTML for embed options are created.
If your project works well in the Experimental Flash viewer, you could use that as an alternative to the beta Flash player (see this tutorial made by what-the for more info).
Offline