如何使用 JavaScript 将 QuickTime 电影嵌入到 iPhone Web 应用程序中?
我第一次在 dashcode 中创建一个 iphone web 应用程序,我无法弄清楚将视频嵌入到 web 应用程序中的代码。我有一个 html 文件,并且有几个页面可以在其之间切换,但我需要在中创建一个函数javascript,所以当我单击一个按钮时,它会在 Quicktime 中拉出一个视频。有示例代码或想法吗?如果有人能给我一些示例代码,我将不胜感激
I'm creating an iphone webapp in dashcode for the first time and I can not figure out the code for embedding a video into the webapp.I have an html file and have a few pages it switches between but I need to create a function in javascript so when I click a button that it will pull up a video I in quicktime. Any sample code or thoughts? If anyone could give me some samplecode I would appreciate it
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试这样的事情(完全未经测试):
然后像这样调用它:
You could try something like this (completely untested):
And then invoke it like this:
:
<video src="your_movie_file.mov" controls="controls">
your browser does not support the video tag
<video>