Randle Densmore Jr. 0 Report post Posted March 21, 2005 I am new at this website stuff and I would like to put games on it. I don't know where to get good games and I was wondering if anyone could help me with that problem. If so just post it here. Thank You! Share this post Link to post Share on other sites
stifmeister659 0 Report post Posted March 21, 2005 (edited) Go to http://php.net/ it tells you everything you need to know about coding. Message from snlildude87: The website is http://php.net/. Please make sure you have the correct URL before posting, stifmeister659. On a side note, I don't think Randle is asking about PHP coding. Edited March 21, 2005 by snlildude87 (see edit history) Share this post Link to post Share on other sites
snlildude87 0 Report post Posted March 21, 2005 Randle, there are many ways to get games from other websites onto yours. The best method is to add them as you come across and play them. For example, if you find a game you like at...say http://www.gamesquared.com/, then the first thing you need to do is look at the source code of the page. Then, do a search (Ctrl+F) in the source code for ".swf" (without quotes). Press F3 until you find a string that follows this pattern: /****/****.swf (this is the URL of your game). Select/Highlight the entire string (from "http" to ".swf") and to Notepad. Then, open another instance of Notepad. This time, save the file (blank file) in Notepad as mygame.html. Copy and paste the following code to mygame.html: <http> <head> <title>My Game</title> </head> <body> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="625" height="480"> <param name="movie" value="http://********.swf"> <param name="quality" value="high"> <embed src="http://********.swf" quality="high" pluginspage="http://http://www.adobe.com/special/errorpages/404.html; type="application/x-shockwave-flash" width="625" height="480"></embed> </object> </body></html> Do you see "********.swf; above? Replace everything from "http" to "swf" with the URL of your game (you have this URL pasted in the other instance of Notepad). Wow. That's a lot of stuff, and I hoped I explained everything well enough for you to understand. If you don't understand, however, PM me and I'll be glad to show you! Share this post Link to post Share on other sites
round 0 Report post Posted March 22, 2005 You can download and add flash games to put on your site at flaskit.com There's tons more there you could add and huge tutorial section if you want to learn flash or need help add the games to site. round Share this post Link to post Share on other sites
scab_dog 0 Report post Posted March 22, 2005 Hi, I've been adding games to my website as well. If you ask me I would recommend you to MINICLIP. Its a great website they have a variety of games for you to play and download!!. From .::DAMAN::. Share this post Link to post Share on other sites
Aaron 0 Report post Posted March 25, 2005 The links you gave sucks because most of them got it's advertisements in it.I am finding one that don't have them directly installed in the .swf. Share this post Link to post Share on other sites
demongaara 0 Report post Posted March 26, 2005 id say just add some flash games people have made, with permission of course Share this post Link to post Share on other sites
beastjordan 0 Report post Posted August 18, 2006 Hi i know a really good site it has lots of games which come with the html codes it's http://forums.xisto.com/no_longer_exists/hope this helps! Share this post Link to post Share on other sites
masterleous 0 Report post Posted August 18, 2006 Their are so many website who offer free downloadable/uploadable games without adds for your websute. have a look athttp://www.miniclip.com/games/en/and make a search on Google and Yahoo for "Free Games for Website" you will get many many websites.For example this website http://hallagulla.com/ have many games in their website, but these games are not created by these guys, they download free games and upload on their space and submit some necessary coding for users........HAVE A NICE DAY Share this post Link to post Share on other sites
beastjordan 0 Report post Posted August 19, 2006 Hi snlildude87 i looked at your post however i don't understand please help me thanks alot Share this post Link to post Share on other sites
maiolo 0 Report post Posted November 8, 2006 hi, i have a mac & don't have notepad. moreover, i'm sorry, but i tried to follow your above directions, but it didn't work for me/i just don't get it. below is a url of a site i own & created and so it's ok to use these as an example. http://www.friendlyplumber.com/free_real_tames/pacman.htm so i want pacman. i believe this is the main code?string?thingy? that i should focus on, right? <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab; id="neavegame" name="neavegame" width="75%" height="75%"> <param name="movie" value="http://wwww.friendlyplumber.com/flash/pacman.swf"><param name="quality" value="high"><param name="menu" value="false"> <EMBED SRC="http://wwww.friendlyplumber.com/flash/pacman.swf" PLUGINSPAGE="https://get.adobe.com/flashplayer/otherversions/; WIDTH="75%" HEIGHT="75%" name=neavegame quality=high menu=false swliveconnect=true type="application/x-shockwave-flash"></embed> <noembed>You need the <A HREF="https://get.adobe.com/flashplayer/otherversions/; TARGET="_blank">Flash 5</A> plugin to play this game.</noembed> </object> below is another site i'd like to create a page for the pacman game & let's say i'm calling the page "pacman.html" and put it here: http://forums.xisto.com/no_longer_exists/ what exactly should i type to change the below? http://wwww.friendlyplumber.com/flash/pacman.swf your help would be very much appreciated Share this post Link to post Share on other sites
garbage 0 Report post Posted November 8, 2006 maiolo if you have a mack just use text edit that is fine to use.. Share this post Link to post Share on other sites
maiolo 0 Report post Posted November 8, 2006 umm, but using my example above, what shold i type for the code? Share this post Link to post Share on other sites
garbage 0 Report post Posted November 8, 2006 Ahh I see, Wel I tried the code you posted <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab; id="neavegame" name="neavegame" width="75%" height="75%"> <param name="movie" value="http://wwww.friendlyplumber.com/flash/pacman.swf name="quality" value="high"><param name="menu" value="false"> <EMBED SRC="http://wwww.friendlyplumber.com/flash/pacman.swf; PLUGINSPAGE="https://get.adobe.com/flashplayer/otherversions/; WIDTH="75%" HEIGHT="75%" name=neavegame quality=high menu=false swliveconnect=true type="application/x-shockwave-flash"></embed> <noembed>You need the <A HREF="https://get.adobe.com/flashplayer/otherversions/; TARGET="_blank">Flash 5</A> plugin to play this game.</noembed> </object> what i did was just create a new html documnet and pasted the code named it pacman example is here http://forums.xisto.com/no_longer_exists/ it seems to work well and im using a mac and all i did was create a html document thru server Share this post Link to post Share on other sites
maiolo 0 Report post Posted November 8, 2006 let's say i just copy/pasted the same code for my sitehttp://www.dogmeattrade.com/wouldn't http://www.dogmeattrade.com/be stealing bandwidth from http://www.friendlyplumber.com/to make the game work? Share this post Link to post Share on other sites