Archive for the ‘flash’ tag
Flash Roadmap Whitepaper Published
We have just posted a new whitepaper on Adobe.com. The whitepaper, titled Adobe roadmap for the Flash runtimes lays out the 1 to 2 year roadmap for the Flash runtimes (primarily Adobe AIR and Flash Player). This includes information on specific planned releases, longer term player work, and supported platforms.
Read the rest of this entry »
Accelerate : Flash / Arduino Based Speed Detector
Well, as you may have noticed from my blog posts the past week or two, I have been playing around with Flash and Arduino. I have a ton of ideas and projects in mind, but wanted to start on something that wouldn’t be too overwhelming, and would give me a good opportunity to learn the basics. Well, I have finished my first project, and wanted to share it with everyone. It is a Flash / Arduino based speed detector with clients for Mac, Windows and Android based devices (via Adobe AIR 2.5 beta).
I have put together a quick video that shows the app in action:
Read the rest of this entry »
Getting Started with Flash and Arduino
In this post, I will show how to setup your development environment and started developing Flash projects that integrate with the Arduino electronic platform.
So, what is Arduino? From the website:
Read the rest of this entry »
Scrolling HTML with Flash Content on Touch Devices
In response to my post on Mouse Events and hover in Flash Player content on touch devices, John Gruber (daringfireball.net) raises an issue:
The problem, though, for a hypothetic Flash plugin that renders pages within web pages (as on traditional desktop browsers), is how to tell whether a tap-and-drag within a Flash element is supposed to scroll the entire web page or be passed as a mouse movement event to the Flash element. It can’t do both, and it can’t read the user’s mind.
This is a potential issue, and as John notes, is one not isolated to Flash content (scrolling textareas have similar issues on a touch device).
Here is how the current pre-release builds of Flash Player 10.1 handle this on the Nexus One (I havent had a chance to confirm for the other devices).
Read the rest of this entry »