[pmwiki-users] Flickr, Youtube, etc.
DaveG
pmwiki at solidgone.com
Sun Feb 8 13:14:28 CST 2009
Tegan Dowling wrote:
> On Sun, Feb 8, 2009 at 11:36 AM, DaveG <pmwiki at solidgone.com> wrote:
> So flickr slideshows can't be embedded with any of these because they
> aren't .swf files, right?
Actually they are swf files. I took a quick look, but couldn't find the
source URL -- it also looks like they're trying pretty hard to prevent
you from embedding the show on another page. If you can find the link
then I don't see why flash.php would not show the slideshow.
> For that matter, I don't find links to youtube vids that are links to
> .swf files, either
flash.php will show YouTube videos -- any flash content. Take a look at
davidgilbert.org -- lots of useless videos (from many sources) on there,
all served with flash.php.
> e.g. http://www.youtube.com/watch?v=D4ljY0Z-8Gc, which has embed code:
>
> <object width="425" height="344"><param name="movie"
> value="http://www.youtube.com/v/D4ljY0Z-8Gc&hl=en&fs=1"></param><param
> name="allowFullScreen" value="true"></param><param
> name="allowscriptaccess" value="always"></param><embed
> src="http://www.youtube.com/v/D4ljY0Z-8Gc&hl=en&fs=1"
> type="application/x-shockwave-flash" allowscriptaccess="always"
> allowfullscreen="true" width="425" height="344"></embed></object>
>
> How would I convert that?
Just use the src (http://www.youtube.com/v/D4ljY0Z-8Gc&hl=en&fs=1) --
usually just copy the YouTube url.
More information about the pmwiki-users
mailing list