Not loading loadVars

tell me what im doing wrong please…

ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#000000]**var**[/COLOR] loadConf:[COLOR=#0000FF]LoadVars[/COLOR] = [COLOR=#000000]**new**[/COLOR] [COLOR=#0000FF]LoadVars[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];

[COLOR=#0000FF]load[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]‘widgets.conf’[/COLOR], loadConf[COLOR=#000000])[/COLOR];
loadConf.[COLOR=#0000FF]onLoad[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
wd = loadConf.[COLOR=#000080]Widgetsdir[/COLOR];
bd = loadConf.[COLOR=#000080]Backgrounddir[/COLOR];
active = loadConf.[COLOR=#000080]ActiveWidgets[/COLOR];
[COLOR=#0000FF]trace[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#000000]}[/COLOR];
[COLOR=#0000FF]stop[/COLOR]COLOR=#000000[/COLOR];
[/LEFT]
[/FONT]

1 frame with that code in it.
saved to same folder were ‘widgets.conf’ resides.
and the output box (were traces goes) stays empty, not even an error message

Ideas?

//VoS