Greetings!

I'm having some issues with the mediaPlayback component. I can get the video to play fine, but the slideCuePoint behavior doesn't trigger the change in slides.

My setup:

background
- Control
- slide1
- slide2
- etc...

The component instance is MyMedia.

The actionscript on the component:

on (load){
mx.controls.streamingmedia.behaviors.SlideCuePoint Listener.initializeListener(this, this._parent);

{

Is there another way (via actionscript) to trigger the change in slides when a certain cuepoint in the video is reached?

Many thanks for any assistance you can provide.

-- Jeff