loading feed: http://api.flickr.com/services/feeds/photos_public.gne?id=86115234@N06&tags=tips_14&lang=en-us&format=rss_200
adding URL: http://farm8.staticflickr.com/7413/12476401855_f0c4566789_b.jpg
adding URL: http://farm8.staticflickr.com/7333/12476310355_53a16e6474_b.jpg
adding URL: http://farm6.staticflickr.com/5493/12431921415_1e5e37b34e_b.jpg
adding URL: http://farm8.staticflickr.com/7354/12364049074_0493b79660_b.jpg
adding URL: http://farm6.staticflickr.com/5482/12099915556_2f2f875f8e_b.jpg
adding URL: http://farm6.staticflickr.com/5511/10342235676_ddd7f45ee7_b.jpg
adding URL: http://farm8.staticflickr.com/7454/9825703944_18abf90dd3_b.jpg
adding URL: http://farm8.staticflickr.com/7459/9771068625_dd958d6b03_b.jpg
adding URL: http://farm8.staticflickr.com/7292/9770865981_d51d528e21_b.jpg
Chacal wrote:It can be done if you really want it.
[snip]
But that's a lot of work for a few images.
Chacal wrote:It can be done if you really want it.
Logmate says :
- Code: Select all
loading feed: http://api.flickr.com/services/feeds/photos_public.gne?id=86115234@N06&tags=tips_14&lang=en-us&format=rss_200
adding URL: http://farm8.staticflickr.com/7413/12476401855_f0c4566789_b.jpg
adding URL: http://farm8.staticflickr.com/7333/12476310355_53a16e6474_b.jpg
adding URL: http://farm6.staticflickr.com/5493/12431921415_1e5e37b34e_b.jpg
adding URL: http://farm8.staticflickr.com/7354/12364049074_0493b79660_b.jpg
adding URL: http://farm6.staticflickr.com/5482/12099915556_2f2f875f8e_b.jpg
adding URL: http://farm6.staticflickr.com/5511/10342235676_ddd7f45ee7_b.jpg
adding URL: http://farm8.staticflickr.com/7454/9825703944_18abf90dd3_b.jpg
adding URL: http://farm8.staticflickr.com/7459/9771068625_dd958d6b03_b.jpg
adding URL: http://farm8.staticflickr.com/7292/9770865981_d51d528e21_b.jpg
Try those URLs in your browser.
So it begins by getting a rss feed with the list of jpegs to fetch. Then it shows those jpegs. All of this using http.
If you want to show your own images, you can:
- find where the address for the rss feed comes from, and change it for your own feed, or
- run a proxy that intercepts this call and redirects it to your own feed, or
- run a program that reads this feed, builds a ghost web server farm on your own server (even localhost), for example it would contain the above images, and then you would redirect (using a proxy, or by modifying your %SystemRoot%\system32\drivers\etc\hosts file) the addresses for farm8.staticflickr.com and farm6.staticflickr.com to your own server.
But that's a lot of work for a few images.
UPSD70ACe wrote:I like the new screen you made there could I? Try it out let me know looks great.
Return to Model/Repaint Suggestions
Users browsing this forum: No registered users and 1 guest