有没有办法将Flash ScrollPane组件的边框和背景颜色设置为透明?

发布于 2024-10-23 20:45:06 字数 213 浏览 0 评论 0原文

我正在查看这个 文档,我完全被他们所说的搞糊涂了。有谁有修改 ScrollPane 组件样式以将窗格区域设置为透明的简单示例吗?

I'm looking at this documentation and am completely confused by what the hell they're saying. Does anyone have a simple example of modifying the style of a ScrollPane component to set the pane area to transparent?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凌乱心跳 2024-10-30 20:45:06

这似乎可以解决问题:

创建一个空的影片剪辑并将其导出为动作脚本。然后在您的滚动窗格实例上执行以下操作:

myScrollPane.setStyle( "upSkin", myEmptyMC );

this seems to do the trick:

create an empty movie clip and export it for action script. then on your scroll pane instance do this:

myScrollPane.setStyle( "upSkin", myEmptyMC );
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文