Last week we installed a small plugin to Projects that allows you to embed videos easily in your wiki pages. The syntax is quite easy, go to any wiki page in your project, click "edit this page" and add something like this:
[[Movie(http://www.youtube.com/watch?v=BfPCwu-ZG4g)]]
Similarly to embedded images, the movie macro also supports other parameters, so if we want to define the size of the video, we can do this:
[[Movie(http://www.youtube.com/watch?v=BfPCwu-ZG4g,width=512px,height=316px)]]
In these examples I used youtube, but the macro also supports MetaCafe and Google Video.
To show how it looks like we have embedded two videos already, one in the homepage and one in QtQuick Playground.
