Page 1 of 1

How we must do if we see the dvd.

Posted: Sun Apr 02, 2006 1:48 pm
by yunbg1
Hi all.

How do you see a MPEG file which the DVD increases even though it goes well ?


DVD Control method ?




/*--------------MPEG Player----------*/
FUNCTION MAIN()

publ oDlg, oVideo, oTimer

DEFINE DIALOG oDlg

@ 1, 0 VIDEO oVideo FILE "d:\test.mpg" MPG

@0, 0 SAY oSay Prompt oVideo:Position()

DEFINE TIMER oTimer;
INTERVAL 100;
ACTION IF( oVideo:Position() = oVideo:Length(), oDlg:End() )

oDlg:bStart = { || oTimer:hWndOwner := oDlg:hWnd, oTimer:Activate(), oVideo:PlayFull() }

ACTIVATE DIALOG oDlg;
CENTER

oTimer:End()

RETURN NIL

Posted: Sun Apr 02, 2006 3:21 pm
by Antonio Linares
Are you testing it on FWPPC ?

Posted: Sun Apr 02, 2006 5:04 pm
by yunbg1
No,

I'm FWH March version user and FWPPC user.

The FWH comes and is the user to use at the same time.

FWH testing.....

The question is a FWH thing.