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
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