Flash CS5 中的 TLF 2.0
我试图弄清楚如何在 Flash CS5 中实现新的文本布局框架 2.0。有一些 Flex 和 FlashBuilder4 示例,但没有与 Flash CS5 相关的示例。如何更新 Flash CS5 以支持 TLF2。
我对创建新的列表/项目符号功能特别感兴趣,因此一些 Flash 示例代码会很棒。
这是来源: http://sourceforge.net/adobe/tlf/home/
非常感谢您,节日快乐。
I am trying to figure out how I can implement the new Text Layout Framework 2.0 in Flash CS5. There are some Flex and FlashBuilder4 examples, but nothing relating to Flash CS5. How do I update my Flash CS5 to support TLF2.
I am particularly interested in creating new List/Bullets features so some example code for Flash would be great.
Here is the source:
http://sourceforge.net/adobe/tlf/home/
Thank you very much in advance, and happy holidays.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试用当前的 .swc 替换新的 .swc (保存当前的 .swc 以防新的 .swc 搞乱您的安装)。 Adobe Flash CS5 的 textLayout.swc 位于此处:
您必须重新启动 Flash CS5 才能使更改生效。
更新了
还是不行啊好吧,它无法使用 IDE 中的文本工具,但您当然可以从任何 .as 类中定位新的 .swc。但是,这种方法对 UI 不太友好,因为您必须自己编写所有内容,而无需文本工具的帮助。我们必须等待 Adobe 更新 Flash CS5 以在 IDE 中包含新的 TLF 2.0 支持。
try replacing the new .swc with the current one (save the current one just incase the new .swc messes up your install). the textLayout.swc for Adobe Flash CS5 is located here:
you must restart Flash CS5 for the changes to take effect.
Update
it doesn't work. well, it doesn't work the the Text Tool in the IDE but you certainly can target the new .swc from any of your .as classes. however, this approach is less UI-friendly as you'll have to code everything yourself without help from the Text Tool. we'll have to wait for Adobe to update Flash CS5 to include the new TLF 2.0 support in the IDE.