views:

307

answers:

2

Is it possible to configure FLVPlayback so that it does not auto-load the associated video file, but instead waits for a click on a "play" button to load and then play it? (I'm building a site that will have a player for a rather large video on its front page, and I'd rather not have the video downloaded unless/until the user asks to see it.) I already have autoplay set to false, but I can still see the video getting downloaded in the progress bar.

A: 

Leave the source of the FLVPlayback blank. Set the source only when the user asks to see the video.

Amarghosh
A: 

how do you redirect the source on click?

SodaBlimp