Sinon, en tant qu'administrateur tu peux mettre du code html grâce au balide [*html]
Pour afficher une vidéo au format wmv, .wma, .avi, .mpg , .mp3 et .mp4 (Windows Media)
[html]<embed type="application/x-mplayer2" width="200px" height="200px" showcontrols="0" src="http://www.monsite.com/mavideo.wmv" />[/html]
Pour afficher une vidéo qtl, .mov, .mpg, .mp4, .mp3 (QuickTime)
[html]<embed type="video/quicktime" src="http://www.monsite.com/mavideo.mov" height="200px" width="200px" controller="true" /> [/html]
