I have a site i want to put my games i make onto but i don't know how to do so.
is there a code like [img][/img] to put around the games address?
I have a site i want to put my games i make onto but i don't know how to do so.
is there a code like [img][/img] to put around the games address?
It depends on the format of the game, for example - to include a .swf:
from http://www.w3schools.com/flash/flash_inhtml.aspHTML Code:<object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object>
There are several other parameters but it all depends on what your file type is.
Last edited by Johno; 09-12-2010 at 10:12 PM.
Want to hide these adverts? Register an account for free!