flickr_test
tag
set
Embed video:
When You add a movie from Youtube it has to have added parameter ?wmode=transparent, for example:
Regular:
<iframe width=”948″ height=”551″ src=”http://www.youtube.com/embed/fA3-wXXW6ok” frameborder=”0″ allowfullscreen></iframe>
Modified:
<iframe width=”948″ height=”551″ src=”http://www.youtube.com/embed/fA3-wXXW6ok?wmode=transparent” frameborder=”0″ allowfullscreen></iframe>