flash cs4 文本字段
我正在动态文本字段中渲染 html..是否可以为我的内容提供超出视图的滚动条。
我尝试谷歌搜索但一无所获
im rendering html in a dynamic textfield.. is it possible to have scrollbars for my content that extends beyond the view.
i tried googling and came up with nothing
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这是可能的!
您需要设置一个容器和一个具有设定高度的遮罩,然后添加滚动条来滚动您的 TextField。
查看 Lee Brimelow 教程了解更多详细信息
http://gotoandlearn.com/play.php?id=71
Yes, it's possible!
You need to set a container and a mask with a set height then add scrollbars to scroll your TextField.
Check this Lee Brimelow tutorial for more details
http://gotoandlearn.com/play.php?id=71
我不知道你所说的“超出视图”是什么意思,但你可以使用一个组件来实现这一点吗?只需打开“组件窗口”,然后在文本字段上拖动滚动条即可。
I don't know what you mean with "that extends beyond the view", but you could use a component for that? Just open the 'components window', and drag a scrollbar on the textfield.