swf对象和flash——显示加载动画?
我正在使用 swfobject 将 flash 对象动态加载到 div 中,我想知道是否有一种简单的方法可以显示加载动画,直到 flash 对象准备好显示?在本例中,我正在加载嵌入的 Issuu 对象,您可以看到通过 swfobject 此处。根据您的连接速度,Flash 对象加载时通常只有一个空白区域,如果可能的话,最好用加载动画来指示进度。我想 jQuery 可以在这里提供服务...
感谢这里的任何指导。
I'm using swfobject to dynamically load a flash object into a div, and I'm wondering if there's an easy way to display a loading animation until the flash object is ready for display? In this case, I'm loading an embedded Issuu object, and you can see an example of Issuu loading via swfobject here. Depending on your connection speed, there is typically just a blank white space while the flash object loads, and it'd be great to indicate progress with a loading animation if possible. I would imagine jQuery could be of service here...
Thanks for any direction here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在嵌入代码中,您不仅要传递要被 swf 替换的标签的 id (
idOfTagToReplace
),还要传递替换它的标签的 id (issuuViewer
) >)。在调用 swfobject 之后,根据需要设置后一个标签的样式。
In your embed code, you not only pass an id of the tag you want to be replaced by the swf (
idOfTagToReplace
), but also an id of the tag replacing it (issuuViewer
).Right after your call to swfobject, style the latter tag as you like.