Elton,

on Tuesday, December 20, 2005 at 15:33 wsg@webstandardsgroup.org wrote:

> I have a swf file in my page.

> Google will not index. I can print the content of swf in a div with
> display:none.

> Is it a good practice ? Does anyone have a better idea ?

Yep! Use standards and some proprietary IE Conditional Comments ;-)

<!--[if IE]>
<object width="89" height="13" type="application/x-shockwave-flash" 
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0";>
        <param name="movie" value="/swf/audio.swf" />
        <param name="flashvars" value="code=Van_Vorst_Park" />
<![endif]--><!--[if !IE]>-->
<object type="application/x-shockwave-flash" width="89" height="13" 
data="/swf/audio.swf?code=Van_Vorst_Park">
<!--<![endif]-->
        <div>
             Alternate Content for google to index.
        </div>
</object>

regards

  Martin

 



******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to