多语言闪存

发布于 2024-08-26 04:57:49 字数 118 浏览 7 评论 0原文

如何制作支持多种语言的 Flash 影片(使用 Haxe 或 Actionscript 代码而不是 IDE)?

你能检测浏览器的语言吗?

是否有用于管理字符串并根据语言选择合适的实用程序类?

How do you make a Flash movie (using Haxe, or Actionscript code rather than the IDE) that supports multiple languages?

Can you detect the browser's language?

Are there utility classes for managing the strings and selecting the appropriate one based on language?

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

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

发布评论

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

评论(2

≈。彩虹 2024-09-02 04:57:49

我发现解决这个问题的最简单方法是使用单独的 XML 文档来提供每种语言字符串。根据语言初始化加载不同的 xml 文件,xml_en.xml/xml_fr.xml 等...然后程序的其余部分完全相同,并且如果您以后需要添加更多内容,系统是完全可扩展的。

这些文件可以从外部加载,也可以嵌入到 swf 文件中以便于传输。

我总是通过从加载页面传递 flashvar 来运行语言设置。您有权访问托管页面吗?

the easiest way that i have found to get around this is to have seperate XML documents that provide each language string. depending on the language initialisation load the different xml file, xml_en.xml/xml_fr.xml etc... then the rest of the program is completely the same and the system is completely expandable if you need to add more later.

these files can either be loaded externally or embedded in the swf file for ease of transportation.

i always ran the language setup by passing a flashvar from the loading page. do you have access to the hoasting page?

泪痕残 2024-09-02 04:57:49

flex 3 对此支持: http:// bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization

除此之外,我一无所知。 Flash IDE 本身还允许创建多语言内容(至少 Flash 8 做到了),但我想您最好创建自己的实用程序。

flex 3 has support for this: http://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization

other than that there is nothing I know of. The Flash IDE itself also allows creating multilanguage content (at least Flash 8 did), but I guess you're better of creating your own utilities.

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