Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Replacing a jpg with a swf ?

  • Subject: Re: Replacing a jpg with a swf ?
  • From: Roy Schestowitz <newsgroups@xxxxxxxxxxxxxxx>
  • Date: Thu, 17 Nov 2005 03:04:44 +0000
  • Newsgroups: alt.internet.search-engines
  • Organization: schestowitz.com / MCC / Manchester University
  • References: <PvLef.15760$375.4023@fe3.news.blueyonder.co.uk> <mNNef.23392$Ua6.10779@newsfe6-win.ntli.net>
  • Reply-to: newsgroups@xxxxxxxxxxxxxxx
  • User-agent: KNode/0.7.2
__/ [Tony] on Wednesday 16 November 2005 21:46 \__

> Eric Johnston wrote:
> 
>> People are pulling an image from my site to use in ebay, blogs and similar
>> postings.  I don't mind too much - it is not a problem at all.   Could I
>> make a server re-direct from image.jpg to image.swf  and send out an image
>> that would incorporate a clickable link back to me ?  I have no idea about
>> flash or how to create a clickable flash image file from the jpg or if the
>> idea would work....
> 
> 
> Hi Eric,
> 
> Yep - mod_rewrite should be able to do this. (g for hotlinking)
> 
> 
> Something like:
> 
> RewriteEngine on
> RewriteCond %{HTTP_REFERER} !^$
> RewriteCond %{HTTP_REFERER} !^http://(www\.)?example.com/.*$ [NC]
> RewriteRule \.(gif|jpg)$ http://www.example.com/get-them-back.swf [R,L]
> 
> 
> And in 'get-them-back.swf' you create the clickable link back to your site.
> 
> If you are not able to create *.swf files, look at
> http://www.swishzone.com/ for a cost effective solution. You can easily
> create hyperlinks in that.

Sorry about my ignorance, but how will

<img src="http://example.org/image.jpg"; />

get rendered if converted to

<img src="http://example.org/image.swf"; />

for example?

Needn't there be <object> for Flash to be handled? I am curious as I never
knew such options existed. I worked with Flash in the past, but never
thought crawlers (at the time) bothered to interpret it. I also didn't
realise that one object type could be replace with another...

Roy

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index