Hi i would like to get a code so i can let others place my games on there sites but when ever i try to get that code it dosent work my site is http://www.ugplay.com and i want to get the code for the solitare game on the main page there thanks please let me know
if you want to let other sites to link to your page where the game is located, use this code: <a href="http://www.ugplay.com/card_Solitare.html">Play Solitaire</a> (you can change the 'play solitaire' in anything you want) Code (markup): if you want to let other sites to link to your game and not the page, use this code: <a href="http://www.ugplay.com/Games/Card/Solitare/solitaire.swf">Play Solitaire</a> (You can change the play solitaire text here also) Code (markup): the output would be this: page: http://www.ugplay.com/card_Solitare.html game only: http://www.ugplay.com/Games/Card/Solitare/solitaire.swf