Ning Developer Docs

I found this network and loved the way their sign up box is set.
http://www.conquerors.com.au/

Anyone know how to do this?
Please help!

Thank you!

Views: 11

Replies to This Discussion

let me know if you figure this one out..
i have the script, but how do i post i there?
you need to add it as an attachment by uploading the file.
I've created a very basic login with flash

https://api.ning.com/files/-1yR27opppZ60RNYJNJskvRyu0s-7R82mtCx6btI...____The action script on the Submit button is:___on (release) {_if (emailAddress eq "" or password eq "") {
stop ();
} else {
loadVariablesNum ("http://partypelican.ning.com/main/authorization/doSignIn?target=http%3A%2F%2Fpartypelican.ning.com%2F", 0, "POST");
gotoAndPlay (6);
}
}



The two form variables are emailAddress and password

If you notice at the end of the code... gotoAndPlay.. that brings it to frame 6 in the movie.. at about the 15th frame I have an action in that frame to get url http://partypelican.ning.com . Say you have it gotoAndPlay frame 6 and on 7 you have it get url... when it loads your page.. it won't show your logged in ( but you will be logged in and it will show once u click another page).. so you need to give it some space in between. 15-20 is good. play around with it.
That is nice and all, but Im looking for the same box as this site: http://www.conquerors.com.au/

Anyone know how to make your log in look like this????

RSS

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service