Hi, 2011/6/20 Mix Dance <[email protected]>: > I would like use scheduler without stop the previous song but waiting the > end of this previous song. This example work?
Well, I imagine that you know the answer, since you have probably tested it: it doesn't work. This is because you specified track_sensitive=false, which means that the switch doesn't care about tracks, switching as soon as possible even if it interrupts the song. Try to remove that setting, or restore it to the default track_sensitive=true. Cheers, -- David ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
