I’m just curious if flv / h.264 cuePoints / timed-text tracks, captions and other metadata will actually be picked up by the search engines now?
I’m guessing based on “the dance” here that we can’t expect any actual deep linking to automagically appear.
Right now we’re being spoon fed information. What I’m hoping to hear soon are [...]
Ryan and the Adobe team just let the world know that SEO is no longer the elephant in the room when it comes to Flash goodness.
I’m obviously not in the loop and can’t add much, but it was curious that Adobe, by the looks of the announcement, is not collaborating with Microsoft. Google and [...]
There’s a great interview with Mitch Grasso, CEO of SlideRocket, over at InsideRIA.
Mitch mentions one of the things that differentiates SlideRocket is presentation analytics . This is actually one example of the tectonic shift content creation software is undergoing. Content creation tools, desktop or otherwise, must leverage the cloud (push and pull). What makes [...]
I spend a lot of time ‘trawling’ the web, often just getting swept up by the tide and coasting from information island to information island. Yep its a time sink, has a hugely negative impact on how much sleep I get and isn’t terribly efficient. The operant conditioning of link surfing keeps me going long [...]
Steve Yegge posted a must read transcription of a talk he gave at Stanford on dynamic languages. On the last question of the day he gives a great plug for Adobe’s Evolutionary Programming model and ECMAScript Edition 4 (ECMAScript Edition 4 was the basis for ActionScript 3, the language of the Flash Platform).
If you’re a [...]
Red Monk’s Michael Coté has the most comprehensive and deepest analysis of Adobe’s Open Screen Project to date, including a look at how it plays against the other gorillas in the pen — Sun, Microsoft, Apple and Google. Strangely there was no mention of Tamarin, Mozilla or ECMAScript. I’ve always thought that Adobe was making [...]
Huge announcements from Adobe on the Flash Platform front as detailed by Ryan Stuart. Here are the highlights:
SWF Format licensing restrictions completely removed
Flash video (flv / h.264) licensing restrictions completely removed and formats are documented
No more licensing fees for Flash Player and AIR on mobile devices. This means manufacturers won’t have to shell out if [...]
While at FITC I had the opportunity to stop by the FDT booth and check out the latest version of their Eclipse based ActionScript code editor. I was actually surprised to see FDT with a booth at the show and even more surprised to be given a software demo by Nico Zimmermann, the creator of [...]
Maybe I’m not the sharpest tool in the toolbox, but it seems like every “security” related document I’ve ever read about Flash Player has been deliberately obfuscated to prevent ‘normal’ humans from understanding it. For instance, take a look at the example below regarding changes made to Flash Player 9.0.124 (image links to the article).
I [...]
I usually avoid nested functions (aka closures) like the plague. They just seem messy and there’s ample opportunity for memory waste. However, there are times when it makes perfect sense to use closures, such as when using them as event handlers for web service calls. Using closures makes understanding event flow, and therefore application logic, [...]