Click here to Skip to main content
15,881,139 members
Articles / Programming Languages / Visual Basic

Play your AVI files with this DirectX video player

Rate me:
Please Sign up or sign in to vote.
4.83/5 (12 votes)
24 Apr 2013CPOL4 min read 130K   8K   60  
Plays AVI files using Microsoft's DirectX.AudioVideoPlayback.
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1">
  <asmv1:assemblyIdentity name="DadsAVIPlayer.exe" version="1.0.0.19" publicKeyToken="9d31a24545a28ea0" language="neutral" processorArchitecture="msil" type="win32" />
  <description asmv2:iconFile="ac0036-24.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
  <application />
  <entryPoint>
    <assemblyIdentity name="DadsAVIPlayer" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
    <commandLine file="DadsAVIPlayer.exe" parameters="" />
  </entryPoint>
  <trustInfo>
    <security>
      <applicationRequestMinimum>
        <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
        <defaultAssemblyRequest permissionSetReference="Custom" />
      </applicationRequestMinimum>
      <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
        <!--
          UAC Manifest Options
          If you want to change the Windows User Account Control level replace the 
          requestedExecutionLevel node with one of the following.

        <requestedExecutionLevel  level="asInvoker" uiAccess="false" />
        <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />
        <requestedExecutionLevel  level="highestAvailable" uiAccess="false" />

         If you want to utilize File and Registry Virtualization for backward 
         compatibility then delete the requestedExecutionLevel node.
    -->
        <requestedExecutionLevel level="asInvoker" uiAccess="false" />
      </requestedPrivileges>
    </security>
  </trustInfo>
  <dependency>
    <dependentOS>
      <osVersionInfo>
        <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
      </osVersionInfo>
    </dependentOS>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
      <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="2.0.50727.0" />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
      <assemblyIdentity name="Microsoft.DirectX" version="1.0.2902.0" publicKeyToken="31BF3856AD364E35" language="neutral" />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
      <assemblyIdentity name="Microsoft.DirectX.AudioVideoPlayback" version="1.0.2902.0" publicKeyToken="31BF3856AD364E35" language="neutral" />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
      <assemblyIdentity name="Microsoft.DirectX.Direct3D" version="1.0.2902.0" publicKeyToken="31BF3856AD364E35" language="neutral" />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
      <assemblyIdentity name="System.Core" version="3.5.0.0" publicKeyToken="b77a5c561934e089" language="neutral" processorArchitecture="msil" />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
      <assemblyIdentity name="System.Data.Entity" version="3.5.0.0" publicKeyToken="b77a5c561934e089" language="neutral" processorArchitecture="msil" />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
      <assemblyIdentity name="WindowsBase" version="3.0.0.0" publicKeyToken="31bf3856ad364e35" language="neutral" processorArchitecture="msil" />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DadsAVIPlayer.exe" size="134144">
      <assemblyIdentity name="DadsAVIPlayer" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
      <hash>
        <dsig:Transforms>
          <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
        </dsig:Transforms>
        <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
        <dsig:DigestValue>/vHNB/+cYEXsiXFRDKCc/7bMppM=</dsig:DigestValue>
      </hash>
    </dependentAssembly>
  </dependency>
  <file name="ac0036-24.ico" size="1758">
    <hash>
      <dsig:Transforms>
        <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
      </dsig:Transforms>
      <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
      <dsig:DigestValue>uBdqFe42haB+wiJpL1o1YAEB76I=</dsig:DigestValue>
    </hash>
  </file>
<publisherIdentity name="CN=Bobs-PC\Bob" issuerKeyHash="9472e6ac35210ef94c89ba2db0ee7a46c4fc116f" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Y5sNCgjHhH/809jzvm+6aO0wcuU=</DigestValue></Reference></SignedInfo><SignatureValue>VYkufX7gGKVn7GZTW8Rg8InGnHLXXir0gnehC9qcxiQ1Bm2XMSkSCZO5Lp0Ep+cnOZwdoPziCoxae0Y14ayAHNu4CaDHwvBsR83VWpIHH843gj60U7Bl3VVfkta9yIgPngiHGze05YO3nO3caj26GMFFpyrW7At511X2tbwrzsQ=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>tRWkHR+AJfBCTMXZ9WLhTTyvRhCgWa6hoVAAvbhD1uyOY6xMGN1cvNWU0Tx0idzRL3cawWC4TL+ZyCQVtbgrxiP/Wtodn5ZdtKiAqEWy9ZkPW1WQOkLYXIFN4tKGx5292FT1OelWOHi915E6RP/+ytYVCWTMB7I+U67SaIzibvE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="e57230ed68ba6fbef3d8d3fc7f84c7080a0d9b63" Description="" Url=""><as:assemblyIdentity name="DadsAVIPlayer.exe" version="1.0.0.19" publicKeyToken="9d31a24545a28ea0" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=Bobs-PC\Bob</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>QqEcBgoWzIRYmSrsRPNGK+eE+7k=</DigestValue></Reference></SignedInfo><SignatureValue>fdPC2S+EjFD02w+cSWDjDHqdSmtP3BRoXuEqdI1pTEdS4wpO0bpUtk2JhUc6ASqhG+nhS5Ap4BRVb2J+jsbN/fkx/q3VT8PF8k7zNiJhUCuLWpopHgOjmma+9NgFctvSmranj2rWnpF8qc2aapt7MmYJqJCEiJVpSECCkNM19vk=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tRWkHR+AJfBCTMXZ9WLhTTyvRhCgWa6hoVAAvbhD1uyOY6xMGN1cvNWU0Tx0idzRL3cawWC4TL+ZyCQVtbgrxiP/Wtodn5ZdtKiAqEWy9ZkPW1WQOkLYXIFN4tKGx5292FT1OelWOHi915E6RP/+ytYVCWTMB7I+U67SaIzibvE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIBxTCCAS6gAwIBAgIQO3ZKZN46AqZHLSECUaAQaTANBgkqhkiG9w0BAQUFADAhMR8wHQYDVQQDHhYAQgBvAGIAcwAtAFAAQwBcAEIAbwBiMB4XDTA5MDExMzAyMzEwN1oXDTEwMDExMzA4MzEwN1owITEfMB0GA1UEAx4WAEIAbwBiAHMALQBQAEMAXABCAG8AYjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAtRWkHR+AJfBCTMXZ9WLhTTyvRhCgWa6hoVAAvbhD1uyOY6xMGN1cvNWU0Tx0idzRL3cawWC4TL+ZyCQVtbgrxiP/Wtodn5ZdtKiAqEWy9ZkPW1WQOkLYXIFN4tKGx5292FT1OelWOHi915E6RP/+ytYVCWTMB7I+U67SaIzibvECAwEAATANBgkqhkiG9w0BAQUFAAOBgQBzysZDkquVa3oBS2RvMCfxJ0rUcoMASUQ3kGcHEgHVcLp8jYfrEtePm3IBc9bccbN4YBNwBEl05FSz7CQmbb1+/+wttxOarrM7Z8lq9gCXpGoagCGTdl3Li2k+HweaBM/nAZfNb9O6VGZn81AcIp/TvfO4ZsrC+AEbGIGJDZsuPg==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
United States United States
I am currently retired.
I have no degree but I have some programming experience
when I was in college(Cobol, Pascal).

My accomplishments thus far are;
Best VB.Net article for January(2009)
Best VB.Net article for July(2009)

Comments and Discussions