hey guys i am trying to figure out how to play youtube videos in order on my website embeded i have a 30 minute video each weeki post and due to youtubes 10 minute per video limit i have to cut it into 3 files its for our church its our morning sevice i found some code to do ecaxlty what i wanted but it remved the slider when the video is playing and our pastor would like the slider added back incase they want to rewind to hear somthing again they dont have to watch the whole video again i tried using typical youtube code and a play list but it only plays the first video and then it takes to you to adds which i dont want on the church site previews rather of other videos the code below works but has no timer barfor rewinding and such thanks in advance fo any help
<!--Video PLAYER:
http://www.effectgenerator.com/ -->
<script class="fxml" type="text/xml">
<Effect height="370" width="450" bgcolor="#ffffff">
<SlideShow autoAdvance="false" gap="0">
<YouTubeVideo videoId="C3Tu84JBHSw"/>
<YouTubeVideo videoId="2EKtZMmACnk"/>
<YouTubeVideo videoId="IGLI_7UW6gU"/>
</SlideShow>
</Effect>
</script><script
src="http://www.effectgenerator.com/1.0.6/fxml.js"
type="text/javascript"></script>
<!-- ____ END Video PLAYER ___ -->