Looks like the copyrights page...
There is an XML file that directs the client what and how to read the copyrights page. make sure you either follow the same name references in the XML file or edit the XML file
copyrights_page(ascii).xml...
Yours may not have the ascii in the name like mine
There is an XML file that directs the client what and how to read the copyrights page. make sure you either follow the same name references in the XML file or edit the XML file
copyrights_page(ascii).xml...
HTML Code:
<objects> <image name="copyright_image" file="copyright_image.jpg"/> <image name="black" file="black.jpg"/> </objects> <animation object="black"> <position sx="0" sy="0" stime="0" ex="0" ey="0" etime="170"/> <visibility sv="1" stime="0" ev="1" etime="170"/> </animation> <animation object="copyright_image"> <position sx="0" sy="0" stime="0" ex="0" ey="0" etime="170"/> <visibility sv="0" stime="0" ev="1" etime="37"/> <visibility sv="1" stime="37" ev="1" etime="140"/> <visibility sv="1" stime="140" ev="0" etime="170"/> </animation>