How to add games on a freewebs site?

New Member
💻 Oldtimer
Joined
Aug 27, 2006
Messages
1,285
Best answers
0
Location
Finland
What exactly do you mean by adding games?

Flash / Java perhaps ?

--

Why are you making a site to Freewebs :O
It makes me puke -_-~
 
New Member
💻 Oldtimer
Joined
Aug 27, 2006
Messages
1,285
Best answers
0
Location
Finland
an example:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="300">
<param name="menu" value="false" />
<param name="movie" value="http://www.miniclip.com/swfcontent/freegames/commando.swf" />
<param name="quality" value="high" />
<***** src="http://www.miniclip.com/swfcontent/freegames/commando.swf" menu="false" quality="high" width="400" height="300" name="acidfactory" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

HTML:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="300">
<param name="menu" value="false" />
<param name="movie" value="http://www.miniclip.com/swfcontent/freegames/commando.swf" />
<param name="quality" value="high" />
<***** src="http://www.miniclip.com/swfcontent/freegames/commando.swf" menu="false" quality="high" width="400" height="300" name="acidfactory" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
If you make them yourself, just add them to some ftp and ***** them to your site that way.

This is just an example from miniclip
 

Users who are viewing this thread

Top Bottom