Create Application Whiout use Java (only Use Flex and SFS)

Post here your questions about SFS2X. Here we discuss all server-side matters. For client API questions see the dedicated forums.

Moderators: Lapo, Bax

Post Reply
bambam
Posts: 4
Joined: 08 Jul 2011, 12:18

Create Application Whiout use Java (only Use Flex and SFS)

Post by bambam »

Hi,

I have create one Just like a tic tac toe Multiplayer game application(Same as SFSTris2X Example provided by SFS). When add any item on Board, then how to show another User client , without Using Java Commands. I have no idea about java, only i know Flex and SFS. Is this possible multilayer game just like a SFSTris2X/ BattleFarm whiout Using Java Commands.

Thinks & Regs
Bambam Choudhary
susann
Posts: 17
Joined: 01 Oct 2009, 17:16

Post by susann »

Sure you can build games without knowledge of java(custom extensions).

Using room variables, user variables and sending objects between clients ... it should be sufficient in many cases if there is no complex backend logic for the game.
mhdside
Posts: 236
Joined: 04 May 2008, 07:57
Location: Egypt

Post by mhdside »

but if you are building a real production game, you`ll no way need server side extensions at some point.
Mahmoud Badri
Senior actionscript developer
http://www.el3ab.com
Post Reply