Controlling HTML presentations with another page.

D

David.

Hello.

I'd like to be able to run an HTML exported slideshow in either a popup
window or an IFRAME and control it with JavaScripted buttons in the parent of
the popup/IFRAME. I want to be able to call the fullscreen.htm file so I
don't get the outline or menu.

Is this actually possible? If I have to hack the scripts.js file a little, I
don't mind.

I've tried just calling the DocumentOnClick() , GoToNextSld() and
GoToSldNum() functions, but they either just cause the window to go blank, or
just fall over with "Object doesn't support this property or method"

Inserting another function that just pops up an alert into scripts.js can be
called successfully, so I know the function is being called, it's just not
executing as expected.

Any help would be most welcome.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top