We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Suggestions - Mochi Games for Oxwall | Forum

Zaph
Zaph Apr 21 '13

To configure plugin, please follow manual here http://www.wallox.com/blogs/5 

Whyhell
Whyhell May 10 '13
1°) Split the big game widget into smaller widget :
- swf widget
- desc widget
- size widget
- tags widget
- category widget
- date & created by widget
- thumbnail widget  (with size option 100*100 or 200*200)
- Coins, Game tag & slug widget
- Instruction widget
- Control widget
- customizable html widget

2°) Make Instruction & Control scheme editable in admin
Joseph
Joseph Feb 21 '14
A like feature with widget so when a user likes a game it shows up on a widget on their dashboard or index with a see all in case they like more games than the displayed amount like facebook has so that your top games you like and play the most show up for you
tammy harris
tammy harris Mar 9 '14
adding a custom game has upload the swf file 

now on me uploading it the script should handle rendering it on the game page and auto fit to all screen sizes 
this should be done for moshie games as well currently is size in px and does not matter what size you set it to some screen has a problem with it
unless you make them so small that large screen the game looks so stupid 
 
this is the best i can do to make it work in all browsers and screen sizes

   <style type="text/css" media="screen">

html, body {height:100%;}

#flashcontent { width:100%; height: 100%; }

</style>


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"

        codebase="http://fpdownload.macromedia.com/

         pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" align= "middle">

        <param name="SRC" value="gamename.swf">

        <param name="wmode" value="transparent" />

        <param name="scale" value="showall" />

        <param name="BGCOLOR" value= />

  <embed src="swf url" width="100%" height="700"

                         align="middle" scale="noborder" wmode="transparent" bgcolor="transparent"></embed>


                </object>

Stig
Stig Jul 20 '14
Let users add their own games or restrict which users or user groups can upload games.

Thanks! :)
Pages: « 1 2
You do not have permission to reply this topic