Thanks to Matt Chotin, Violet has added a crossdomain.xml file to their API. So, I went in and removed all the code that was needed for the proxy.
Just a reminder that I’ll be presenting at the Madison Adobe User Group meeting on Tuesday. I’ll be presenting an intro to Flex/AIR/ColdFusion at American Family Insurance. Click the link for more info
http://groups.adobe.com/posts/b5381e2718
Sorry if you already read this on the Webapper blog 😀
I’ve finished moving everything over to WordPress now. I ditched the Flex site I was building because since I started it, I’ve decided to make my site less of a personal site and more of my portal to the Flex/AIR/CF community. Also, since I had started that site, I’ve started to focus on open-source projects, some my own, some that I contribute to.
I also have switched back to the design that everyone seemed to like so much. We’ll see how long this lasts, now that I have the vast library of WordPress templates at my fingertips.
I should have some neat announcements this month, so stay tuned.
Sometimes you just need to URL encode a string (URLEncodedFormat() in CF, or urlencode() in PHP), and not actually make a HTTP request. Here’s a simple library for you to use, that I wrote for my OAuth actionscript lib.
Attached is URLEncoding.as for your enjoyment.
Over the weekend, I wrote an actionscript library for client implementations of OAuth. It’s currently untested, but I’d love to see a few people help me keep it up to date & bug free, if anyone’s interested.