Submitting Information to a Web Site

Submitting Information to a Web Site

Document ID: IR10005
The information in this article applies to:
  • AutoPlay Media Studio 5.0 Professional Edition

SUMMARY

This article describes how to submit information to a web site.

DISCUSSION

AutoPlay Media Studio has a built in function to send data to a website and receive a response: HTTP.Submit.

To submit information to a website, use the HTTP.Submit action. Please note that you have to develop a server script to accept whatever information you are sending to the web.

HTTP.Submit takes the response from your server script and stores it in a string.

One possible implementation of this would be as follows:

  1. Develop a script that can accept whatever data you wish to pass to it from AutoPlay, and returns some value.
  2. Use the HTTP.Submit action to submit your data to your script (located on your web server).
  3. Process the returned string.

This is a very involved implementation of AutoPlay Media Studio 5.0. You will have to coordinate with your website developer to decide upon an implementation plan.

MORE INFORMATION

For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:

  • Program Reference | Actions | HTTP | HTTP.Submit

KEYWORDS: AutoPlay Media Studio 5.0, Actions, Submit, Web, Internet, Form


Last reviewed: September 22, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.