Alright, First off, here's the code in it's entirety. I'm going to take a few steps to explain how it works so you'll know how to use it without just copying/pasting each time.
(Note: At the beginning of the code you'll need to use a < symbol, right before the word " embed ". I had to delete it for the purpose of this FAQ, because if it's there, the flash game just appears.)
<div class='codetop'></div><div class='codemain'>
embed src="LINK GOES HERE" type="application/x-shockwave-flash" width="640" height="480"></embed></div>
Now then, where it says LINK GOES HERE, you paste a direct URL to the flash, an example being :
<div class='codetop'></div><div class='codemain'>
http://i31.photobucket.com/albums/c398/carlosdelangoese/Flash/towerofmoai.swf</div>
The part that says type="application/x-shockwave-flash" just specifies that this is a flash object that's being embedded, but there's a possibility that it's un-necessary, I haven't tested that yet. Feel free to remove it and try that though.
Now, obviously, width and height are the resolution the game will display itself in. Try to keep it at the same ratio as the resolution the game is intended to be played in, if not the same exact resolution. If you don't know where to start, just put the width to 640 and the height to 480, then toy around with it after that until it looks right.
The point of this FAQ is for you all to be able to post your own games; originally we were going to make it so only admins had the ability to even post in the arcade, but we decided it'd be better to let people talk about the games they're playing, so that means you also have the ability to post a game yourself. If the FAQ has been hard to understand or anything, give me a PM here on the site, or drop me an IM on AIM; I'll be glad to help you understand it better.
(Note: At the beginning of the code you'll need to use a < symbol, right before the word " embed ". I had to delete it for the purpose of this FAQ, because if it's there, the flash game just appears.)
<div class='codetop'></div><div class='codemain'>
embed src="LINK GOES HERE" type="application/x-shockwave-flash" width="640" height="480"></embed></div>
Now then, where it says LINK GOES HERE, you paste a direct URL to the flash, an example being :
<div class='codetop'></div><div class='codemain'>
http://i31.photobucket.com/albums/c398/carlosdelangoese/Flash/towerofmoai.swf</div>
The part that says type="application/x-shockwave-flash" just specifies that this is a flash object that's being embedded, but there's a possibility that it's un-necessary, I haven't tested that yet. Feel free to remove it and try that though.
Now, obviously, width and height are the resolution the game will display itself in. Try to keep it at the same ratio as the resolution the game is intended to be played in, if not the same exact resolution. If you don't know where to start, just put the width to 640 and the height to 480, then toy around with it after that until it looks right.
The point of this FAQ is for you all to be able to post your own games; originally we were going to make it so only admins had the ability to even post in the arcade, but we decided it'd be better to let people talk about the games they're playing, so that means you also have the ability to post a game yourself. If the FAQ has been hard to understand or anything, give me a PM here on the site, or drop me an IM on AIM; I'll be glad to help you understand it better.