David,
Is there something wrong with this code?
import com.flashotaku.events.SlideshowVideoPlayerEvent;
import com.flashotaku.events.SlideshowEvent;
vidPlayer.addEventListener (SlideshowVideoPlayerEvent.COMPLETE, videoCompleteHandler);
function videoCompleteHandler (event:SlideshowVideoPlayerEvent):void
{
randVid.start ();
}
randVid.addEventListener (SlideshowVideoPlayerEvent.COMPLETE, videoCompleteHandler2);
function videoCompleteHandler2 (event:SlideshowVideoPlayerEvent):void
{
introVid.start ();
}
introVid.addEventListener (SlideshowVideoPlayerEvent.COMPLETE, videoCompleteHandler3);
function videoCompleteHandler3 (event:SlideshowVideoPlayerEvent):void
{
outVid.start ();
}
Do you know if there are any incompatibilities on the PC side of things?
A couple of funky things are happening...the video runs fine right out of Dreamweaver - in the browser as a test. When I upload to the server...oh wait.
I'll check my JS that goes with it...but anyway, it's jumping right to the next clip, not playing the first one...odd.
Thanks,
Dean Stevenson
Allegro Interactive Media
