如何在Windows Mobile 6下将Flash游戏嵌入到Windows Forms application.net紧凑框架中

发布于 2024-08-20 14:14:49 字数 1252 浏览 3 评论 0原文

我想在windows mobile上开发一个应用程序。 在此应用程序中,我需要向最终用户展示一些 Flash 游戏。

  1. 我该怎么办?

    • 嵌入 Flash ActiveX 控件(在 Windows 移动表单应用程序中)?
    • 嵌入 IE 控件
  2. 顺便说一句(因为我现在没有 Windows Mobile 设备) 我可以在Windows Mobile设备的IE中查看Flash吗?

提前致谢。

编辑1: 此链接讨论如何在 .NET Compact Framework 2.0 中托管 ActiveX 控件 这篇文章对我有帮助。

要播放 Flash,应安装 Macromedia Flash Player 7 for Pocket PC在您的 Windows Mobile 模拟器上。

编辑2: 经过实践,我发现在进行 Windows Mobile 编程之前应该安装以下软件包:

  • Vista SP2
  • Visual Studio 2008 SP1
  • Windows Mobile 设备中心

EDIT3: 我发现这个有用的链接讨论了 通过托管在 Flash 电影和数据库之间进行交互C# 应用程序

EDIT4: 以及 启用网络连接 Windows 的链接移动6模拟器

I want develop an application on windows mobile.
In this app, i need to show some Flash games to the end user.

  1. How should I do?

    • embed an Flash ActiveX Control (in Windows mobile Form application) ?
    • embed an IE control?
  2. BTW (because i do not have a windows mobile device now)
    Can I views flash in IE of the windows mobile device?

Thanks in advance.

EDIT1:
This link talks about how to Hosting ActiveX Controls in the .NET Compact Framework 2.0
This article helped me.

for play flash, Macromedia Flash Player 7 for Pocket PC should be installed on your windows mobile emulator.

EDIT2:
after practice i found following package should be installed before your windows mobile programming:

  • Vista SP2
  • Visual Studio 2008 SP1
  • Windows Mobile Device Center

EDIT3:
and I found the this helpful link talks about Interaction Between a Flash Movie and the Database through the Hosting C# Application

EDIT4:
and this link for Enable Network Connection Windows Mobile 6 Emulator

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

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

发布评论

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

评论(2

橘寄 2024-08-27 14:14:49

在 WinMo 上,您目前只能获得 Flash Lite 和旧版 Player 7。通用桌面 Flash 游戏可能无法运行。 Adobe 承诺在 10.1 版本中为移动操作系统提供完整的 Flash;也许它出来后会对你有用。

我肯定会尝试嵌入 Flash 而不是 Web 浏览器控件,因为 IE Mobile 存在大量错误和操作系统版本之间的差异。如果您重视自己的理智,请尽可能将 IE Mobile 排除在外。嵌入 Flash 在新播放器中的工作方式还有待观察。但现在值得为 Windows Mobile 设置 VirtualPC 映像来进行播放和测试。

On WinMo you currently only get Flash Lite and the old Player version 7. General-purpose desktop Flash games will probably not run. Adobe are promising full Flash for mobile operating systems with the 10.1 release; maybe that'll work for you when it comes out.

I'd definitely try to embed Flash rather than a web browser control, as IE Mobile is a hive of bugs and differences between OS versions. Keep IE Mobile out of the equation as much as possible if you value your sanity. It remains to be seen how embedding Flash will work in the new Player. But it's worth getting the VirtualPC images for Windows Mobile set up now to play and test with.

小霸王臭丫头 2024-08-27 14:14:49

这也许是可能的。请参阅:

http://www.adobe.com/products/flashplayer_pocketpc/

或 Google

flash internet explorer windows mobile

You可以(也许)只在 IE 中查看 Flash,或者您可以将 WebBrowser 控件放置在表单(在 .Net 中)上并在那里查看它。

This might be possible. See:

http://www.adobe.com/products/flashplayer_pocketpc/

or Google

flash internet explorer windows mobile

You can (maybe) just view the Flash in IE, or you could place a WebBrowser control on a form (in .Net) and view it there.

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