Thread: A rumour
View Single Post
  #23  
Old 11-26-2011, 01:25 PM
EZ1 EZ1 is offline
Approved Member
 
Join Date: Dec 2007
Posts: 112
Default

The logo is a .wmv (windows movie file) and is probably passed of to the Windows Media player (see the .Net class library namespace System.Windows.MediaPlayer) thus not directly coded by the developer. If you double click that file it will open in the Windows Media Player which probably uses the same .Net class library. At least, that's the way I would do it. Writing code to play a movie would be pretty complicated and stupid when it is already available.
Reply With Quote