Captivate - html5 export adds a first slide with a play button

不羁的心 提交于 2019-12-08 06:31:53

问题


When I publish my captivate 6 project to html5, making sure autoplay is on, an extra first slide is being added which just contains a play button, as if you would publish to swf withtout autoplay enabled.

When I check the .js file, autoplay is enabled and everything looks fine.

I've read that you can't remove this play button when you publish to html5. Is this right? Because that would be quite stupid.

Or does someone knows some kind of .js hack to overrule this first slide?

Thanks


回答1:


I managed to overrule the button by changing the <body> tag in index.html to <body onLoad="cp.movie.play()">



来源:https://stackoverflow.com/questions/11930679/captivate-html5-export-adds-a-first-slide-with-a-play-button

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!