Archive for May, 2008

ActionScript Property Iteration

Thursday, May 22nd, 2008

I'm fairly new to ActionScript (3.0) and if I haven't iterated over the properties of an object in a while, I forget how it. It, of course, is not in the object APIs - which it totally where you'd expect it to be. Originally there was a "for each" loop, ...

MacWorld on Google Mac

Wednesday, May 21st, 2008

MacWorld's article on GoogleMac failed when it included the following: A Google spokesperson responded to questions about the reason for the compatibility issues with Safari and how Google plans on addressing them by noting the company’s commitment to making its applications available across different platforms. “We want to provide great products ...

RemoteObject setRemoteCredentials()

Tuesday, May 6th, 2008

"You can also call the setRemoteCredentials() method for Remoting Service destinations that are managed by an external service that requires user name and password authentication, such as a ColdFusion Component (CFC)." - Passing credentials from client-side components, livedocs.adobe.com I'm not using ColdFusion Components, but an EJB application server. There should ...