Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TVideo
Sat, Jul 9 2016 6:59 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

I see the poster but the video doesn't start..  What am I missing?


with video1 do
    begin
    PosterImageURL:='http://37.148.162.5:8090/voetbal.bmp';
    SourceUrl:='http://37.148.162.5:8090/Lidgeldtypes.avi';
    end;


Paul.
Sat, Jul 9 2016 10:26 AMPermanent Link

Raul

Team Elevate Team Elevate

On 7/9/2016 6:59 AM, Paul Waegemans wrote:
> I see the poster but the video doesn't start..  What am I missing?
> with video1 do
>      begin
>      PosterImageURL:='http://37.148.162.5:8090/voetbal.bmp';
>      SourceUrl:='http://37.148.162.5:8090/Lidgeldtypes.avi';
>      end;

Do you have either AutoPlay set to true or called Play to start playback ?

Also check out TVideo events (things like OnCanPlay etc)

Raul
Image