"CoryM" wrote:
I just want an mp3 to be playing, play a video, then continue playing the mp3 from where it left off.
I haven't tested it, but I'd recommend trying the following.
1. When you create the roAudioPlayer, create an roTimespan as well.
2. When you set the roAudioPlayer to play, call Mark() with the roTimeSpan.
3. Just before starting the video, grab the total milliseconds from the roTimeSpan.
4. After the video has finished playing, recreate your roAudioPlayer with the same Meta data and then use Seek to get back to where you left off.