Identifying Multiple Screens with Adobe AIR

While working on a presentation about Native Windows & Adobe AIR I ran into the Screen class. The screen object provides information about the display screens available to an application allowing you to position applications/windows on different screens. I say screens and not monitors because of a little caveat that the livedocs have in them: [...]

Adobe Announces the Open Screen Project

Adobe has just announced the Open Screen Project. The Skinny: Restrictions on use of the SWF and FLV/F4V specifications will be removed The device porting layer APIs for Adobe Flash Player will be published The Adobe Flash® Cast™ protocol and the AMF protocol for robust data services will be published Licensing fees will be removed [...]

Beatport Downloader 1.0 officially launched!

beatportdownloader.png

The Beatport Downloader launched officially on April 22nd. This is an application that the team here at Realeyes built. The official downloader description follows: The Beatport Downloader allows you to download and organize your recently purchased tracks with one click. No more incomplete or lost music, easily see the status of all your downloads. Organize [...]

REDBug, WordPress and Firing up the Grill (Link share)

wubi

It has been a little slower at Realeyes latley so I’ve had time to play a bit. While playing I’ve run into some pretty interesting things over the past week, so I thought I’d share a few of the links I liked. Development: RealEyes Media . RED|bug Release an updated version recently. Nifty debugging/logger AIR [...]

HOW TO: Delete an XML node using E4X

While creating a sample application for some class content the other day, I ran into an XML/E4X situation that I’d never encountered before. It is pretty basic – deleting a node from XML. How does one do it? With the delete keyword of course! For example: [as]var myXML:XML = Hamburger Fries Med. Soda Lg. Soda [...]