Skip to content

Instantly share code, notes, and snippets.

@jufemaiz
Created March 22, 2011 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jufemaiz/880648 to your computer and use it in GitHub Desktop.
Save jufemaiz/880648 to your computer and use it in GitHub Desktop.
Code for allowing the embedding of Flickr's Flash based Slideshow.
<object width="400" height="300">
<param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2F{USERNAME}%2Fsets%2F{SET_ID}%2Fshow%2F&page_show_back_url=%2Fphotos%2F{USERNAME}%2Fsets%2F{SET_ID}%2F&set_id={SET_ID}&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%2F{USERNAME}%2Fsets%2F{SET_ID}%2Fshow%2F&page_show_back_url=%2Fphotos%2F{USERNAME}%2Fsets%2F{SET_ID}%2F&set_id={SET_ID}&jump_to=" width="400" height="300"></embed>
</object>
<!--
Replace the following:
{USERNAME} = permalink username (eg: for http://www.flickr.com/photos/harvestlondon/ it will be harvestlondon)
{SET_ID} = the ID of the set (eg: http://www.flickr.com/photos/harvestlondon/sets/72157625925198813/ it will be 72157625925198813)
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment