我已经设法在打开模态时找到暂停旋转木马的代码,但是当模态关闭时它会暂停。
我已经研究过这个问题,但似乎找不到工作方法。
提前谢谢。
暂停
{{1}}
我尝试过不同的变化,但我对JS的了解并不是很好。
答案 0 :(得分:1)
使用$('.modal').on('hide.bs.modal',function (e) {
$('.carousel').carousel('cycle');
})
事件。
Set myobj = SwfWindow("swfname:=MDIMain").SwfObject("swfname path:=;MDIMain").SwfWindow("swfname:=ActiveReportPreview").SwfObject("swfname:=Viewer1").SwfToolbar("micclass:=SwfToolbar")
myobj.Press 2 '//not entirely sure if this line will work, but modify if needed
wait 2 '//give it the time to sync
If SwfWindow("swfname:=MDIMain").Dialog("text:=Print").Exist() Then
SwfWindow("swfname:=MDIMain").Dialog("text:=Print").highlight()
SwfWindow("swfname:=MDIMain").Dialog("text:=Print").SwfButton("text:=&Print").Click
End If