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.
我正在为客户创建 myspace 个人资料,
我想将 Flash 动画作为叠加层运行,然后一旦运行,让它完全消失,设置为 display: none 或任何其他方式。
它必须是 myspace 友好的(没有 javascript)。
谢谢你的帮助!
恐怕没有 JavaScript 就无法做到这一点。我可以看到它完成的唯一方法是使用 Flash 中的 ExternalInterface 调用 HTML 页面中的 JavaScript 函数以将其设置为 display:none。
闪光灯无法自行设置为 display:none。也许如果您将 wmode 参数设置为透明并将最后一帧留空,它可以按照您的意愿行事。但我不能在我的手机上尝试