Hi,
I've been having a real tough time finding documentation on how to do the
following:
I am creating a openlaszlo program , profile.lzx. I plan to compile to swf.
My trouble is learning how to capture parameters passed to the lzx file and
use those variables in the app.
So:
profile.lzx?profile_id=4 (this would eventually pass to
profile.swf?profile_id=4)
In the app, I want to take that ID of 4 and pass it to the following:
<dataset name="dset"
request="true" type="http"
src="http://somedomain.com/flash_profile.php?profile_id=4"/>
How do I set a variable for profile_id, then how to I pass the value to the
dataset tag?
Thanks,
BC