mwielbut
01-04-2003, 11:40 PM
I hava a java servlet which processes some action when a URL in the form:
httpL//somehost.com/servlet/myServlet?action=skipSong
is submitted to it.
I also have a flash movie that I user to interact with this servlet.
I know that I can use getURL() to send the URL, but it opens it in a browser window. I would like to send the URL command without expecting any server response and not have to deal with a browser.
The main problem is that the URL is supposed to remain hidden from the user. If the URL opens in a browser window it will be visible to the user.
Oh, and one more thing. I am creating a Projector file so any JavaScript solution, would be useless I guess.
Thanks!
httpL//somehost.com/servlet/myServlet?action=skipSong
is submitted to it.
I also have a flash movie that I user to interact with this servlet.
I know that I can use getURL() to send the URL, but it opens it in a browser window. I would like to send the URL command without expecting any server response and not have to deal with a browser.
The main problem is that the URL is supposed to remain hidden from the user. If the URL opens in a browser window it will be visible to the user.
Oh, and one more thing. I am creating a Projector file so any JavaScript solution, would be useless I guess.
Thanks!