Hey. How can I upload games to my site? I have tried the sites where you can directly link them to your site ie http://www.freegamesjungle.com/games_for_my_websites.html but it still sends feeds back to the original site it came from (I dont want this or the admin will see). I have a fair few flash games on my computer, but when I upload them, the user can only download them. I want them to be able to play them online directly off the site like you can with miniclip. Any ideas?? Thanks for your replies.
Ok so i'm assuming the games you have uploaded are in the .swf format? Now what you need to do is embed the game onto the page so that it displays for your users. There are different ways to EMBED a swf file onto your page, some valid some invalid. Try something like this: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-4... codebase="http://active.macromedia.com... swflash.cab#version=4,0,0 ,0" id="effect" WIDTH="SIZEPXOR%" HEIGHT="SIZEPXOR%"> <PARAM NAME="movie" VALUE="MYGAME.swf"> <PARAM NAME="quality" VALUE="high"> <PARAM NAME="bgcolor" VALUE="#000000"> <EMBED src="effect.swf" quality="high" bgcolor="#000000" WIDTH="SIZEINPXOR%" HEIGHT="SIZEINPXOR%" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com... /download/index.cgi?P1_Prod_ Version=ShockwaveFlash"> </EMBED> </OBJECT> Code (markup):
like wd 2k6 said if it is a .swf use that code to embed them. But if it is a arcade script, there is mostlikely and admin pannel. You will see something (upload games, add games) ect. In the 4 differant arcade scripts I have used, games must be uploaded in a .tar file, which is how they came when I bought them. -Metalic