Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 Flash 应用程序并使用 UIScrollBar 组件在其中滚动文本。我已导出 swf 并在我的 html 文件中使用。它在 IE9 或 IE10 中正常工作,但在 FireFox 或 Chrome 中不起作用。
火狐
IE
为您的 UIScrollbar 指定一个实例名称。然后将这行代码添加到您的函数中:
myScrollBar.update();
有时,无论出于何种原因,在加载 SWF 并且文本存在之后,滚动条不会滚动,甚至不会显示滚动按钮。内置的 update() 函数只是在加载后更新滚动条,以便它识别文本字段中的文本,然后滚动。