[flexcoders] advice on making secure calls with BLAZEDS

2010-03-04 Thread Matt Muller
Hi, I'm looking for a more secure way to send data than using a POST. So, I've been looking into BLAZEDS which seems to be a good option. The issue I have is the client site is HTTP and not HTTPS/SSL. So, I cant really retrieve a user name password from the server to then authenticate with.

Re: [flexcoders] Re: Adobe pulls Single CPU and 100-user licenses

2010-01-21 Thread Matt Muller
check this out http://www.insideria.com/2010/01/getting-real-with-graniteds.html 2010/1/21 João Fernandes joaopedromartinsfernan...@gmail.com No Jeff, BlazeDS is the 'downgrade' path ... LCDS provides data management which is not available on BlazeDS. Indeed people using Free or

[flexcoders] regex issue when validating unicode range

2009-10-19 Thread Matt Muller
Hi there, issue with regex when trying to test if a char is within a unicode range var testIsArabic:Boolean = /\u0627/.test(str.charAt(0)); // this works testing for arabic chars of unicode 0627 var testIsArabic:Boolean = /[\u0627-\u]/.test(str.charAt(0)); this range does not work,

[flexcoders] question with text color CSS for mx:Button on roll over.

2009-08-17 Thread Matt Muller
Sorry if this is a really simple question. I have a button and im loading in an external stylesheet and setting the buttons styleName to .removeUserButton. * mx:Button id=removeUser styleName=removeUserButton label=Remove/* .removeUserButton { upSkin: