2011-07-30 65 views
0

我在這有一個asp.net MVC3 Web應用程序的視頻,我有使用Htlml5 controls.I想使用HTML5這個MVC3應用程序中播放視頻爲了這個,我已經嘗試此操作運行頁面時,只需將它顯示BLAK窗口和控制沒有明顯的視頻我已經聲明這樣如何發揮在asp.net MVC3使用HTML5

<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<IlifeLooks.Models.User>" %> 

     <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> 
     Window 
     </asp:Content> 
    <asp:content id="Content2" contentplaceholderid="MainContent" runat="server"> 
    <h2> 
     Window</h2> 
     <video width="560" height="340" controls> 
    <source src="../../Videos/Nenu Nuvvuantu - Orange - MyInfoland.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> 
    <source src="../../Videos/Meray Haath.avi" type='video/ogg; codecs="theora, vorbis"'> 
</video> 
<video id="myvideo" runat="server" width="300px" height="500px" autoplay="autoplay" 
    controls="controls" src="~/Videos/Nenu Nuvvuantu - Orange - MyInfoland.mp4"> 
</video> 

我可以在我的代碼改變什麼,請幫助我....

+0

你可以把網址,在瀏覽器中看到他們下載? – bcoughlan

+0

嗨,感謝你給予迴應,我無法得到你的URL的手段......?在這裏我已經分配源服務器路徑 – Victor

回答

0

做這樣的:

src=foldername/video.mp4