我可以在不使用 Flash 的情况下重新创建此 Flash 应用程序的功能吗?
我可以使用 jQuery 或其他东西来重新创建此 Flash 应用程序的功能吗?
我没有太多地使用 jQuery,但我觉得可以实现与 Flash 相同的功能。
我可以使用任何其他语言或语言组合来复制此网站的功能吗?
您必须单击开始
按钮位于页面左上角第一个屏幕的底部,以便开始与时间线交互。如果您点击顶角的 X
,时间线数据将不会加载。
单击开始
后,单击图片将显示标题。如果需要,可以在打开新窗口的标题下放置一个链接。您可以滚动时间并在单击事件时获取事件的详细信息。
这个网站没有更多内容,但我希望能够使用 jQuery 或其他有能力的语言做类似的事情。
这可能吗?如果是这样,我需要使用什么语言才能复制此网站上 Flash 应用程序的功能?
Can I use jQuery or something else to re-create this flash app's functionality?
I haven't messed around with jQuery much, but I feel like the same functionality can be achieved as Flash can.
Are there any other languages or combinations of languages that I could use to replicate the functionality of this site?
You have to click the start
button on the bottom of the first screen in the top left of the page in order to start interacting with the timeline. If you click the X
in the top corner, the timeline data won't load.
After clicking start
clicking on a picture will bring up a caption. If desired, a link is placed under the caption that opens to a new window. You can scroll through time and get details on events when they are clicked.
There isn't a lot more to this site, but I want to be able to do something similar using jQuery or another capable language.
Is this possible? If so, what languages do I need to use in order to replicate the functionality of the flash app on this site?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答是,jQuery 可以处理其中显示的所有效果,并坚持使用它将保证跨浏览器的可移植性,您可能会根据您主要针对的平台添加一些 CSS3,但这肯定会是一个很棒的 jQuery 项目。快乐编码。
the short answer is yes jQuery can handle all the effects shown in there and sticking with it will guarantee cross browser portability, you might throw in a little CSS3 depending on which platforms you are primarily targeting, but this will definitely be a great jQuery project. Happy coding.