Actionscript 3 :: Flex For Online Poker?

Feb 28, 2011

I have been assigned the task to design an interface for an online poker, which is fine. But the client was also wondering if I am able to develop the game as well. I know 2 very experienced Flex/AS3 programmers who could develop the game but I was just wondering if Flex is suitable for an online poker game? What I would require is:

Security <-- VERY IMPORTANT
Performance - Must run smoothly on most systems

Be able to download the game and play (i.e. not have to run it from the browser)

If Flex is not suitable which other technology would you recommend?

View 1 Replies


Similar Posts:


Flex :: Poker Game Scaling In Google Apps Engine Vs Amazon EC2?

Oct 19, 2010

I have a server side code written in java and client side code written in flex. As client makes a request roughly every 3 seconds to the server, then I'm pretty sure I'm running into scalability problems at some point.

As far as I can see, I can host the application either in Google Apps Engine or Amazon Cloud. As I understand Amazon offers a do-it-yourself approach and I have to set up and maintain the cluster myself, which I'm not really fond of so I'm inclined to use GAE, which promises virtually infinite scalability if one can conform to the limitations and restrictions of course.

One of the limitations is the number of requests at 500 per second (can request temporarily more by filling in a special form), which roughly translates to 1500 simultaneous users, each pinging after every 3 seconds to the server.

What bothers me is that I really don't know how big this thing can grow and 1500 players definitely doesn't seem like a lot so besides using Google Apps and perhaps AWS (unless it scales better with what I'm trying to do), what other options do I have, which wouldn't cost me a fortune?

View 1 Replies

Flex :: Develop An Online Multitouch Scrum-board / Flex Or Silverlight?

Sep 28, 2010

My company want to develop an online multitouch scrumboard for our scrumteams. We are still in doubt between flex and silverlight as platform for the application. (don't want to fire a hole new flex vs. silverlight discussion again) Installation rate & platform independence are not critical to us, because it's just for teammembers and only windows 7 enables multitouch events in flash or silverlight.We would like some pros/cons specifically for this project (multitouch, rich user interface, integration with backends).[code]

View 2 Replies

Compile AS3 Into A SWF Online Using Flex SDK's Mxmlc

Aug 7, 2010

I've got the Flex SDK 4 on my Mac and I found a way to compile AS3 into SWF files using Flex's mxmlc compiler in Xcode, so I wondered, would it be possible to do this sort of simply online? Using for example a language I'm familiar with, PHP?I thought it'd be a thing that would be interesting to use for a website, or like some private projects.

View 1 Replies

Flex :: Online Platform For Application?

Sep 28, 2011

Is there any platform/compiler for creating flex application online? Any version will work. I know some action script online compiler but not able to find any flex online compiler.

View 2 Replies

Flex :: Examples For The Service Online Consultations?

Mar 26, 2011

Looking for Flex (RTMFP) examples for the service online consultations (with sources).When an expert conducts a text chat with a customer.

View 1 Replies

ActionScript 2.0 :: Good Online Flex Resources?

Jan 9, 2007

Can anybody tell about good online flex resources? maybe a good forum?

View 2 Replies

ActionScript 3.0 :: Flex - Datagrid Not Working When Online?

May 9, 2009

So, I have a simple registration form with a datagrid underneath. When you register, your name shows up in the datagrid. It's a list of people who has registered.This all works just like it should when tested locally. Online though, you can only register, but the datagrid won't load the names. It's empty, even though the database has been updated.

View 1 Replies

Flex :: Creat An Online Multiplayer Game Using Flash?

Jan 12, 2011

I want to know if there is any way to creat an online multiplayer game using flash or flex (flash builder).

View 1 Replies

Flex :: Connect A Pair Of Clients Together Via Server For An Online Game?

Oct 27, 2009

I'm developing a multi-player game and I know nothing about how to connect from one client to another via a server. Where do I start? Are there any whizzy open source projects which provide the communication framework into which I can drop my message data or do I have to write a load of complicated multi-threaded sockety code? Does the picture change at all if teh clients are running on phones?

View 4 Replies

Flash - Creating Flex SWF That Works Both Online And On Phone Browser?

Sep 6, 2011

I am aware of the new FlashBuilder 4.5 mobile application settings. I am aware that it uses an enhanced version of AIR to make apps that work well on mobile devices, which would normally mean that I can't have it run in the browser. I'm also aware that I should be able to get the enhanced performance if I create a swf with the correct compiler settings, and use the correct base components for my application. What are the correct base components? Spark or MX or something else? What are the correct compiler settings? I need the application to work for both desktop users, and mobile users who visit the website through their flash enabled browser.

There are three important features.
Being able to load a file from the mobile device/computer.
Being able to have the softkeyboard activated when needed.
Good mobile performance

View 1 Replies

Flex :: Chatroom - Showing Who Is Online And What Happen If The User Close The Web Browser Without Disconnect

Apr 14, 2010

I have developed a simple chat room but how do I go about showing who is online and what happen if the user close the web browser without disconnect, will the user name in the online list be remove immediately? I use mx.messaging.channels.StreamingAMFChannel and set <subscription-timeout-minutes>3</subscription-timeout-minutes>

View 1 Replies

Can't See Flash SWF Online

Jan 24, 2011

I imported my SWF unto dreamweaver and previewed it on browser and it works perfectly fine, I then uploaded on server but it is not showing online, I have flash player 10, and have checked to see if all the files are placed in correct root folder. I tried saving SWF under a new name, and a few oher things but it is not working!!!! Been racking my brains for 2weeks....

Here is the site page. [URL]

View 1 Replies

IDE :: FLV Won't Play Online?

Aug 28, 2009

I worked on this flash site and imported it in Dreamweaver to publish online. When I test the movie in Flash and in Dreamweaver evrything looks to work just fine, but when I upload the .swif and the .html files the video on the home page does not work!

[URL]

View 3 Replies

Swf Shows Online As A Blank Box (CS4, .xml)?

Mar 15, 2010

I'm trying to make a simple Flash application to be placed on a web site. It is intended to take data from an .xml file and display it in the Flash movie. There are a number of buttons that display different nodes of the .xml file when clicked. (Not all the buttons are functional yet in this code; I know that.)It runs just fine in Flash. It even runs fine when I publish it and then run it by clicking on the html file on my computer.When I upload the html and swf files to my server, the html file works fine (gives me a solid colored background) but the swf is just a white box, nothing in it and no functionality.Something needs to be declared, imported or linked, I think, but I do not know what or how to do it. (Most irritating is the fact that the code is substantially taken from an online tutorial, with nary a word about this issue.)

ar chineseSentence:Array=new Array();
[many other Array vars deleted for space]
var loader:URLLoader = new URLLoader();

[code]......

View 7 Replies

Pixelation Online But Not Local

Apr 5, 2010

For some reason when my swf is published online the elements show up pixelated but when its local it looks fine. the object is set to high quality in the html.[url]...

View 1 Replies

Getting A Flash Website Online?

Jun 13, 2010

how would one go about getting a flash website online?

View 3 Replies

Flash5 :: Seeing Files Once They Go Online

Jun 22, 2011

I'm having Trouble seeing files once they go online. Everything was just fine yesterday. But now whenever I export a file and upload it, it can't be viewed. They run just fine on my machine but when uploaded I get the "need newer version of Flash" message. And when I try to just load the swf it comes up blank. My older SWFs still work great, just the ones I exported today that are having problems.

View 5 Replies

Editing Flash Online?

Oct 13, 2011

My friend wants to be able to update the sites text himself. Is there a way he can easily edit the basic text online without having to use Adobe Flash (it would be even better if he could add photos as-well). I was thinking I could get flash to read an XML file but I don�t know how he could easily edit that as heis not techie at all.

View 1 Replies

Edit Txt Content Online?

Jul 5, 2009

I need an easy way to let my customer edit txt content on the web..

View 5 Replies

Swf Works In Flash App But Not Online?

Sep 18, 2009

In The Flash Application, my gallery is working as it is meant to. Yet, when I upload the swf to the live site, the first image, text and movie of my gallery works but it refuses to scroll to the next item in my XML.
 
I have given it an absolute path to that server which works in Flash but not when it is online.

View 2 Replies

Generating A SWF File To Put Online?

Nov 9, 2009

I have an FLV file but need to generate an SWF to then upload onto the internet (with a play/stop bar)
 
I have no idea how to do this. Is there a step by step I can access or can someone point me tell me where and what to do!!!! I have CS4
 
I understand that I need to have all the files in the same folder and then link them all in. I will be uploading onto the website (back of house html) is there a basic code that i can modify that will suit my needs?

View 5 Replies

Convert Online Pdf To Swf Dynamically?

Nov 12, 2009

How can I convert the pdf to swf ? I have to display it in my page.Is it possible to convert online pdf to swf dynamically?

View 4 Replies

Have Multi-users Online?

May 27, 2010

Example: If my SWF has a simple 2D charactor sprite, which moves around on a 2d background... What will I need to make it so that a player has to create an account and sign in, and then others can do the same and they can all see each other in the room. I have been unable to find resources on what it takes to turn a flash game into a chatroom or an "MMO".

View 3 Replies

Can Use Flash As An Online Browser

May 13, 2011

I am working on the offline cd runs projector.exe using actionscript 2.0.I need to use online search feature in my glossary.Is it possible to browse internet within flash projector.exe. I dont want to open any internet explorer or firefox window.

View 7 Replies

Actionscript :: How To Get The Time Online?

Jun 16, 2009

I need to be able to find the current time from an online source rather than the system to make sure the time is correct. I need to do this in actionscript, preferably 2 rather than

View 2 Replies

Php :: Capture A Signature Online?

Nov 29, 2010

I'm building a website application in PHP that requires a signature from the end user. For this part of the website it will be exclusively viewed on Windows based tablets. So, my question is this: What's the best way to capture a signature online? I've looked at flash or HTML5 canvas/excanvas, but I am seeking a more experienced answer.

View 2 Replies

Php :: Converting Files Online

Jan 28, 2011

I am wondering what processes involves converting files online...What programming languages are required?Basically I am wondering how are the files on scribd,issu,slideshare converted...

View 1 Replies

Flash :: See A Swf File Corresponding To A Fla Online?

Jun 13, 2011

Actually I donot have flash in my computer.So I want to see the swf of an fla file that is in my desktop. can we do this online?

View 1 Replies

ActionScript 2.0 :: Won't Work When Online?

Sep 15, 2009

I've made a flash site and everything seems fine when I test it in flash and publish and run from my computer.However, when I upload it to my domain the external loader won't load my homepage initially. And I believe I've got a piece of script to tell it to do so.If you open up another page and return to the homepage it works fine.P.S I do have a preloader page prior to my homepageThe external loader script is:

ActionScript Code:
//------------Initialisation-----------\
var currentPage = ("home_btn")

[code].....

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved