2012-03-02, 05:24
Hi ronie,
htpc guy created a cool intro video to replace the splash screen, see his thread here
I successfully disabled the splash screen through advancedsettings.xml, however putting the following line in T!'s home.xml did not make the intro video play.
I put it right below <controls>. You can see my modified home.xml here
Is that the right spot?
Btw, I am on win 7 eden beta2 and T! v4.04
Thanks
***EDIT***
Nevermind, I moved the line to right above controls and now it works :-)
htpc guy created a cool intro video to replace the splash screen, see his thread here
I successfully disabled the splash screen through advancedsettings.xml, however putting the following line in T!'s home.xml did not make the intro video play.
Code:
<onload condition="Window.Previous(startup)">XBMC.PlayMedia(special://skin/introMovie.mov)</onload>
I put it right below <controls>. You can see my modified home.xml here
Is that the right spot?
Btw, I am on win 7 eden beta2 and T! v4.04
Thanks
***EDIT***
Nevermind, I moved the line to right above controls and now it works :-)