Need help - As ASX file creator.

Johngecko

New member
Joined
Aug 10, 2005
Messages
2
Programming Experience
Beginner
Hello all,

I am attempting to build a very small program that asks the user for where their .wmv or .wma file is stored and then simply creates an asx file using that address.

An example of the ASX file is as follows :


<ASX version = "3.0">
<Entry>
<Ref href = "mms://ms.groovygecko.net/groovyg/clients/test/suitestclipaudiotext_hb.wmv?wmcache=0" />
</Entry>
</ASX>

Bold Lettering is the address of the wmv or wma file.

How would I go about doing this?

Thanks,

John
 
So for example, a screen says "What is the address of the file?" , they write it in - then a convert button is pressed and a new asx file is created containing the name of the file they wrote in.
 
Back
Top