PDA

View Full Version : External Variables sent into an openLaszlo App?


Ocram
07-10-2006, 09:39 AM
I was wondering if anyone had a similar issue. I am trying to find a way to send in external values from php to an openlaszlo application. I know of the getInitArg() method in LzBrowser for retieving values from the url but I didn't know if there was an alternate way to get data that I want more hidden, like a password and username.

If anyone has any idea or have done this before any input would be great.

mmenti
07-10-2006, 09:46 AM
You may want to look into using SWFObject and ExternalInterface (Flash 8 only).

There's some info and a lot of useful links in this thread:
http://www.laszlosystems.com/developers/community/forums/showthread.php?s=&threadid=6138

HTH,
Mario.

Ocram
07-10-2006, 09:59 AM
thanks. I'll look right into it.