# LoadVariablesNum doesn't work within MC

**URL:** https://forum.kirupa.com/t/loadvariablesnum-doesnt-work-within-mc/176403
**Category:** Uncategorized
**Created:** [January 23, 2006, 10:00pm UTC](https://forum.kirupa.com/t/loadvariablesnum-doesnt-work-within-mc/176403 "2006-01-23T22:00:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Napoly](https://avatars.discourse-cdn.com/v4/letter/n/a9adbd/32.png) [@Napoly](https://forum.kirupa.com/u/Napoly)
#### Post date: [January 23, 2006, 10:00pm UTC](https://forum.kirupa.com/t/loadvariablesnum-doesnt-work-within-mc/176403/1 "2006-01-23T22:00:22Z")

</div>

Hello everybody… [maybe this shoud be moved to Server Side part of a forum]

I’m trying to make some sort of a GuestBook. I’m using one from flashkit. It’s working ok but I need to put the hole thing inside of a movie clip. That’s where my problems come out. It’s just refusing to load my GuestBook.php.  
Here’s the code for loading variables:  
NumLow = 0;  
NumHigh = 10;  
loadVariablesNum (“GuestBook.php?NumLow=”+NumLow+"&NumHigh="+NumHigh+"&R="+random(999), 0);  
stop();

I was trying to give a mc instance name and do it like \_root.mc.loadVar… but no luck… thanx for any help…
