[pmwiki-users] Flickr, Youtube, etc.

Tegan Dowling tmdowling at gmail.com
Sun Feb 8 17:35:38 CST 2009


On Sun, Feb 8, 2009 at 2:30 PM, DaveG <pmwiki at solidgone.com> wrote:
>
>
> 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.

If I were to try to modify one of the existing recipes (which is just
remotely possible, depending on whether I can figure out which parts
do what, in the existing content), would swf-sites.php be the one to
start with, or swf-sites2.php?



More information about the pmwiki-users mailing list