![]() |
Welcome to my page!
I hope you enjoy your visit. If you have any question, comment or just want to say something mail me at: |
![]() |
![]() |
To start aKtion!, go into the "Multimedia" menu, and choose the "aKtion!"
entry. You can also call it from the commnad line like:
aktion [filename] <enter>
Available keys:
ESC : leave the player
SPACE : play/pause
ENTER : open file
F1 : help
, (comma) : backward
. (dor) : forward
2 : volume down
3 : volume up
How do I get
the "full featured" version of xanim?
Go to the xanim
homepage and follow the instructions on how to get the "cinepak", "indeo"
and "creative" video codecs. Probably you'll need to recompile xanim.
Why sometimes
(not always) aKtion! doesn't play the video sound?
Sometimes xanim "fights" with KDE in order to get the sound control.
This specially happends if you have lots of system sounds activated. If
KDE is playing the, let's say, "new window" sound when aKtion! starts,
and aKtion! tries to automatically start playing the video, then xanim
will see that the sound card is busy, and will refuse to play the video
sound.
Solution: deactivate some system sounds. You can also deactivate
aktion' "autoplay" feature. Or, when the sound is gone, you can press the
stop button and then play again.
XAnim Copyright (C) 1990-1997 by Mark Podlipec.
All rights reserved.
This software may be freely copied, modified and redistributed
without
fee for non-commerical purposes provided that this copyright
notice is
preserved intact on all copies and modified copies.
There is no warranty or other guarantee of fitness of
this software.
It is provided solely "as is". The author(s) disclaim(s)
all
responsibility and liability with respect to this software's
usage
or its effect upon hardware or computer systems.
KXAnim *myVideoWidget;
myVideoWidget = new KXAnim( this, "the name");
myVideoWidget->move(x,y);
Then you just need to connect some signals to the widget slots. You can also call those slots manually like:
myVideoWidget->play();
But before this don't forget to set the file to play:
myVideoWidget->setFile("videoFileName.avi");
Take a look at the full class documentation.
Guillermo P. Marotte
Santa Fe - Argentina
g-marotte@usa.net