jQuery Cycle Flash 动画问题
我正在尝试 cycle Flash 嵌入视频,它们的行为很奇怪(它们在父 div 之后消失,而不是在同时,它们出现得太快并且与下一张幻灯片混合)。
下面是一个示例(在 Flash 内容可见时单击“3”后很容易看到该问题):
我一直在尝试这个解决方案(将显示和隐藏更改为可见性):
http://dev.kafol.net/2011/04 /jquery-cycle-flash-swf-file-reloads.html
没有运气。
这只是一个文件,因此请随意复制源代码并自行播放。
多谢!
I'm trying to cycle Flash embedded videos and they behave strangely (they disappear AFTER parent div, not at the same time in addition they show up too fast and are being mixed with the next slide).
Here's an example (the issue is easy to see after clicking "3" while Flash content is visible):
I've been trying this solution (changing show and hide to visibility):
http://dev.kafol.net/2011/04/jquery-cycle-flash-swf-file-reloads.html
With no luck.
That's only one file so feel free to copy the source and play on your own.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的内容只是 Flash。为什么不在flash中也制作滑动效果呢?我认为淡入淡出动画不适用于嵌入式 Flash 对象。
如果你还想使用cycle插件。我认为您可以为 fxFn 选项编写一个转换函数。使用不透明度为 0 - 1 的覆盖层,然后在过渡完成后将其隐藏。
If your content is solely flash. Why not make the sliding effect in flash too? I don't think the fading animation would work for the embedded flash object.
If you still want to use the cycle plugin. The I think you can write your one transition function for the fxFn Option. Use an overlay layer that goes from 0 - 1 Opacity then hide it when the transition is done.