VideoEdit Gold ActiveX Control

wmvcustomfilename Property

Description
    Set the custom wmv profile. Set to empty it will use system wmv profile, otherwise it will load the custom wmv profile.
    You can create custom wmv profile using our wmv profile editor activex.

Property Type
    Read/Write property

Data Type
    String

Syntax

VideoEdit.wmvcustomfilename[= value]

Example

[Visual Basic Syntax]

VideoEdit1.WMVCustomFileName="c:\test.prx"
VideoEdit1.InitControl
VideoEdit1.AddVideo txtVideo1, txtVideoStart1, txtVideoStop1, stretchmode
VideoEdit1.AddAudio txtAudio2, txtAudioStart2, txtAudioStop2
VideoEdit1.Save("c:\test.wmv")