//flex table opened by JP

Click to See Complete Forum and Search --> : How do I add games to my site?


George Martinez
02-13-2001, 08:33 PM
Hello guys. I like to add games to my web site. Do any of you know where I can get tutorials on how to add Flash/Shockwave games to my site? If you do can point me to the right direction. Thanks in advance

Steve R Jones
02-14-2001, 04:18 AM
Are theses games that you've written yourself? Or have you gotten permission from the owners to have them on your site?

George Martinez
02-14-2001, 04:46 PM
They are free games from sites (free game sites). I have the choice of downloading them and putting them in my site, but I don't know much about web developing. Anyone that can help would be appreciated.

Variable
02-14-2001, 04:54 PM
From what site did you get them?

I usually insert my flash like this:
<object classid="clsid http://sysopt.earthweb.com/forum/biggrin.gif27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="140" height="78.75">
<param name="SRC" value="flash\file.swf">
<embed src="flash\file.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash">
</embed>
</object>

George Martinez
02-14-2001, 07:10 PM
There are a lot of sites where u can get free games from. Just do a search. Anyways, do you know of any sites of tutorials?


Thanks

Sixpac
02-15-2001, 06:40 AM
Try out this site...
http://www.pixeljunction.com

(if you are looking for something specific try using their Forums and post a question)

hope that helps.

6pac

George Martinez
02-15-2001, 09:16 AM
Ok, Thanks Sixpac.