View Single Post
Old 19-Mar-2007, 11:34 PM   #2 (permalink)
driverdownloads
Fixed Error!
 
driverdownloads's Avatar

Posts: 1,672
Join Date: Mar 2007
Rep Power: 3 driverdownloads is on a distinguished road

IM:
Default Re: URLs restricted by the robots.txt

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="clsid27CDB6E-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?
driverdownloads is offline   Reply With Quote