-
Enhancement
-
Resolution: Fixed
-
P2
-
6
-
b12
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198350 | 7 | Andy Herrick | P2 | Resolved | Fixed | b64 |
http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.html
one can use the following syntax to provide a custom splash/startup screen for an
applet, which overrides the default Java Plugin animation:
<APPLET ...>
<PARAM name="image" value="my_image.gif">
</APPLET>
The problem is that if one provides an animated GIF image, only the first frame
is shown, so this solution cannot be used to provide a custom "loading..." screen
that provides user feedback. We need to fix the Java Plugin so that it can
display animated GIF images properly in this context.
Many customers have requested a way to override the default Java Plugin animation,
since in many cases it clashes with the aesthetics of a website or may conflict with
their own branding requirements. While an animated GIF isn't the most ideal solution
to this problem, it is a reasonable stopgap until such a time that we can provide
a more complete solution. (For one thing, we currently have no way to make a custom
animated GIF show the true loading progress of an applet, so these custom animated
GIFs would have to be more of an indeterminate progress indicator, which is better
than a static image at least.)
Also requested a number of times in the comments of this blog entry:
http://weblogs.java.net/blog/campbell/archive/2007/02/orange_box_new.html
- backported by
-
JDK-2198350 Support animated GIF images for custom loading screens in Plugin
-
- Resolved
-
- relates to
-
JDK-6689846 Flickering of the animated GIF displayed before the applet
-
- Closed
-
-
JDK-6691182 Flickering of gray box painter during applet resizes
-
- Closed
-
-
JDK-6652734 Document "centerimage" and "boxborder" applet tag parameters
-
- Closed
-
-
JDK-6769840 Replace orange "Java logo" animation
-
- Closed
-
-
JDK-6618823 Use existing splash screen manifest entry for applet loading feedback
-
- Closed
-
-
JDK-6633005 UX: Add splash screen "Java Loading" before when Java starts up
-
- Closed
-