Have you set wmode to 'transparent' in the HTML when embedding the swf? Check out this forum post: http://forum.openlaszlo.org/showthread.php?t=9350&highlight=wmode and take a look at the HTML source in the example at http://labs.openlaszlo.org/legals-nightly/lps/components/extensions/test/html-swf.jsp Hope that helps, Ky
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Kerkhoff Sent: Monday, September 03, 2007 1:52 PM To: [email protected] Subject: [Laszlo-user] <html> tag doesn´t work in swf runtime ? (v4.0.3 & v4.0.2) Hi folks... I´m trying to show an HTML page inside my window in the swf runtime, but it doens´t works... The code is as follows Code: <library> <class name="teste" extends="DSWindow" title="Meu título" width="800" height="600"> <html src="http://www.openlaszlo.org" visible="true" ></html> </class> </library> *DSWindow class is a kind of laszlo window... So, this code doesn´t works in OL4.0.2 and OL4.0.3.... The error is in my code, or the HTML tag doesnt works fine in swf runtimes ? Thanks in advance!!! Rodrigo Kerkhoff
