RE: [Laszlo-user] <html> tag doesn´t work in swf runtime ? (v4.0.3 & v4.0.2)

Ky Vong (kvong) kvong at cisco.com
Tue Sep 4 11:53:15 PDT 2007


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: laszlo-user-bounces at openlaszlo.org [mailto:laszlo-user-bounces at openlaszlo.org] On Behalf Of Rodrigo Kerkhoff
Sent: Monday, September 03, 2007 1:52 PM
To: laszlo-user at openlaszlo.org
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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-user/attachments/20070904/5066930e/attachment.html


More information about the Laszlo-user mailing list