[Laszlo-dev] Re: [Laszlo-user] why flash in 3.1 not showed!

DL dl.lists at ntlworld.com
Sun Nov 20 12:40:21 PST 2005


On 19 Nov 2005 at 20:11, Max Carlson wrote:

> I just updated an old windows 2000 box to 5.00.2195 service pack 4 and 
> IE 6.2800.1106. 


Final chapter of this diagnosis of embed.js (version 3.1) ..

Replaced the openlaszlo-3.2(alpha) version of embed.js with the earlier version of embed.js from lps-3.0.2.

This old embed.js rendered the Hello Laszlo! correctly in 3.1 .. as has been reported as the "fix".

...

uncommented // alert(o); in embed.js and launched copy-of-hello.lzx again ..

and noticeably the output embed script is different !

It is the expected nested <object><embed></embed></object> as recommended by Macromedia for cross browser compatibility.
_______________________________________________________________

<object type="application/x-shockwave-flash"  
data="copy-of-hello.lzx?lzt=swf"
width="100%" 
height="100%" 
name="lzapp" 
id="lzapp"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=7,0,0,0" >
<param name="movie" value="copy-of-hello.lzx?lzt=swf"> 
<param name="scale" value="noscale" />
<param name="quality" value="high" />
<param name="menu" value="true" />
<param name="salign" value="lt" />
<param name="width" value="100%" />
<param name="height" value="100%" />
<param name="bgcolor" value="#ffffff" />
<param name="Flashvars" value="lzt=swf&__lzhistconn=9883&__lzhisturl=/openlaszlo_3.2/lps/includes/h.html%3Fh%3D" /> 
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" 
scale="noscale" 
src="copy-of-hello.lzx?lzt=swf" 
quality="high" 
salign="lt" 
menu="true" 
width="100%" 
height="100%" 
bgcolor="#ffffff" 
name="lzapp" 
id="lzapp" 
Flashvars="lzt=swf&__lzhistconn=9883&__lzhisturl=/openlaszlo_3.2/lps/includes/h.html%3Fh%3D" /> 
</object>

_______________________________________________________________


Why has embed.js been changed to only write <embed></embed> and not 
 nested <object><embed></embed></object> as recommended by Macromedia?

The nested script is needed for IE, surely?

_______________________________________________________________

DL


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://openlaszlo.org/pipermail/laszlo-dev/attachments/20051120/e889ebca/attachment.html


More information about the Laszlo-dev mailing list