var commentVars = new LoadVars(); var defaultText = "###LOAD UP TEXT###."; comment_txt.text = defaultText; commentVars.friendID = "###FRIENDID###"; commentVars.Mytoken = ""; comment_txt.onSetFocus = function () { if (comment_txt.text == defaultText) { comment_txt.text = ""; } // end if }; commentSubmit_mc.onPress = function () { if (comment_txt.text != defaultText) { commentVars.f_comments = comment_txt.text; commentVars.send("http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment", "_self", "POST"); comment_txt.text = defaultText; } // end if }; commentReset_mc.onPress = function () { comment_txt.text = ""; }; commentReset_mc.onRelease = function () { Selection.setFocus("comment_txt"); };
Make your own free website on Tripod.com