Flex 4.5/Air 的 Android 应用程序

发布于 2024-11-09 14:11:11 字数 241 浏览 0 评论 0原文

我正在考虑使用 Flex4/Air 开发 Android 应用程序。我希望应用程序具有悬停播放功能。我的意思是,如果从视频列表中选择视频缩略图但未单击,则它应该播放 5 秒的剪辑,就像 bing.com/videos 中一样。我假设这是我们在 Android 设备中最接近“悬停”的情况 - 如果情况并非如此,请纠正我。

Flex4/Air有这个能力吗?否则我们可以在 Android 设备上实现悬停播放功能吗?

感谢任何帮助/指示。

I am thinking of using Flex4/Air for developing an Android app. I want the app to have hover to play like ability. I mean if a video thumbnail is selected from alist of videos but not clicked it should play a 5 second clip just like in bing.com/videos. I am assuming this is the closest we come to "hover" in Android devices - please correct me if ths is not the case.

Does Flex4/Air have this capability? Otherwise can we implement hover-to-play ability on Android devices?

Appreciate any help/pointers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如痴如狂 2024-11-16 14:11:11

Flash Builder 4.5 有这个功能吗?不!我想您是想问 Flex 4.5 是否具有此功能,但问题最好是这样表述:“AIR for Android 是否具有此功能?如果有,我如何在 Flex 中访问它?”

在为移动设备开发代码时,我在实现基于“悬停”方法的功能时会非常小心。但是,您可以查看这些触摸事件:

  1. TOUCH_OVER
  2. TOUCH_ROLL_OVER

我想了很久Press / Long Touch 事件可能正是您所需要的,但我找不到 AIR 的触摸 API 支持的任何文档记录。

Does Flash Builder 4.5 have this capability? No! I think you meant to ask does Flex 4.5 have this capability, but the question would be best stated: "does AIR for Android have this capability? If so, how can I access it in Flex?"

When developing code for mobile devices, I would take great care when implementing functionality based on a "hover" approach. However, you can take a look at these touch events:

  1. TOUCH_OVER
  2. TOUCH_ROLL_OVER

I thought a Long Press / Long Touch event may be what you need, but I couldn't find any documented one supported by AIR's touch API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文