网站视频上的可移动小部件
我仍处于计划阶段,但这是我想做的事情的基本想法。在过去的几年里,我也没有做过太多/任何网络开发,所以我对什么会/不会起作用有点不了解。
我想让视频基本上在背景层上播放,上面有各种小部件。这些小部件都是相当简单的基于 HTML 的文本,也许还有一些图像。小部件还需要可移动(例如,我需要能够拖放小部件来移动它们)。最后,我真的很希望它能够在平板电脑(iPad 或 Android)上运行。
我需要使用闪光灯或银光来完成这样的事情吗?我宁愿不这样做,因为我知道这会让平板电脑很难工作。我知道 HTML5 应该成为新的热点,但我不太了解它的功能。
I am still very much in the planning phase on this but here is the basic idea of what I want to do. I also have not done much/any web development in the past few years so I am a little out of the loop on what will/wont work.
I want to have a video playing essentially on a background layer with various widgets on top of it. The widgets will all be fairly simple HTML based text and maybe a few images. The widget also need to be movable (eg. I need to be able to drag and drop the widgets to move them). Finally I would really like it to work on a tablet (iPad or Android).
Am I going to need to use flash or silverlight for something like this? I would rather not because I know that makes it hard to get tablets working. I know HTML5 is supposed to be the new hotness but I don't really have a good idea of its capabilities.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash 或 Silverlight 将排除平板电脑(无论如何 iPad),而不仅仅是让它们变得困难。
我将从 jQueryUI 开始,它支持轻松移动元素。
Flash or Silverlight will rule out tablets (the iPad anyway), not just make them hard.
I'd start with jQueryUI it supports easily making elements moveable.