I have uploaded .flv file and i am using video + flowplayer module.
I am able to streaming/viewing the video.
Requirement:
Before i am playing a video, i want to show an image/splash.
Once user click on this image/splash, video will start to play.
Help Would be appreciated.
Comments
Comment #1
aaron commentedI'm trying to figure out how to display a splash image as well. Will report here once I figure that out.
Comment #2
aaron commentedBy the way, the official technique is described at http://flowplayer.org/demos/installation/splash-image.html -- I just don't see any way in the module configuration to add the necessary HTML.
Comment #3
aaron commentedThis already exists now in 6.x-1.0-beta1 -- you need to specify the image in the new fourth parameter of $contents to theme('flowplayer'). see #551242: Splash support.