0
我正在嘗試使用Microsoft Web Helpers,因此我可以使用@Video
幫助程序。我的代碼如下所示:未找到使用網頁的方法2
@using Microsoft.Web.Helpers;
@{
Layout = "~/_SiteLayout.cshtml";
Page.Title = "Home";
}
@Video.Flash(path: "my_flash_video.swf", width: "400", height: "600",
play: true, loop: true, menu: false, bgColor: "red",
quality: "medium", scale: "exactfit", windowMode: "transparent")
每次我運行此我得到以下錯誤:
Method not found: 'System.Web.WebPages.HelperResult Microsoft.Web.Helpers.Video.Flash(System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, System.String, System.String, System.String, System.String, System.String, System.Object, System.Object, System.String)'.
任何人都可以照這個任何光線?
是的。但是,它仍然不會顯示在Web頁面2中。如果我創建了一個Web Pages 1項目,我可以使用它。 – 2013-02-12 10:57:56