项目百年纪念中的DVD和Bluray自动播放 [英] Autoplay for DVD and Bluray in project centennial

查看:44
本文介绍了项目百年纪念中的DVD和Bluray自动播放的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

同事们!


我在Project Centennial中遇到自动播放问题。我正在尝试为DVD设置自动播放。

这是我的Windows应用包装项目的清单文件:





 

xmlns:desktop3 =" http://schemas.microsoft.com/appx/manifest/desktop/windows10/3"

< desktop3:Extension Category =" windows.autoPlayHandler"> &NBSP; &NBSP;

< desktop3:AutoPlayHandler>  &NBSP; &NBSP; &NBSP; &NBSP; &NBSP;
< desktop3:InvokeAction ActionDisplayName ="播放媒体文件和DVD" ProviderDisplayName = QUOT;播放">&NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP;
< desktop3:Content ContentEvent =" PlayDVDMovieOnArrival"动词= QUOT;播放"参数= QUOT;%2英寸/>&NBSP;
  < / desktop3:InvokeAction>
  < / desktop3:AutoPlayHandler>
< / desktop3:Extension>



但是在通过自动播放运行我的应用程序时,我收到了这样的错误:
$


http://joxi.ru/Drl0a3kivZqqwr



请告诉我我在做什么错误或显示自动播放DVD的示例。



提前致谢!

解决方案

您好,


从错误消息中,您的应用似乎不支持该文件类型。您是否在mainfest文件中添加了文件活动扩展名?


与此处提到的文档类似:​​处理文件激活


祝你好运,


Roy


Hi, Colleagues!

I have a problem with autoplay in Project Centennial. I'm trying to set up autoplay for DVD.
Here's my manifest file of Windows Application Packaging Project:



xmlns:desktop3="http://schemas.microsoft.com/appx/manifest/desktop/windows10/3" <desktop3:Extension Category="windows.autoPlayHandler">    

<desktop3:AutoPlayHandler>            <desktop3:InvokeAction ActionDisplayName="Play media files and DVD" ProviderDisplayName="Player">                <desktop3:Content ContentEvent="PlayDVDMovieOnArrival" Verb="play" Parameters="%2" />    </desktop3:InvokeAction>   </desktop3:AutoPlayHandler> </desktop3:Extension>


But while running my application through autoplay, I receive such an error:

http://joxi.ru/Drl0a3kivZqqwr

Please tell me what I'm doing wrong or show an example of auto-playing DVD.

Thanks in advance!

解决方案

Hi,

From the error message, it seems the file type is not supported by your app. Have you added you file active extension in the mainfest file?

Like the document mentioned here:Handle file activation

Best regards,

Roy


这篇关于项目百年纪念中的DVD和Bluray自动播放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆