aspose file tools
The moose likes Applets and the fly likes Applet as a Background Image? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet as a Background Image?" Watch "Applet as a Background Image?" New topic
Author

Applet as a Background Image?

Gregory Cranz
Greenhorn

Joined: Sep 09, 2002
Posts: 9
I have an applet that performs some animation. I would like to use it as the background image for a web page and to display the contents of the page over it with a transparent background.

Everything I have tried thus far, HTML layers, etc.. they all get cropped by the clipping area of the applet. If a layer is supposed to display over the applet, then only the area that is NOT over the applet is displayed.

I've tried putting the applet in it's own layer & forcing it to be below the other layers in the stacking order, but to no avail.

I'm starting to wonder if it's even possible to do this. Is it a defined behavior that an applet is supposed to override anything trying to display in it's clipping rectangle? Any ideas?

Thanks,

- Gregor


Never Underestimate the Power of What Works!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Applet as a Background Image?
 
Similar Threads
display CGM images iingn web browser with out using any viewer in java
Avoid flickering
Image cropping in jsp
How does something get Double Buffered
URGENT HElP :