Sending very little data:
view.php?filetable=gallery
Pasting this in browser works. The issue lies with the datagrid change event not opening a new window when using GET.
Main Topics
Browse All TopicsFlash 9, AS 2.0
The following code adds a listener to a datagrid. When clicked its suppose to bring up a new window. This works when the getURL method is set to POST, but not GET (customer is request GET method be used). When its set to GET method, clicking does nothing. Why does it not work with GET? I've tried the cellPress event and the click event, same results.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Can you see the difference:
this.createEmptyMovieClip(
loader_mc.username = "some user input";
loader_mc.password = "random string";
loader_mc.getURL("http://w
here username and password are added to the query string so that the broswer would open:
http://www.flash-mx.com/mm
What happens if you just do this:
getURL(links.dg.selectedIt
Business Accounts
Answer for Membership
by: blue-geniePosted on 2007-12-11 at 21:48:59ID: 20455338
have you tested it by putting in your url in the browser and appending your variables with teh query
/blah.jsp? firstname= bob
ie. http://www.yourserver/blah
how much data are you sending.