Hi I'm basically trying to get a jquery scrolling window where a list of images with 'a' tags around them scroll, clicking on and image then turns into the flow player and plays. However I want to two things
1) once the movie is stopped I want it to hide and show the original image again.
2) I want to do the same thing even if the player is still playing if some one scrolls (ie hide the play and return the image). this way the sound stops and they can click the next movie. Also as a bonus if I and able to remove the movie I hopefully will remove my layering issue - the play seems to stay above other elements.

I'm basically integrating an example like found herehttp://flowplayer.org/demos/scripting/anchors.html
into this
http://www.ndoherty.biz/demos/coda-slider/2.0/

and I'm no javascript expert though I can figure most things out eventually.

Any help would be greatly appreciated.