PureMVC Architects Lounge

Announcements and General Discussion => Public Demos, Tools and Applications => Topic started by: jhurlbut on November 28, 2008, 10:54:34



Title: Social Media Poker App using PureMVC and StartupManager
Post by: jhurlbut 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



Title: Re: Social Media Poker App using PureMVC and StartupManager
Post by: Joel Hooks 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?


Title: Re: Social Media Poker App using PureMVC and StartupManager
Post by: puremvc 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>


Title: Re: Social Media Poker App using PureMVC and StartupManager
Post by: philipSe 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.



Title: Re: Social Media Poker App using PureMVC and StartupManager
Post by: jhurlbut 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