D
darrell.berry
Running JRE 1.5.0_06-b05. JNLP works fine for most things, but can't
get a splash screen to work...
from the jnlp file:
<jnlp codebase="http://www.domain.com/base/" href="it.jnlp">
<information>
<title>What It Is</title>
<vendor>Ku24 Limited</vendor>
<description>More about it</description>
<icon kind="splash" href="splash.jpg" width="562" height="294" />
<icon href="OM.gif"/>
<homepage href="http://www.ku24.com"/>
<shortcut online="true">
<desktop/>
<menu submenu="OtherMaps"/>
</shortcut>
<association extensions="gml" mime-type="application-x/gml"/>
</information>
blah blah
and with splash.jpg indeed at:
http://www.domain.com/base/splash.jpg
I don't get anything resembling a splashscreen, but the app launcher
DOES change the icon in its progress bar dialogue if and when I change
the OM.gif file, so its defintely got access to that directory and is
picking up changes to the JNLP file. I'm bamboozled -- people say lots
of bad things about Web Start, but I can't find anyone who simply can't
get this to work. I'm not missing soemthing stupid like also needing
something in my actual application to do this am I -- I thought the
whole point was that the JWS loader displayed the image while all the
rest was being loaded and started up...?
any help appreciated, and if you are interested I can send the whole
config file and/or its real installed path...
thanks
get a splash screen to work...
from the jnlp file:
<jnlp codebase="http://www.domain.com/base/" href="it.jnlp">
<information>
<title>What It Is</title>
<vendor>Ku24 Limited</vendor>
<description>More about it</description>
<icon kind="splash" href="splash.jpg" width="562" height="294" />
<icon href="OM.gif"/>
<homepage href="http://www.ku24.com"/>
<shortcut online="true">
<desktop/>
<menu submenu="OtherMaps"/>
</shortcut>
<association extensions="gml" mime-type="application-x/gml"/>
</information>
blah blah
and with splash.jpg indeed at:
http://www.domain.com/base/splash.jpg
I don't get anything resembling a splashscreen, but the app launcher
DOES change the icon in its progress bar dialogue if and when I change
the OM.gif file, so its defintely got access to that directory and is
picking up changes to the JNLP file. I'm bamboozled -- people say lots
of bad things about Web Start, but I can't find anyone who simply can't
get this to work. I'm not missing soemthing stupid like also needing
something in my actual application to do this am I -- I thought the
whole point was that the JWS loader displayed the image while all the
rest was being loaded and started up...?
any help appreciated, and if you are interested I can send the whole
config file and/or its real installed path...
thanks