I think if I add some flash games into my blog, people will like to come more often. So I tried to add the game to my blog and wrote the tips down. I hope it could be helpful to you. 1. Find a url directly to the .swf file of the game, such as "http://www.example.com/flashgame.swf". 2. Edit your blogs in "Code" Mode. Example of switching to code mode in myspace Example of switching to code mode in wordpress. 3. Add the html codes to play flash file. The following texts in gray background are the codes to embed a .swf file into the html file. <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' id='flash' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width=' 604 ' height=' 500 '><param name='movie' value=' http://www.example.com/flashgame.swf ' /><param name='quality' value='high' /><embed src=' http://www.example.com/flashgame.swf ' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width=' 604 ' height=' 500 '></embed></object> The yellow fonts show the URL of your flash game. Replace it with your URL. The white fonts "604" show the width of the window used to play the game and the white fonts "500" are for the width. Modify them as you like to make the size of the window to fit your blog temlet. If you are familiar with html syntax, you can also edit the style of the embedded codes. Sometimes, a flash game site might ...