PDA

View Full Version : flash integration


pvandermaesen
10-08-2004, 04:21 AM
hello,

I try to include a laszlo generate swf in a standard flash application.

this is my actionscript code in flash :

this.createEmptyMovieClip("container_mc",0);
this.container_mc.loadMovie("http://localhost:8080/lps-2.2/examples/flash/form_example.lzx");

it is very simple and this code work corectly when a insert a jpg or a standard swf file.

thanks.

P.

k-dub
10-16-2004, 09:09 AM
Does it work if you add "?lzt=swf" to the end of the url?

pvandermaesen
10-17-2004, 02:37 AM
unfortunately not

even if I save the file in swf that does not work, it seems y to have a problem of security.