Create a Flash multiplayer games portal in a minute with Come2Play

While I am still working on the WordPress plugin for MochiAds games (it’s not a vaporware, it’s going to be a revolution), I would like you to know somethinh interesting about Come2Play.

It’s a brand (and beta) new service allowing developers to quickly add multiplayer features to their games and publishers to create free multiplayer game channels or entire portals, like I made in five minutes with GameSalsa (it’s always good to have some empty domain names for future use…)

GameSalsa

If you look at the HTML source, you’ll notice that the “portal” is nothing more than an iframe.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Play free online multiplayer games at GameSalsa</title>
<style>
     body{background-color:#042546}
     .main{width:938px;margin:0px auto}
     .logo{width:407px;float:left}
     .ad{width:531;text-align:right}
 
</style>
</head>
<body>
<div class = "main">
<div class ="logo">
<img src = "images/gslogo.jpg">
</div>
<div class = "ad">
<script type="text/javascript"><!--
google_ad_client = "pub-2062493463858889";
/* gamesalsa header */
google_ad_slot = "6450829971";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<iframe src="http://www.come2play.com/player_gallery_frame.asp?channel_id=11702" width="938" height="640" frameborder="0" scrolling="no" allowtransparency="true" ></iframe> 
</div>
</body>
</html>

But you can custom it in a lot of ways, such as styles, colors, rooms (you can use it to create specific rooms for your games, such as “novice players”, “Italy” and so on), external links, login/welcome boxes, and, obviously, ads management.

Come2Play has four different ways to display ads inside the iframe, and the split arrangement with web site owners is 50%-50%.

This means that they put all their band and resources and every two ads served, one is yours.

The interesting thing is all ads outside the iframe are yours… look at the picture:

GameSalsa

The ad inside game preloader is 50% mine, while the one outside the iframe is 100% mine.

As said, Come2Play also offers a multiplayer API for developers, but I did not test it yet… at the moment I am finetuning my multiplayer portal and I will show you the final results and a revenue report soon.

Rate this post: 1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 4.86 out of 5)
Loading ... Loading ...
Be my fan on Facebook and follow me on Twitter! Exclusive content for my Facebook fans and Twitter followers

This post has 6 comments

  1. FrozenHaddock

    on December 2, 2008 at 4:53 pm

    Wow, this is pretty awesome.

    I’ll make sure to check it out properly when I get home.

  2. sathoro

    on December 3, 2008 at 4:11 am

    This is pretty neat. I also made a website and you can check this out as an example.

    http://www.multiplayergames.co.nr/

    My main website is http://www.ninjaz.co.nr

  3. JP

    on December 3, 2008 at 11:38 am

    Thousand of portals for the same games, that’s very useful.

  4. Yoni Gerblich

    on December 3, 2008 at 3:15 pm

    Hi Emanuel. I just wanted to add another cool feature of the offering :)

    Individual games can easily be taken by users to their favorite social networks with your branding and all of your advertising. The games include links that you can direct back to your site.

  5. MUAZ

    on March 26, 2011 at 3:00 am

    i wish i can create a game

  6. tricky

    on October 11, 2011 at 3:36 am

    this dosent relate to flash this is javascript