I completely agree with what you wish to say. Only thing is, the client needs it to be a WMV player and needs the same functionality in it too. I just want to confirm in case that is technically possible or not. The other round-about which I thought was, to place a static image in the same place as video, and on click, the image is replaced with the real video.
The only problem which is coming up here is, I cannot play the video once i click on the image (using javascript). Rest everything is working fine. In case you can suggest how can I play a video using javascript, that could also work out. I cannot set the AutoStart to true as in case the image is not clicked for sometime, the video starts playing in the background. Please see the attched code.
Thanks again for the help!
Main Topics
Browse All Topics





by: b0lsc0ttPosted on 2009-08-13 at 22:22:10ID: 25095423
The problem is the file type. The pages that have shown the video like that almost always use a Flash player and the video is an FLV file. To my knowledge the Media Player doesn't support what you want for showing a frame and the Play button overlay would also need to be something from the embedded player. Unless you want to find a custom one (and require people to possibly download it) you are better off with the Flash option. Convert your wmv file and change your html. In general the Flash player is better supported so it could be better in the long run for your users.
Let me know if you have a question about this.
bol