If you want embed Flickr slideshows into your website then take a look at the following code which allows you to do this.
IFrame solution:
<iframe align=center src=http://www.flickr.com/slideShow/index.gne?user_id=2468@N00&amp;tags=NframeBorder=0 width=500 scrolling=no height=500></iframe>
Object Solution:
<object type="text/html" data="http://www.flickr.com/slideShow/index.gne?user_id=2468@N00&amp;tags=N" width="500" height="500"> </object>
Where ever you want the slideshow to appear just place the following html code; obvoulsy you will also have to change the user_id to the correct one. Also if you need to resize the screenshow just update the correct paraments (arguments).
If you are using Tags, then also replace N with the correct tag that you want to use.
The following arguments (or paramenters) are also available for useage:
contacts=
text=
tag_mode=
favorites=
group_id=
frifam=
nsid=
single=
firstIndex=
set_id=
firstId=
You can get full infomation about this from the Flickr API (application programming interface).

