Tag: flex 4

  • Developing AIR for Samsung TV on 64 bit systems.

    In my recent work, I’ve had the opportunity to work on AIR for TV and the new Samsung models of TVs/Blu Ray players. As part of testing with my fellow developers, we’ve needed to test on a variety of mobile platforms as well as an AIR for TV development box. Now though, the time has…

  • Air for Android, a question of orientation.

    So I’m working on AIR for Android lately with both my G2 and my Motorola Xoom, using Flex Builder 4.5. Some of you might know that I am getting them to talk together with RTMFP. I have them talking, but the application that I am working on I need to start and stay in landscape…

  • Flex 4 Scroller Quirks

    So in Flex 4, scrolling has moved out of the individual visual containers and now is a container itself that wraps around the containers that need to be scrolled. This is a good thing, but does have some issues that developers, like me, need to wrap their heads around. Right now, I am just going…