You should add flash content because it makes your web pages more livelier and flash content helps in grabbing site visitor's attention.However, you should not add flash content because search engines don't index any flash content and that is bad for your site's page rank in google. Read more [Link] . The choice is yours.
How to add flash content to blogger/blogspot site?
- Create your flash content in adobe flash or any other automated menu or button generator.
- Copy the code(The code containing the object and embed tags after the content has been generated) into the html editor of the post. The code looks like the following :-
<object id="blink-block" width="150" height="27"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
<param name="movie" value="blah.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale"/>
<param name="bgcolor" value="#000000" /><param name="wmode" value="transparent" /><embed name="blink-block" src="blah.swf" quality="high" scale="noscale"
bgcolor="#000000" wmode="transparent" width="150" height="27"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
embed src="xyz.com/abc.swf">