Posts Tagged support

Flash Player 10, Silverlight 3.0 and Java FX 1.2 支援 matrix

既然3 種 ria 技術都出了一段時間,大家不如看他們cross os 的比較吧。

這只是比較最新的版本。

Adobe Flash Player 10 Microsoft Silverlight 3.0 JavaFX 1.2 *(1)
Windows Vista Yes Yes Yes
Windows XP Yes Yes Yes
Windows 2003 Yes No Yes
Windows ME No No Yes
Windows 98 No No Yes
Mac OS Intel Yes Yes Yes
Mac OS PPC Yes No Yes
Linux Yes No No
Solaris 10 Yes No No

(1) Requires Java 1.5

Source: http://www.mikechambers.com/blog/2009/09/10/rich-runtime-supported-platforms-matrix/

Share

, , , , ,

No Comments

[Flex] Flex 3 htmltext property對html tag支援問題

近來chowky 工作上需要利用textarea, text 上面的htmltext 的property,用來支援html。

誰不知~原來flex 3 對html的支援真的非常有限

只是支援以下的tag,看來去好像很多,但連最基本的table都不支援。

大問題是image tag 可用程度非常低。
很多的adobe 以知的bugs 都是關於htmltext 的。

所以chowky最尾都是放棄了img tag. 直接parse image,再譯成image class。反而更順利。

(哈,有同事被迫要用..慘…搞到非常大問題,以及用了不少”workaround” 才可以”解決”)

Note: The <img>

tag is not fully supported, and might not work in some cases. (這麼寫法是否想提醒你,不一定可行,自己好自為之)

Read the rest of this entry »

Share

, , , , ,

No Comments