What text inside Flash is indexed by Google? - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T18:14:03Zhttp://stackoverflow.com/feeds/question/447565http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/447565/what-text-inside-flash-is-indexed-by-google1What text inside Flash is indexed by Google?Jeremy Rudd2009-01-15T16:52:06Z2009-01-28T09:24:59Z
<p><em>Does the following mean that dynamic TextFields will NOT be indexed?</em></p>
<blockquote>
<p>We currently <strong>do not attach content
from external resources</strong> that are
loaded by your Flash files. If your
Flash file loads an HTML file, an
<strong>XML file</strong>, another SWF file, etc., Google will separately index that
resource, but it will not yet be
considered to be part of the content
in your Flash file.</p>
</blockquote>
<p><em>Does the following mean that ONLY static TextFields will be indexed?</em></p>
<blockquote>
<p>At this time, <strong>content loaded
dynamically from resource files is not
indexed.</strong> We’ve noted this feature
request from several webmasters, look
for this in a near future update.</p>
</blockquote>
<p>From <a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html" rel="nofollow">Improved Flash indexing</a>, Google Blog</p>
http://stackoverflow.com/questions/447565/what-text-inside-flash-is-indexed-by-google/447592#4475922Answer by Simon Groenewolt for What text inside Flash is indexed by Google?Simon Groenewolt2009-01-15T17:00:38Z2009-01-15T17:00:38Z<p>I think it strictly does not say that the content of dynamic fields is not indexed, setting the content from code but not from an external source seems not to be excluded by this text. But since this is not a usual scenario it does not matter that much.</p>
http://stackoverflow.com/questions/447565/what-text-inside-flash-is-indexed-by-google/455181#4551812Answer by Christian Nunciato for What text inside Flash is indexed by Google?Christian Nunciato2009-01-18T14:04:52Z2009-01-18T14:27:31Z<p>This is a squirrely sort of question, for a few reasons:</p>
<ol>
<li>Text fields can be "dynamic" without relying on "external resources,"</li>
<li>The post is six months old, and</li>
<li>The Flash <a href="http://www.adobe.com/devnet/flashplayer/articles/swf_searchability.html" rel="nofollow">search-player project</a> is under active development.</li>
</ol>
<p>So it'd be difficult to get a solid answer from anyone who isn't either a Google or Adobe engineer working on the search-player project, and even then, it's still a somewhat complicated one, depending on the implementation. So the safest and most dependable answer, right now anyway, is probably <em>Maybe -- but I wouldn't necessarily count on it, yet</em>.</p>
<p>Still, that said, the entire purpose of the search-player project is to solve exactly this kind of problem, so while that answer might not necessarily be yes today (which it might be, only we don't know know for sure), it'll definitely edge closer to yes with time.</p>
<p>One thing you can do now is <a href="http://tv.adobe.com/#vi+f15384v1000" rel="nofollow">watch this video</a> in which Jim Corbett (from the Flash-player team and who's been working with Google directly) explains all this stuff in about as much detail as you're likely to get from anyone today. (At about 19 minutes in, he live-demos the virtual-user indexing/text-field stuff at work, too.) It should give you a pretty clear picture of things as they stand now, where they're headed, what works and what doesn't, etc., so you can weigh the options and make a good decision for your project. Good luck!</p>
http://stackoverflow.com/questions/447565/what-text-inside-flash-is-indexed-by-google/486846#48684610Answer by Jeremy Rudd for What text inside Flash is indexed by Google?Jeremy Rudd2009-01-28T08:11:39Z2009-01-28T09:21:18Z<p>Condensing the entire 45 minute video <a href="http://tv.adobe.com/#vi+f15384v1000" rel="nofollow">The Searchable SWF</a> by Jim Corbett.</p>
<p><strong>All text</strong> in TextFields that follow <strong>all</strong> these rules will be Indexed by the Virtual User (Google)</p>
<ol>
<li><strong>Is Static or Dynamic</strong> -- not Input</li>
<li><strong>On the displayList / an instance on the stage</strong> -- not just in-RAM</li>
<li><strong>Any 1 of the 4 corners inside the stage boundaries</strong> -- not off-stage</li>
<li><strong>Visible</strong> -- not invisible, not alpha=0</li>
<li><strong>Not inside a bitmap Image</strong> -- images are not OCR'd</li>
<li><strong>Not a shape or graphic that looks like text</strong> -- shapes are not OCR'd</li>
<li><strong>Publicly accessible without logging-in</strong> -- not behind logins/authentication</li>
<li><strong>Not relying on external data files</strong> -- no external files loaded, no XML/SWF/TXT/etc</li>
<li><strong>Any font size</strong> -- too small might be considered spam</li>
<li><strong>Typed out in Flash IDE or ActionScript generated, even components</strong></li>
</ol>
http://stackoverflow.com/questions/447565/what-text-inside-flash-is-indexed-by-google/486983#4869832Answer by Jeremy Rudd for What text inside Flash is indexed by Google?Jeremy Rudd2009-01-28T09:16:15Z2009-01-28T09:16:15Z<p>Confirmations of what is done:</p>
<ol>
<li><strong>All ActionScript</strong> is executed so all logic will work as expected</li>
<li>All versions of <strong>ActionScript 1, AS2, AS3</strong> will be executed</li>
<li>All <strong>buttons</strong> are rolled-over / out and clicked / mousedown / mouseup</li>
<li>Codebased on <strong>Flash Player 9.0.124</strong> with the exact ActionScript engines.</li>
<li>Currently the only supported search engine is <strong>Google</strong>.</li>
</ol>
<p>Confirmations of what is NOT done:</p>
<ol>
<li><strong>Deep-linking</strong> generated URLs will not work <em>(Flash Search Player doesn't pass to Google)</em></li>
<li>Adobe thought of <strong>requesting SWFs</strong> to send back a list of deep-linked URLs. <em>(black-hat SEO)</em></li>
<li><strong>External files</strong> are not sent to SWFs, not loaded.</li>
<li>XML/SWF/other files will be processed/executed <strong>independently</strong>.</li>
<li><strong>Yahoo!</strong> and other search engines are in discussions to use the Flash Search Player.</li>
<li><strong>Accessible text</strong> (not visible) is not yet indexed.</li>
<li>Video <strong>meta-data</strong> is not yet indexed.</li>
<li>Not codebased on <strong>Flash Player 10</strong> but plan to.</li>
<li><strong>Font sizes</strong> are not read therefore no difference for titles/content.</li>
<li><strong>ExternalInterface</strong> does not work. <em>(no JavaScript or ActiveX backend)</em></li>
</ol>