Hey everyone. I'm having trouble getting the MCM to load a custom .swf or .dds for a splash page from /interface.
The swf is 114kb @ 485x385 and the dds is 107kb @ 485x335. Does anyone know if those parameters are a problem?
Here is the relevant code. Thanks for any help.
;===============================================================Event OnConfigInit() Pages = New String[1] Pages[0] = "Options"EndEvent;===============================================================Event OnPageReset(string page) If (page == "") LoadCustomContent("RS_Splash.dds") Return Else UnloadCustomContent() EndIf If Page == "Options"etc. ;===============================================================