Hello all!
I'm using the mediaplayer here: http://www.tui.edu/JimTest/testing-vid/
and here's my situation.
In the lower left box, I'd like to have a synchronized powerpoint type slideshow. The issues involved are:
1)When you select a course, you get an xml loaded playlist - each item/class on the playlist would have its own slideshow, so the playlist entry needs to not only load the particular video into the player, but also the slideshow into the seperate swf in the corner
2) The slideshow needs to be synchronized with the video lecture, either through careful timing, through play/stop commands sent from the video, or through xml like the closed captioning (or some other method I don't know of)
3) If it's synchronized through timing, then it needs to also be controlled by the mediaplayer's pause/play buttons so that if a student pauses the video, the slideshow doesn't keep going, getting out of synch.
So what do you think - is this actually do-able?

yes, quite doable!
the [url=http://home5.inet.tele.dk/nyboe/flash/mediaplayer/controller.htm]controller[/url] demo on the [url=http://home5.inet.tele.dk/nyboe/flash/mediaplayer/]demopage[/url] does just this (a mediaplayer controls an imagerotator)
for the playlist selection you combine it with one of the multiple playlist demos:
[url=http://home5.inet.tele.dk/nyboe/flash/mediaplayer/playlistlinks.htm]playlistlinks[/url] or [url=http://home5.inet.tele.dk/nyboe/flash/mediaplayer/multipleplaylists.htm]multipleplaylists[/url] and you have exactly what you describe...