用文本字段中的图像替换关键字
我有一些文本字段,其中包含“单击@button1,然后@button2”之类的文本。您知道如何用图像替换关键字吗?我必须在AS2中执行此操作:/我知道textField中有htmlText,但是使用它我只能使用一张图像,并且图像只能左对齐或右对齐。
I have some textfield with text like "Click @button1, then @button2". Have you got any idea how to replace keywords by images ? I must do it in AS2 :/ I know there is htmlText in textField, but useing it I can only use one image, and image can only align left or right site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非常先进的东西。我可以告诉您,没有像使用 html 文本字段或类似内容那样的“开箱即用”解决方案。特别是如果您想模仿近乎 html 的行为,您必须编写高级例程,这些例程可以: 1. 识别您的关键字。您应该根据出现的图像和文本块搜索标记器和 2. 布局文本字段。再说一遍,这很先进!
Very advanced stuff. I can tell you there is no 'out of the box' solution like using html text fields or something similar. Especially if you want to mimic nearly html behaviour you have to code advanced routines that can : 1. recognize your keywords. You should google for tokenizers and 2. layout textfields according to occuring images and textblocks. Again, thats advanced!