Hi all,
I'm looking for a tutorial to learn how to make a skin for GOM Player. I've seen that someone there have already made one (Inspirat). I tried to make a SKIN.XML file according to the ones on the other skin files, but I always get an error but no information about what's wrong.
This is not very hard but just one mistake can corrupt the file. My first try:
Code :
- <?xml version="1.0" encoding="UNICODE" ?>
- <GXSkin Version="1.0" MinorVersion="2000" >
- <SkinInfo
- SkinNameENG = "<Engeko>"
- SkinNameCHS = "<Engeko>"
- SkinFileName = "Engeko.gps"
- SkinVersion = "2.0"
- Author = "Gretech Corp."
- LastUpdate = "2006/1"
- ScreenShot = ""
- DescriptionENG = "Gom Player2 Engeko skin"
- DescriptionCHS = "GOM Player2 Engeko skin"
- />
- <MainWindow
- Style="popup"
- MinSize="300,300"
- />
- <SkinWindow BkgndImage="" BkgndType = "tile"
- ResizeBorder="1"
- ClientCaption="0"
- PopupWindow="0" MoveParent="0"
- MinMaxSize="-1,-1,-1,-1"
- EnableDblClk="1"
- Transparent="100" Debug="0" Width="700" Height="500" >
- <RegionDefine>
- <Rgn Type="bitmap" Param="MAIN_FRAME.BMP" Mode="or" Align="left" Width="autosize" />
- </RegionDefine>
- <ControlDefine>
- <StaticControl CID="" StaticControlType="bitmap" Image="MAIN_FRAME.BMP" ImageType="fillframe" Align="client" >
- </StaticControl>
- </ControlDefine>
- </SkinWindow>
- </GXSkin>
|
Any other language than Corean would be great
Thanks in advance.
Message edited by NykooFRA on 04-27-2009 at 07:39:58 PM