Although I’d use the LoadVars object. It’s more fun…
[AS]var lv = new LoadVars();
lv.screenx = _root.scx;
lv.screeny = _root.scy;
lv.send(“variable.asp”, “_blank”, “POST”);[/AS]
And please do NOT crosspost. :-\
SBUH
Usually, I’d learn how to do it and tell you, but this time I’m really busy here. :-
You could try your luck in the Server-Side forum and/or run a search on google.com.
There’s also a list of tutorials and resources in the sticky thread in the Server-Side section.
ahmed
Haha - I’m not. Well, I know a little bit (I repeat, just a little bit) of everything (ASP, ASP.NET, PHP, JavaScript, VB, C++ and Java), but ActionScript is my passion. =)
lol… im not an SSAS genius, i just got started
The developer license is free, only draw back is that it supports 5 connections only (which is still not bad when you’re merely building apps :))
Thanks and I know how to connect with database, but not clear with recordset. so, can you tell me more things about that and how to use during saving process?