Make sure you have installed Adobe Flash Player on your web browser. And you must find a web server to host your .swf file. Then you can embed the .swf file to your website with HTML code like the code below: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="330" title="game">
<param name="movie" value="/flash/game.swf" />
<param name="quality" value="high" />
<embed src="/flash/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="330"></embed>
</object>
Chat with our AI personalities
Ok, I found out the simplest way ever! (you must have Firefox)
1) When your at the website with the flash game, at the top of the page go to Tools, then Page Info. Once that's open click the Media tab.
2) Now you can see the websites files... now scroll down until under Type it says Embed (there may be more then one but usually the file address will indicate the game, it will end with .swf)
3) Once you have the game file selected, copy what it says after Location:.
4) Paste that where it says FILE LOCATION in this embed code:
<embed src="FILE LOCATION" width="666" height="333">
5) This has always worked for me... you can always change the width and height. You may have made a problem in step 2 and you may have something else that was flash in the site, just try the other Embed files (its always easiest to find the game if the game is in full screen because there is less files to look through.)
HOPE THIS HELPS