Embedded text in Flash
How Google index text embedded in Adobe Flash?
In this experiment we will try to figure out can and how Google index content inside the Adobe Flash .swf file.
Experiment will provide us with answers to 6 questions?
Can Google recognize text in static text field?
Can Google recognize embedded text in dynamic field?
Can Google recognize dynamic text inserted via variable?
Can Google index dynamic text inserted via instance name?
What will happen if we assign some text to a variable but not show that text on the stage?
What will happen if we add some nice content in ActionScript and make it commented?
After few months of waiting we have good results!
#1 Yes Google can index static text fields:Link to static content
#2 Yes Google can index static text in dynamic text fields:Link to static content
#3 Yes!Link to dynamic content
#4 Hell Yes!Link to dynamic content
#5 This is really good. Google is not showing text that is used in variables but not displayed on the staga!
_root.fake1 = "fake text 1";
Link to non used content
#6 This is really good. Google is not showing text that is used in variables but not displayed on the staga!
fake2.text = "fake text 2";
Link to non used content