Click to See Complete Forum and Search --> : Filling HTML-forms with Media Encoder-info using javascript


vevense
11-14-2003, 02:03 AM
Hello gurus!

We are developing an application where we need to communicate with Windows Media Encoder from a web page.

We need javascript to retrieve time information from the encoder, put the information in a HTML-form. The information will be transferred to a database on the webserver via the form.

We also want javascript to start and stop the encoder.

Can anybody help us with this?
Coding examples i.e will be appreciated.

Khalid Ali
11-14-2003, 06:33 AM
if windows media encoder creates information in an xml file you canread using JavaScript other wise no.

To make JavaScript communicate applications on your system,I'd say its almost impossible without using any complimentry applications.(java or MS ActiveXCOntrols)