InfoQ

News

Flash Content Now Searchable

Posted by Jon Rose on Jul 01, 2008

Community
Java
Topics
Rich Client / Desktop ,
Web 2.0 ,
Rich Internet Apps
Tags
Flex ,
Adobe ,
Google ,
Flash ,
Yahoo!
In Adobe’s continuing push to eliminate the common objections to Flash adoption comes news that SWF files, the binary format for the Flash Player, is now indexable by Google and Yahoo’s search engines.  This is important news for application developers using or considering using Adobe Flex, and the resulting applications will now be searchable.

Ted Patrick of Adobe blogged about the announcement:
Tonight Adobe is announcing a collaboration with Google and Yahoo! to enhance the searchability of SWF content by helping their spiders playback SWFs in the Flash Player runtime. The project runs SWF files within web spiders and allows all contents within a SWF file to be read by both major search engines. The cool part is that this also covers dynamic data loaded in from requests to a server, these are typically ignored in both AJAX and SWF applications.
Adobe’s Ryan Stewart details the advancement:
So what does that mean? We are giving a special, search-engine optimized Flash Player to Yahoo and Google which is going to help them crawl through every bit of your SWF file. This Flash Player will act just like a person would in some cases. It will click on your buttons, it will move through the states of your application, get data from the server when your application normally would, and it will capture all of the text and data that you’ve got inside of your Flash-based application. We’ve basically provided a very powerful looking glass into SWF files so Google and Yahoo can pull out meaningful information.

The best part? You don’t have to do anything. Any SWF you already have out there will be indexed by this new player. Of course it won’t automatically be as good as HTML. Google won’t automatically deep-link your content or pull out unique URLs. So overnight I’m not sure a lot will change. But the most important part of this announcement to me is the fact that HTML and Flash can be on the same general footing when it comes to search engine optimization.
Stewart’s reference to “deep linking” is a feature introduced with Flex 3 to allow developers to add support for traditional book marking and history management within Flash applications.  Developers can now take advantage of searchable Flash content and deep linking to deploy Flash applications where search engines can link directly into the exact content the user requested, resulting in more traditional web experiences while still taking advantage of the richer Flash runtime.

This is an important step forward for the Flash platform, as it eliminates yet another challenge for those considering building applications in Flex.
Awesome! by siva prasanna kumar P Posted Jul 7, 2008 8:40 AM
  1. Back to top

    Awesome!

    Jul 7, 2008 8:40 AM by siva prasanna kumar P

    Great move Adobe, I think this move pushes Adobe on top in RIA space as of now none other RIA's either based out of Silver Light or Java are searchable.



    Siva Prasanna Kumar.P


    www.soa2world.blogspot.com

Educational Content

Rails in the Large: How Agility Allows Us to Build One Of the World's Biggest Rails Apps

Neal Ford shows what ThoughtWorks learned from scaling Rails development: infrastructure, testing, messaging, optimization, performance.

Stuart Halloway on Clojure and Functional Programming

Stuart Halloway discusses Clojure and functional programing on the JVM in depth, and touches on the uses of a number of other modern JVM languages including JRuby, Groovy, Scala and Haskell.

Orion Henry and Blake Mizerany on Heroku

Orion Henry and Blake Mizerany talk about the technology behind Heroku and the benefits of the new add-on system.

Security for the Services World

Chris Riley presents security issues threatening service based systems, examining security threats, presenting measures to reduce the risks, and mentioning available security frameworks.

Navigating The Rapids:Real-World Lessons in Adopting Agile

This talk investigates technical issues encountered when moving to an Agile process.

Codename "M": Language, Data, and Modeling, Oh My!

Don Box and Amanda Laucher present “M”, a declarative language for building data models, domain models or external DSLs. Don Box's demos show some of M’s features and latest changes of the language.

SOA Manifesto - 4 Months After

It is four months since the SOA manifesto was announced; InfoQ interviewed the original author’s to get insight into the motivations and the process behind the initiative.

Memory Barriers and JVM Concurrency

This article explains the impact memory barriers, or fences, have on the determinism of multi-threaded programs.