Flickr provides tools directly on the site, which allow you to share your own slideshows or those you like. You can copy the URL to send, or the simple embed code to add the player to your own site. The code used for embedding a Flickr slideshow is CSS, and many tags allow more customization. Where the basic code has specifics such as player height and width, you can customize these, as well as border, color, and more.
Here is the basic code to embed your Flickr slideshow:
< object width="400" height="300"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2F52258880%40N04%2Fshow%2F&page_show_back_url=%2Fphotos%2F52258880%40N04%2F&user_id=52258880@N04&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2F52258880%40N04%2Fshow%2F&page_show_back_url=%2Fphotos%2F52258880%40N04%2F&user_id=52258880@N04&jump_to=" width="400" height="300"></embed></object >
Remember that there should be no spaces when you want to use the code, and the userid # should be your own or that of the slideshow you want to use.
Other custom functions can be added to your Flickr player. Here is an article on how to extend Flickr functionalities.