There was a xml file in the original zip file, my SpeedBrowser.Xml files code is:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<window>
<id>5555</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<control>
<description>BackGround</description>
<type>image</type>
<id>1</id>
<posX>0</posX>
<posY>0</posY>
<width>1200</width>
<height>720</height>
<texture>background.png</texture>
</control>
</controls>
</window>