Slideshow: TXeff/FlashEFF show and hide timing seems to ignore AS timing

Posted by micahboswell 
Slideshow: TXeff/FlashEFF show and hide timing seems to ignore AS timing
June 10, 2009 03:42PM
I am building an automated slide show using the Video tutorial posted here.

[www.flasheff.com]

I'm using the script suggested in the video.

stop();

var myTimer:Timer = new Timer(9000);
myTimer.addEventListener(TimerEvent.TIMER, timerF);
myTimer.start();

function timerF(e:TimerEvent):void{
nextFrame();
}

My problem is: The timing on the show/hides created via txeff/flasheff doesn't jive with the time set up via this script. No matter how long I make the AS script show, the show and hide transitions act independently it seems. How do i connect the two so that if i set the timer to 30 seconds, it hides toward the end of the time?
Re: Slideshow: TXeff/FlashEFF show and hide timing seems to ignore AS timing
June 12, 2009 11:50AM
Make sure the autoPlay button is unchecked( it's under the option tab in the panel).



Edited 1 time(s). Last edit at 06/12/2009 11:51AM by Ionut.
Ionut. I turned off autoplay. The Same thing happens. Frame 1 plays for 30 seconds normally, i thend press my sample button, and frame 1 plays again, normally, then the rest of the frames seem to have random timing.
Re: Slideshow: TXeff/FlashEFF show and hide timing seems to ignore AS timing
June 26, 2009 07:24AM
If you would attach the fla file I would gladly take a look at it. If you don't want to make it public open a ticket to our support team and mention that you want Ionut to look at it.
Sorry, you do not have permission to post/reply in this forum.