【发布时间】:2011-09-23 07:28:48
【问题描述】:
我正在渲染一个具有以下 css 和 html 属性的 TextField (Flash CS5):
css = "a {font-weight: bold;} fu {color: #00A0A0;}"
wordWrap = true
multiline = true
html = <![CDATA["Phoenicians were pioneering artisans and ingenious craftsmen…
They developed the technique behind the production of transparent glass…
Their innovation spread around the globe throughout the past centuries…
<fu>WE AIM TO CARRY ON WITH THE INNOVATION</fu>"]]>
最后一个报价出现在“WE AIM TO...”下方的一行中。它是这样渲染的:
...
我们的目标是继续创新
"
将引用与“WE AIM...”呈现在同一行中的唯一方法是:
a) 要么把它放在 <fu> 里面
b) 或者完全删除 <fu>。
这是一个 Flash 错误吗?我在 css 或 html 上做错了吗?
非常感谢,
比尔
【问题讨论】:
标签: html css flash actionscript-3 textfield