从 html 链接加载 Android 视频
我有一个网络视图,其中一个链接有:
<a href=video.mp4>click here</a>
当我单击它时,我希望它打开同一目录中的视频文件,但没有任何反应。我也尝试过,
<a href=file:///sdlocation/video.mp4> click here</a>
结果相同。
如何使用html链接加载本地视频和图片?
I have a webview and one of the links has:
<a href=video.mp4>click here</a>
When I click it I wanted it to open a video file that is in the same directory but nothing happens. I have also tried
<a href=file:///sdlocation/video.mp4> click here</a>
With the same results.
How can I load local videos and pictures using an html link?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试相同的链接,但在前面加上目录限定符,如下所示:
Try your same link, but prepend with a directory qualifier, like so: