<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Flash search engine experiment</title> <atom:link href="http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/feed/" rel="self" type="application/rss+xml" /><link>http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/</link> <description>Fascinated by new technology</description> <lastBuildDate>Sun, 12 Feb 2012 00:04:16 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Roy</title><link>http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/comment-page-1/#comment-34500</link> <dc:creator>Roy</dc:creator> <pubDate>Tue, 06 Jan 2009 13:18:52 +0000</pubDate> <guid isPermaLink="false">http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/#comment-34500</guid> <description>Yeah I noticed that. Most of the hidden stuff still isn&#039;t shown, but there&#039;s some definite improvement.</description> <content:encoded><![CDATA[<p>Yeah I noticed that. Most of the hidden stuff still isn&#8217;t shown, but there&#8217;s some definite improvement.</p> ]]></content:encoded> </item> <item><title>By: Darius</title><link>http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/comment-page-1/#comment-34472</link> <dc:creator>Darius</dc:creator> <pubDate>Tue, 06 Jan 2009 01:16:40 +0000</pubDate> <guid isPermaLink="false">http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/#comment-34472</guid> <description>check it, google imporved and now track flash websites. Word 2 - deebrixability results:[FLASH] condreexability static text field dynamic text field, content set ...
File Format: Shockwave Flash
deebrixability. static text field. dynamic text field, content set through actionscript. undefined. dynamic text field, content loaded from text file.
www.roytanck.com/wp-content/uploads/setest.swf - Similar pages</description> <content:encoded><![CDATA[<p>check it, google imporved and now track flash websites. Word 2 &#8211; deebrixability results:</p><p>[FLASH] condreexability static text field dynamic text field, content set &#8230;<br /> File Format: Shockwave Flash<br /> deebrixability. static text field. dynamic text field, content set through actionscript. undefined. dynamic text field, content loaded from text file.<br /> <a href="http://www.roytanck.com/wp-content/uploads/setest.swf" rel="nofollow">http://www.roytanck.com/wp-content/uploads/setest.swf</a> &#8211; Similar pages</p> ]]></content:encoded> </item> <item><title>By: Quantic</title><link>http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/comment-page-1/#comment-19468</link> <dc:creator>Quantic</dc:creator> <pubDate>Wed, 16 Apr 2008 19:39:28 +0000</pubDate> <guid isPermaLink="false">http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/#comment-19468</guid> <description>Your first word has been indexed successfully.</description> <content:encoded><![CDATA[<p>Your first word has been indexed successfully.</p> ]]></content:encoded> </item> <item><title>By: Roy</title><link>http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/comment-page-1/#comment-1183</link> <dc:creator>Roy</dc:creator> <pubDate>Thu, 15 Mar 2007 18:37:56 +0000</pubDate> <guid isPermaLink="false">http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/#comment-1183</guid> <description>I&#039;m pretty confident that you&#039;ll only ever going to find text that is in text fields on the stage. Nothing that gets set dynamically. Indexing content that gets set through actionscript would require the seach engine to interpret the code. Google, apparently, is working on a javascript engine for their bot (allowing AJAX based site to be indexed more easily), but actionscript is likely to be much further down their wishlist.If you read my &lt;a href=&quot;http://www.roytanck.com/2007/02/14/making-flash-websites-search-engine-friendly/&quot; rel=&quot;nofollow&quot;&gt;original article&lt;/a&gt;, you&#039;ll see that the SFWObject method of embedding the Flash movie into HTML offers the ability to add content that will only be seen by people without Flash and SEs. If you&#039;re really using a plain text file, why not have a simple PHP script dump the entire contents of that file into the html page? That could be done in one or two lines of code I believe... a simple include statement even perhaps? I for one would really like to know if that works for your client.PS. The tutorial you&#039;re referring to is ancient. if you&#039;re still using &quot;loadVariables&quot;, you might want to look up &quot;LoadVars&quot; in the &lt;a href=&quot;http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/&quot; rel=&quot;nofollow&quot;&gt;Actionscript Dictionary&lt;/a&gt; for newer ways to load external content.</description> <content:encoded><![CDATA[<p>I&#8217;m pretty confident that you&#8217;ll only ever going to find text that is in text fields on the stage. Nothing that gets set dynamically. Indexing content that gets set through actionscript would require the seach engine to interpret the code. Google, apparently, is working on a javascript engine for their bot (allowing AJAX based site to be indexed more easily), but actionscript is likely to be much further down their wishlist.</p><p>If you read my <a href="http://www.roytanck.com/2007/02/14/making-flash-websites-search-engine-friendly/" rel="nofollow">original article</a>, you&#8217;ll see that the SFWObject method of embedding the Flash movie into HTML offers the ability to add content that will only be seen by people without Flash and SEs. If you&#8217;re really using a plain text file, why not have a simple PHP script dump the entire contents of that file into the html page? That could be done in one or two lines of code I believe&#8230; a simple include statement even perhaps? I for one would really like to know if that works for your client.</p><p>PS. The tutorial you&#8217;re referring to is ancient. if you&#8217;re still using &#8220;loadVariables&#8221;, you might want to look up &#8220;LoadVars&#8221; in the <a href="http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/" rel="nofollow">Actionscript Dictionary</a> for newer ways to load external content.</p> ]]></content:encoded> </item> <item><title>By: shorescores</title><link>http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/comment-page-1/#comment-1182</link> <dc:creator>shorescores</dc:creator> <pubDate>Thu, 15 Mar 2007 18:26:39 +0000</pubDate> <guid isPermaLink="false">http://www.roytanck.com/2007/03/06/flash-search-engine-experiment/#comment-1182</guid> <description>Cool experiment and one I NEED to find an answer to ASAP. According to this URL: http://www.learnthat.com/computers/learn.asp?id=1774&amp;index=32       using an external plain text file and a Dynamic Text Field, the search engines didn&#039;t seem to pick up on it. &quot;Conclusion: A Flash site that loads most of its information dynamically is probably SOL from an SEO perspective.&quot; This, if true, is not want I wanted to find out. That is exactly what I am trying to do for a client, who wants to manage her own content. * So, I am hoping you find out something different in your experiment. Otherwise, it&#039;s all about PHP, .NET, WordPress or something else that my client will have to pay for and learn. Updating a Plain Text file and having it render in a Dynamic Text Field was (I though) the perfect solution... My fingers are still crossed that there is some encouraging news from your test here.Thanks!ShoreScores</description> <content:encoded><![CDATA[<p>Cool experiment and one I NEED to find an answer to ASAP. According to this URL: <a href="http://www.learnthat.com/computers/learn.asp?id=1774&#038;index=32" rel="nofollow">http://www.learnthat.com/computers/learn.asp?id=1774&#038;index=32</a> using an external plain text file and a Dynamic Text Field, the search engines didn&#8217;t seem to pick up on it. &#8220;Conclusion: A Flash site that loads most of its information dynamically is probably SOL from an SEO perspective.&#8221; This, if true, is not want I wanted to find out. That is exactly what I am trying to do for a client, who wants to manage her own content. * So, I am hoping you find out something different in your experiment. Otherwise, it&#8217;s all about PHP, .NET, WordPress or something else that my client will have to pay for and learn. Updating a Plain Text file and having it render in a Dynamic Text Field was (I though) the perfect solution&#8230; My fingers are still crossed that there is some encouraging news from your test here.</p><p>Thanks!</p><p>ShoreScores</p> ]]></content:encoded> </item> </channel> </rss>
