I'd like to play two different youtube videos in the same player, first video being played BEFORE the second (serving as a pre-roll ad). Sort of custom playlist consisting of only two videos.
What i really need is that when the player is in idle state it has to show the image of the main video (the second one), not the pre-roll.
So, I thought I have to use the youtube api to load the main video, then to stop it, then to load the pre-roll and after playing the pre-roll to play the main video then stop.
I've tried to copy/paste same code for achieving these tasks but i'm stuck in it. Can anybody give me an working example for this? Or, at least some advice? Many thanks.