View Full Version : lzx embed in html
sirajbg
01-11-2007, 08:30 PM
hi,
I have a html file and i want to embed my "myfile.lzx" in html
i tried with embed tag
<embed src="myfile.lzx" width="770" height="450">
but it is not working.
can you tell me how to do this .
Regards,
Raj.
sirajbg
01-12-2007, 01:05 AM
hi laszlo team,
can you assist me.
caclark
01-12-2007, 08:29 AM
take a look at Chapter 32 of the Developer's Guide:
http://www.laszlosystems.com/lps-3.3/docs/guide/browser-integration.html
hi,
I have a html file and i want to embed my "myfile.lzx" in html
i tried with embed tag
<embed src="myfile.lzx" width="770" height="450">
but it is not working.
can you tell me how to do this .
.
Because OpenLaszlo compiles the code everytime, it won't work.
What I suggest is for you to compile you file : myfile.lzx and then Deploy it in SOLO,
It is very easy, all you have to do is click on the SOLO button at the bottom, it will make up a .zip file which has a file index.html in it. There it will have your compiled file in the html.
All you need to do is to add whatever you want.
Let me know if you got it right.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.