By
Squark
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&photo_secret=17e24437ff&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&photo_secret=17e24437ff&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&photo_secret=17e24437ff&photo_id=2405820614&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&photo_secret=17e24437ff&photo_id=2405820614&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.
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.






can you only put in pictures?
I was just fumbling through the code - when I saw that you could just copy and paste the whole thing. Great. Easy! I wonder if it works like this for other embed code or if it's just flickr… I'll have to try that out. Thanks!