how to solve more than 1500 characters? mine is more than 1500, after I try it only shows a white screen.
The size limitation is due the maximum size of the internal URL buffer in the module_action of the XMB's XML.
I think 1500 is the size limit for <url> in LINK.XML
If you call an URL to a local script file or an online file, the script size can be larger and even it can include embedded images, although they can be hosted externally too due this method already relies on a web server (online or webman).
For instance, the help file used by webMAN MOD is 19KB. It is based on the xmb offline documentation in this page.
It's called from the XMB like this:
Code:
<T key="webman_help">
<P key="icon"><>/dev_hdd0//game/XMBMANPLS/USRDIR/IMAGES/webman.png</></P>
<P key="title"><>PS3 webMAN MOD [Help]</></P>
<P key="module_name"><>webrender_plugin</></P>
<P key="module_action"><>http://0/help.html</></P>
</T>
Last edited: