Hi,<br><br>I've been having a real tough time finding documentation on how to do the following:<br><br>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. <br>
<br>So:<br><br>profile.lzx?profile_id=4 (this would eventually pass to profile.swf?profile_id=4)<br><br>In the app, I want to take that ID of 4 and pass it to the following:<br><br><dataset name="dset"<br> request="true" type="http"<br>
src="<a href="http://somedomain.com/flash_profile.php?profile_id=4">http://somedomain.com/flash_profile.php?profile_id=4</a>"/><br><br>How do I set a variable for profile_id, then how to I pass the value to the dataset tag? <br>
<br>Thanks,<br>BC<br><br>