Link to home
Start Free TrialLog in
Avatar of imjusthere
imjusthere

asked on

auto autoplay using flash photo slideshow

How do I get it to autoplay automatically instead of the user having to click on the autoplay button?
ASKER CERTIFIED SOLUTION
Avatar of blue-genie
blue-genie
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of imjusthere
imjusthere

ASKER

I'm using the modern photo slideshow template that comes with flash 8.  

The code on the button looks like this:
on (release) {
      _parent.autoplayInit();
      _parent.autoplayStatus = 1;
      nextFrame();
}

I've been trying to get it to work but I must be referencing it wrong.
hey sorry been really busy at work, take it you came right?