Flash.text.textfield.ScrollV 不再适用于最新的 Flash 播放器 10.1

发布于 2024-09-25 05:44:15 字数 167 浏览 2 评论 0原文

滚动文本字段不再适用于播放器 10.1.82

我的代码是: SCROLLV = SCROLLV +2

文本对于较旧的播放器可以很好地向下滚动,但现在对于最新的播放器它永远不会滚动。

播放器滚动正常:10,0,12,36

播放器滚动失败:10,1,82,76

Scrolling textfield is no more working with player 10.1.82

My code is: SCROLLV = SCROLLV +2

text is scrolling down nicely with older players, but now with newest player it never scrolls.

scrolling WORKS OK with player: 10,0,12,36

scrolling FAILS with player: 10,1,82,76

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

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

发布评论

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

评论(1

神也荒唐 2024-10-02 05:44:15

我也遇到过这个。

问题是当我添加新文本时,我的文本字段的scrollV 属性重置为1,而不是保留它以前的值。

我可以在旧版和新版 Flash 播放器中运行两个相同的 swf,我看到一个保持其滚动 V,另一个重置为 1。

解决方法是在添加新文本之前将滚动 V 值存储在变量中,然后将滚动 V 设置回该值之后的值。

我正在使用 htmlText 顺便说一句,不确定这是否相关。

I've come across this too.

The problem is that the scrollV property of my textfield is reset to 1 when I add new text, instead of retaining it's previous value.

I can run two identical swfs in old and new flash players and I see one keeps it's scrollV and the other resets to 1.

The workaround is to store the scrollV value in a variable before you add new text, then set the scrollV back to that value afterwards.

I am using htmlText BTW, not sure if this is relevant.

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