Question
Loading FLVPlayback with still image
A problem I am having is that with multiple .swfs embedded on
a webpage that all play a video, it seems to me that with
progressive download the videos start to automatically download
even though the players are on pause after a call to...
theVideo.source = tileList.selectedItem.data;
theVideo.pause();
where the name of the video is loaded from an .xml file.
Ideally, what I'd like to do is to have the FLVPlayback component load with a small image, e.g....
theVideo.source = "coape_logo_circle_06.jpg";
...and then load the real flv on the click of a button.
It seems that the theVideo.source has to be fired up in order to display the video player on the screen.
Is there a way to 'preload' the FLVPlayback thing in this kind of way?
Many thanks
ROBERT
theVideo.source = tileList.selectedItem.data;
theVideo.pause();
where the name of the video is loaded from an .xml file.
Ideally, what I'd like to do is to have the FLVPlayback component load with a small image, e.g....
theVideo.source = "coape_logo_circle_06.jpg";
...and then load the real flv on the click of a button.
It seems that the theVideo.source has to be fired up in order to display the video player on the screen.
Is there a way to 'preload' the FLVPlayback thing in this kind of way?
Many thanks
ROBERT