Log in

View Full Version : help?



Thomas
09-12-2010, 09:57 PM
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 to put around the games address?

Johno
09-12-2010, 10:10 PM
It depends on the format of the game, for example - to include a .swf:


<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>

from http://www.w3schools.com/flash/flash_inhtml.asp

There are several other parameters but it all depends on what your file type is.

Want to hide these adverts? Register an account for free!