[flexcoders] Has anyone ever made a card game in Flex

2005-08-18 Thread nostra72



Has anyone ever written a program where someone can play cards with someone else online using Flex? I mean I would think it would be hard because how do you set it up to where you do not see someone elses cards?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Has anyone ever made a card game in Flex

2005-08-18 Thread Philippe Maegerman





You would need something like Flash Communication Server to 
perform that.
Itcan hold your game values and functions server-side, so 
that would be secure enough.

I think some xmlSocket server can do that as well, but I have no 
experience with such tools.

Philippe 
Maegerman




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: jeudi 18 août 2005 17:39To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Has anyone ever made 
a card game in Flex
Has anyone ever written a program where someone can play cards with 
someone else online using Flex? I mean I would think it would be hard because 
how do you set it up to where you do not see someone elses cards? 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






--**STATEMENT OF CONFIDENTIALITY** 
This e-mail and any attached files are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of author and do not necessarily represent those the Emakina Company. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.
We also inform you that we have checked that this message does not contain any virus but we decline any responsability in case of any damage caused by an a non detected virus.--


Re: [flexcoders] Has anyone ever made a card game in Flex

2005-08-18 Thread nostra72



What your saying is that with just raw Flex this is not possible to do. I know you can write a card game with Flex the question is can you do it and actually put it on the net so people can play it. Is this possible to do with Flex, just flex that is





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Has anyone ever made a card game in Flex

2005-08-18 Thread Dirk Eismann
Freecell and Solitaire should be pretty easy to implement.

Sorry, couldn't resist :)
Dirk.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Thursday, August 18, 2005 5:56 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Has anyone ever made a card game in Flex


What your saying is that with just raw Flex this is not possible to do.
I know you can write a card game with Flex the question is can you do it
and actually put it on the net so people can play it. Is this possible
to do with Flex, just flex that is 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 





YAHOO! GROUPS LINKS 


*Visit your group flexcoders
http://groups.yahoo.com/group/flexcoders  on the web.
  
*To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
  
*Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ . 







 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hrtg5kl/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124388248/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Has anyone ever made a card game in Flex

2005-08-18 Thread Roger Gonzalez





Flash is not peer-to-peer; neither is your web 
browser.

You need a server. It would be straightforward to write 
a tiny little servlet to do nothing other than pass XML blobs around between all 
connected clients.

See http://www.globulos.com/ for an amazing 
example of what can be done with multiplayer gaming in 
Flash.

-RogerRoger 
Gonzalez[EMAIL PROTECTED] 


  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  [EMAIL PROTECTED]Sent: Thursday, August 18, 2005 8:56 
  AMTo: flexcoders@yahoogroups.comSubject: Re: 
  [flexcoders] Has anyone ever made a card game in Flex
  What your saying is that with just raw Flex this is not possible to 
  do. I know you can write a card game with Flex the question is can you do it 
  and actually put it on the net so people can play it. Is this possible to do 
  with Flex, just flex that is 
  





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.