PDA

View Full Version : embedding applets


kentyler
04-23-2003, 08:40 AM
If I have a java applet, like a chart or an animation, is there any way to embed it into laszlo ?

antun
04-23-2003, 08:45 AM
No, you can't embed Java applets into a Lazlo app. If you really wanted the effect, you could have more than one laszlo app craftily positioned on an HTML page, surrounding your Java applet.

However if you had an animation built using the Flash authoring evironment, you could put that in a Laszlo app.

-Antun