Want to pass a value to variable

init;
function init()
{
vx = x;
ball = attachMovie(“ball”, “ball”, 0);
ball._x = 0;
ball._y = Stage.height / 2;
}
*
Using the above script i want to get the value from asp page and use for x using ***loadVariables()
**.****How its Possible…****Please anybody give a immd solution…

Gnanavel