Jump to content
xisto Community

Recommended Posts

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 by snlildude87 (see edit history)

Share this post


Link to post
Share on other sites

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

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

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

Their are so many website who offer free downloadable/uploadable games without adds for your websute. have a look at

http://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

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. :wacko:

 

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 :blink:

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.