Can I have your bread,
That really was a mistake.
I’m extremely sorry for that.
Try Google webmaster’s “robots.txt file analysis tool” to confirm that they are blocked. If so, try using
Allow: /movies/quest.swf
Allow: /movies/quest3.swf
Allow: /movies/quest4.swf
Allow: /movies/quest6.swf
I’m code is something like this:
<OBJECT id="id1" codeBase="
http://download.adobe.com/pub/shockw...sh/swflash.cab" height="100" width="100" classid="clsid

27CDB6E-AE6D-11CF-96B8-444553540000">
<PARAM NAME="Src" VALUE="quest.swf">
<PARAM NAME="WMode" VALUE="Transparent">
<embed src="quest.swf" width="100" height="100" quality="high" TYPE="application/x-shockwave-flash"
wmode="Transparent" pluginspage="
http://www.adobe.com/shockwave/downl...ShockwaveFlash">
</embed>
</OBJECT>
What about you?