RE: [flexcoders] Re: AMFPHP MySQL Results Object

2008-03-25 Thread Aaron Hergenreder
What I found useful was to make an ArrayCollection class in PHP like the following (note: I didn't come up with this idea, but it works great, but I cannot find the link where I found this) class ArrayCollection extends ArrayObject { var $_explicitType = "flex.messaging.io.ArrayCollection";

RE: [flexcoders] SWF File Size

2007-12-20 Thread Aaron Hergenreder
If you go to Project->Export Release Build it will reduce the file size some. I'm sure there is some overhead, but I believe the release build removes the debugging overhead (just guessing). Try that and see what you come up with. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROT

RE: [flexcoders] Flexbuilder 3 Release Estimate?

2007-12-13 Thread Aaron Hergenreder
Just for clarification, if I purchase the FB2 w/ charting for $699, I have to purchase a maintenance plan of $299 to be eligible for a free upgrade to FB3, which will be released within a few months and only cost $699 then? So I have to pay $299 for the 3-4 months of FB2 usage _ Fro

RE: [flexcoders] Re: Local storage of password

2007-12-05 Thread Aaron Hergenreder
You could store an access key (hashed, encrypted, etc) that you use to lookup the data's encryption key from a database or off the server and have the server end handle the security. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rmarples Sent: Tuesday, Decemb