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: |
12MAR2000 - version 0.4.1 released
changes from 0.4.0:
-fixed a mimetype bug in aktion.kdelnk
-updated portuguese translation
-fixed a bug in trasnlations
20FEB2000 - version 0.4.0 released (after a long time! :)
changes from 0.3.6:
-new customizable button
-added time bar and time labels
-got rid of any .gif files: bye Unisys!
-new logotipe :)
-added Portuguese translation (thanks to Raul
Gomes Fernandes )
-added Estonian translation (thanks to Alvar
Kusma -translator- and
Hasso
Tepper -KDE Estonian Team coordinator-)
16JAN2000 - Kurt Granroth has made an excellent tutorial about KDE Embedded Components, and he used aKtion as the base application for it. There you'll also find a new version of aKtion!, ported to KDE 2 and adapted to support the BrowserView functionality in Konqueror (watch your videos inside it!).
27JUL99 -New section: Video Clips sites. Thanks to Benjamin Sher for the links.
Download aKtion! 0.4.1 sources.
Download aKtion! 0.4.1 binary RPM
for RedHat 6.x (note that maybe you'll have to replace the '_' in the
filename with dots, that's because geocities don't allows me to upload
files with more tha one '.')
Download aKtion! 0.4.1 sources RPM
Troy Engel and Ivan E. Moore II also made RPM packages for RedHat and Debian..
To start aKtion!, go into the "Multimedia" menu, and choose the "aKtion!"
entry. You can also call it from the command line like:
aktion [filename]
If xanim is not in your path, you can choose what file to use as the
xanim executable. Go to the configuration dialog and change the option
"xanim executable".
You can also drag 'n drop video files from kfm into an aKtion! window.
Available keys:
ESC : leave the player
SPACE : play/pause
ENTER : open file
F1 : help
, (comma) : backward
. (dot) : forward
2 : volume down
3 : volume up
(see also Full Screen Mode)
How do I get
the "full featured" xanim version?
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.
You can also visit the
David
Sweet's XAnim page for pre compiled and full featured
XAnim available for download in RPM format.
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 happens 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.
Why the time
bar doesn't works? Why the time labels always show "0:00:00"?
That's because you don't have the patched version of xanim. Go to the
Download
section in the aKtion! homepage and read the notice.
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
gpmarotte@yahoo.com