[pmwiki-users] Flickr, Youtube, etc.

DaveG pmwiki at solidgone.com
Sun Feb 8 14:30:42 CST 2009



Tegan Dowling wrote:
> As for Flickr,  Flickr provides the embed code for slideshows. Below
> is the code they provide for
> http://www.flickr.com/photos/bobsyouruncle/sets/72157612582511784/show/
> 
> When I enable the html that's used in this, then embed this on a wiki
> page, it works beautifully:
> 
> <object width="400" height="300">
> <param name="flashvars"
> value="&offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fbobsyouruncle%2Fsets%2F72157612582511784%2Fshow%2F&page_show_back_url=%2Fphotos%2Fbobsyouruncle%2Fsets%2F72157612582511784%2F&set_id=72157612582511784&jump_to="></param>
> <param name="movie"
> value="http://www.flickr.com/apps/slideshow/show.swf?v=63961"></param>
> <param name="allowFullScreen" value="true"></param>
> <embed type="application/x-shockwave-flash"
> src="http://www.flickr.com/apps/slideshow/show.swf?v=63961"
> allowFullScreen="true"
> flashvars="&offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fbobsyouruncle%2Fsets%2F72157612582511784%2Fshow%2F&page_show_back_url=%2Fphotos%2Fbobsyouruncle%2Fsets%2F72157612582511784%2F&set_id=72157612582511784&jump_to="
> width="400" height="300"></embed></object>
This is the kind of format you need:
http://www.flickr.com/slideShow/index.gne?user_id=10104496@N02&set_id=72157612760405248

However, it does look like Flickr require a slightly modified html 
markup to get things working, so it looks like using flash.php direct 
isn't going to work after all. You could use the format you have, but 
from reading, it looks like this might be slightly more reliable:
<iframe align=center 
src=http://www.flickr.com/slideShow/index.gne?user_id=10104496@N02&set_id=72157612760405248 
frameBorder=0 width=500 scrolling=no height=500></iframe>

You could use one of the other alternate flash markups on the PmWiki 
page as a starting point to creating a Flickr slideshow cookbook, or 
simply add your new flash-type to swf-sites.php.

  ~ ~ Dave



More information about the pmwiki-users mailing list