Hello,
I want to display a Banner.
I know, how to change the text.
But I want to includa a GIF Animation,
Is this possible?
Thanks
Banner with Gif Animation
8 posts
Hi,
i have made an Banner with a AVI file (filecopy.avi for example) now, it works
i have made an Banner with a AVI file (filecopy.avi for example) now, it works
Usefull link http://nsis.sourceforge.net/Category:Plugins
Second line - AnimGif plug-in.
Second line - AnimGif plug-in.
hi,
thanks for the fast reply,
my problem was, i want a banner with text and an animation,
now i have edit the banner (modern.exe ---> Dialog 111) with the Resource Hacker and have included a "SysAnimate32":
CONTROL "", 3000, "SysAnimate32", ACS_TRANSPARENT | ACS_AUTOPLAY | WS_CHILD | WS_VISIBLE, 78, 28, 6
the syntax in nsis:
Banner::show /nounload set 76 "This is a Test" "" set /3000 "C:\testprogram\example.avi"
it works perfekt,
if you want, i post a detailed example and discribtion.
thanks for the fast reply,
my problem was, i want a banner with text and an animation,
now i have edit the banner (modern.exe ---> Dialog 111) with the Resource Hacker and have included a "SysAnimate32":
CONTROL "", 3000, "SysAnimate32", ACS_TRANSPARENT | ACS_AUTOPLAY | WS_CHILD | WS_VISIBLE, 78, 28, 6
the syntax in nsis:
Banner::show /nounload set 76 "This is a Test" "" set /3000 "C:\testprogram\example.avi"
it works perfekt,
if you want, i post a detailed example and discribtion.
It would be nice to have an avi plugin, but my concerns are about the codecs needed to run these video files.
hi,
the Banner PlugIn is included in NSIS. I did not have made any changes by this file.
I have edit the modern.exe with the Resouce Hacker.
CLICK HERE for a Example.
the Banner PlugIn is included in NSIS. I did not have made any changes by this file.
I have edit the modern.exe with the Resouce Hacker.
CLICK HERE for a Example.
hi,
the Banner PlugIn is included in NSIS. I did not have made any changes by this file.
I have edit the modern.exe with the Resouce Hacker
Here is an Example:
the Banner PlugIn is included in NSIS. I did not have made any changes by this file.
I have edit the modern.exe with the Resouce Hacker
Here is an Example: