I decided to dust off something i was working on back in beta.
its a video overlay window that you can pop open, to see movies played in VLC while in game.
the files are attacked.
to get this to work. add it to any UI you are useing.
in the index.xml file add the below text before where it says </XML>
Code:
<GameplayWindows directory="Xml">
<Window filename="MovieWnd.xml"/>
</GameplayWindows>
Then edit the SkinInfo.xml and add the text below just before
</SkinInfo>
</XML>
Code:
<AnimationDefinitions directory="Textures">
<AnimationDefinition filename="VideoOverlay.xml"/>
</AnimationDefinitions>
see screen shot below.
This is set up so you can just dump it into any custom UI.