Flash 中文本输入的圆角
我正在使用flash as2中的文本输入组件,但是我需要带有圆角的文本输入,有没有一个脚本可以做到这一点?或者什么东西? 谢谢
i im using the text input component in flash as2,but i need text input with round corners, is there a script that can do it? or somthing?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要关闭文本字段上的轮廓,然后在其下方放置一个带有圆角的框的图形。如果启用了默认文本字段轮廓,则无法自定义它们的显示。
You'll need to turn off the outlines on your textfield, and just put a graphic of a box with rounded corners underneath it. There's no way to customize the display of the default textfield outlines, if you have them enabled.