Joined: April 21st, 2005, 9:51 am Posts: 5
|
Hi
I am currently trying to create a slideshow whereby users can view a number of pages (say one every so many seconds). To do this I have created two publication variables. One is the time a user will spend on one page before they are taken to the next. The second is a variable which indicates of the user wants to go to the next page or not. When the user selects that they want to view the pages as a slideshow the code that will run is:
slide = 1
if (slide == 1)
{
GotoPage("page1")
}
The code works perfectly when I try to preview the publication, but when I publish it and try to run it, nothing happens. Any suggestions??
|
|