Hi,<br><br>I&#39;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.&nbsp; My trouble is learning how to capture parameters passed to the lzx file and use those variables in the app.&nbsp; <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>&lt;dataset name=&quot;dset&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; request=&quot;true&quot; type=&quot;http&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; src=&quot;<a href="http://somedomain.com/flash_profile.php?profile_id=4">http://somedomain.com/flash_profile.php?profile_id=4</a>&quot;/&gt;<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>