The only way is to fake it by having the surrounding HTML webpage float an IFRAME over your Flash applet. Same technique folks use for displaying web pages inside of a Flash app.
I saw a demonstration somewhere of a Flash app that had transparency. I believe the Flash player allows for a transparent background (I guess that's how all of those annoying integrated page ads work), so you could probably float your Flash app over your Java applet as well! Troy. On 2/7/07, huangnankun <[EMAIL PROTECTED]> wrote:
As the subject implies.. I'm trying to find a way to embed a java applet within a flex application. I know that java can take over a rectangular area within a HTML page, but is there a way to have embed an applet within flash?