I have a project captured in 1024x768. If the user has many toolbars in browser, they have to scroll to see the whole screen. If they use F11 in IE, this virtually eliminate the problem. In MAC however, there is no F11 feature. So, how can I get the published Captivate file to load each new screen at the top scroll position? I have tried changing the html and tried adding Multiple Actions on success to click boxes with Go to Next slide and Execute JavaScript command: onload='window.scrollTo(0,1)'. Neither are working. Any idea how to get the screens to stop holding the previous screen position?
Thanks!
Hi GoldenCJ,
Please remove "onload" from your javascript command. The "onload" event is fired when a html page(or any other page for that matter) is loaded. In your case the page is already loaded, that is, the page is loaded again when the user moves from one slide to another. Hence your javascript will not be executed.
So just have
"window.scrollTo(0,0)" as your javascript.
This should work fine.
P.S. The execution of the javascript is browser dependent and browser settings dependent.I tried with chrome,IE 6 and FF 3.5, it is working. Please make sure that your target audience have javascript enabled in their browser.
Thanks
Hi guys,
The method which suggested is working for me. I tried on MAC as well on safari,firefox,camono and opera. Its working fine. I will share the sample project and the published version with you guys. Do try out.
Hi RakhshandaE,
It may be because of your flash security settings. Try adding the location of your published SWF to the trusted locations list.
The flash security settings is here.
http://www.macromedia.com/support/documentation/en/flashplayer/help/se ttings_manager04.html
North America
Europe, Middle East and Africa
Asia Pacific