Flickr Video

By SquarkSquark

Description

This solutions allows to embed Flickr video on your page. Simply add code between [[embed]] ... [[/embed]] tags on your page as shown below:

Code

[[embed]]
<object type="application/x-shockwave-flash" width="500" height="375" 
data="http://www.flickr.com/apps/video/stewart.swf?v=55430" 
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> 
<param name="flashvars" 
value="intl_lang=en-us&amp;photo_secret=17e24437ff&amp;photo_id=2405820614"></param> 
<param name="movie" 
value="http://www.flickr.com/apps/video/stewart.swf?v=55430"></param> 
<param name="bgcolor" value="#000000"></param> 
<param name="allowFullScreen" value="true"></param>
<embed type="application/x-shockwave-flash" 
src="http://www.flickr.com/apps/video/stewart.swf?v=55430" 
bgcolor="#000000" allowfullscreen="true" 
flashvars="intl_lang=en-us&amp;photo_secret=17e24437ff&amp;photo_id=2405820614" 
height="375" width="500"></embed></object>
[[/embed]]

[[embed]]
<object type="application/x-shockwave-flash" width="500" height="375" 
data="http://www.flickr.com/apps/video/stewart.swf?v=55430" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> 
<param name="flashvars" 
value="intl_lang=en-us&amp;photo_secret=17e24437ff&amp;photo_id=2405820614&amp;show_info_box=true"></param> 
<param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=55430"></param> 
<param name="bgcolor" value="#000000"></param> 
<param name="allowFullScreen" value="true"></param>
<embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=55430" 
bgcolor="#000000" allowfullscreen="true" 
flashvars="intl_lang=en-us&amp;photo_secret=17e24437ff&amp;photo_id=2405820614&amp;flickr_show_info_box=true" 
height="375" width="500"></embed></object>
[[/embed]]

In action

This video is (c) 2008 Dan Budiac under a Creative Commons Attribution-Noncommercial-Share Alike 2.0 Generic license. The original video can be found here.


Thanks to tsangk for this great snippet: conditional-blocks


text above inserted with:

[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]



Other snippets posted by Squark

Teachertube - 06 Jun 2021 03:45
Mp3 and video player - 21 Oct 2016 12:48
Voicethread - 16 Feb 2012 01:51
Vimeo - 16 Feb 2012 01:51
Slideboom - 16 Feb 2012 01:42
Schooltube - 16 Feb 2012 01:40
Reflections - 16 Feb 2012 01:39
Playlist - 16 Feb 2012 01:31
Picasaweb - 16 Feb 2012 01:30
Ohloh - 16 Feb 2012 01:27
Js Kit Ratings - 16 Feb 2012 01:15
Gametrailers - 16 Feb 2012 01:03
Dailymotion - 15 Feb 2012 00:42
Collapsible Block Unleashed - 15 Feb 2012 00:33
Blip TV - 15 Feb 2012 00:26


Rate this solution

If you think this solution is useful — rate it up!

rating: +3+x
Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License