Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Social Media Poker App using PureMVC and StartupManager  (Read 10716 times)
jhurlbut
Newbie
*
Posts: 2


View Profile Email
« on: November 28, 2008, 10:54:34 »

This project uses the AS3 PureMVC architecture initially based on the Flex / Startup as Ordered but rewritten for the flash IDE. Its been very smooth mostly, but I have some persistent loading bugs where users' clients fail to initialize after the StartupManager proxy's FINISHED_COMPLETE notification. Any one else seen these issues?

check it out on myspace, facebook, bebo, etc...

http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=103980
http://apps.new.facebook.com/pokersavvy/play
http://apps.bebo.com/poker/play

Logged
Joel Hooks
Courseware Beta
Sr. Member
***
Posts: 146


baby steps

 - 46288188  - passport@provinsal.com  - joeltuff
View Profile WWW Email
« Reply #1 on: December 01, 2008, 10:13:57 »

That is pretty cool. How was it developing for the facebook? I like how the 'chips' system is there to generate revenue. Has it been profitable?
Logged

http://joelhooks.com - my ramblings about developing with actionscript and python using pureMVC and django respectively.
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #2 on: December 01, 2008, 03:13:42 »

Yeah, I'm seeing this loading problem with your app as deployed on FaceBook. You might want to shoot an email to Philip Sexton, the project owner for StartupManager utility. I'm sure he can give you some troubleshooting pointers.

Otherwise, I ignored the error and was able to see the game going on, it's pretty cool! Really smart tie ins to earn or buy chips. Looks like a lot of people are already playing by the looks of the leaderboard.

-=Cliff>
Logged
philipSe
Sr. Member
****
Posts: 139


View Profile Email
« Reply #3 on: December 02, 2008, 05:37:04 »

On Facebook, with debugger version of flash player, during load, I see the error:
Error, null, not a known Application Resource Proxy
within the doResourceLoaded() method of StartupMonitorProxy.
This is thrown when the resource loaded notification from the application does not have valid content in its body; the utility expects a string containing the proxy name of the IStartupProxy that has just loaded.

Does this help?
----Philip
BTW, I am using a Mac.

« Last Edit: December 02, 2008, 05:39:02 by philipSe » Logged
jhurlbut
Newbie
*
Posts: 2


View Profile Email
« Reply #4 on: December 02, 2008, 11:47:00 »

thanks for checking out the app. We get about 300 concurrent users at the peak time.  Hmm, yes I need to check out the doResourceLoaded error. I will keep you posted on my results. Sorry for the buggy example of StartupMonitor  ;D
Logged
Pages: [1]
Print