Link to home
Start Free TrialLog in
Avatar of xpher
xpher

asked on

AVI First frame

I'm using this code to try to get the first frame of my avi to be displayed but it dont work.
with MediaPlayer1 do
begin
     Display  :=  Panel1;
     Filename := 'video\art1.avi';
     Open;
     Frames := 1;
     Step;
end;

Can you help?

xpher

ps sorry low points but skint (asking too many questions)
ASKER CERTIFIED SOLUTION
Avatar of GabeinOZ
GabeinOZ

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GabeinOZ
GabeinOZ

a simpler solution may be to just use

(Tanimate).seek(1);

Gabe
Avatar of xpher

ASKER

Get my emails?
Chris
yup sure did.....sorry time difference....Im in Australia...
I've sent you back an email as well.  Thanks for the points mate....glad I could help a bit :)

Late
Gabe