% // Copyright (c) MediaArea.net SARL. All Rights Reserved. // // Use of this source code is governed by a BSD-style license that can // be found in the License.html file in the root of the source tree. /// //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // Microsoft Asp.net C# example // // To make this example working, you must put MediaInfo.Dll and Example.ogg // in the "./Bin/" folder // and add MediaInfoDll.cs to your project // // Know issue: I don't know what is the default path when a file // is open without path. // Complete file name (path+filename) must be provided // Don't hesitate to contact Info@MediaArea.net if you know how // to open Example.ogg in the bin directory whereever is located // the project. // //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %> <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="asp_net_web_application._Default" %> <%@Import Namespace="MediaInfoLib" %>