# LoadVars.load() syntax

**URL:** https://forum.kirupa.com/t/loadvars-load-syntax/150392
**Category:** flash
**Created:** [June 7, 2005, 7:13am UTC](https://forum.kirupa.com/t/loadvars-load-syntax/150392 "2005-06-07T07:13:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![matthewjumps](https://avatars.discourse-cdn.com/v4/letter/m/49beb7/32.png) [@matthewjumps](https://forum.kirupa.com/u/matthewjumps)
#### Post date: [June 7, 2005, 7:13am UTC](https://forum.kirupa.com/t/loadvars-load-syntax/150392/1 "2005-06-07T07:13:16Z")

</div>

Is there a way of making a normal loadVars.load load a url depending on a variable you set in the swf?

var reciever = new LoadVars();  
loadurl = “test\_onload\_3.cfm?propertyID=”+ **MY\_VARIABLE\_GOES\_HERE** ;  
reciever.load(loadurl);

so that I can set my variable and then load the variables with the propertyID that I choose in the swf???
