I notice this is splitting to the next line, did you paste it that way or is that what it actually outputs, LoadVars wants a single long a** string.
Also:
ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#000000]function[/COLOR] lv[COLOR=#000000]([/COLOR]l, n, t, [COLOR=#0000ff]e[/COLOR], f[COLOR=#000000])[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#808080]//5 variables[/COLOR]
lv[COLOR=#000000]([/COLOR]sites_txt, [COLOR=#ff0000]“cycle”[/COLOR], [COLOR=#000000]null[/COLOR], [COLOR=#ff0000]“sites.php”[/COLOR][COLOR=#000000])[/COLOR];
[COLOR=#808080]*//4 variables *[/COLOR]
[/LEFT]
[/FONT]
It’s one long string.
I don’t know much about actionscript but now you point it out
f has not been defined so the line …
l.load(f); [ or new Load Vars.load(f) ] aint gonna send much back to flash.
Any suggestions for the missing part ??:}