Skip to content
⌘ NSIS Forum Archive

Banner with Gif Animation

8 posts

Vissers#

Banner with Gif Animation

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
Vissers#
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.
zeeh3#
It would be nice to have an avi plugin, but my concerns are about the codecs needed to run these video files.
Vissers#
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.
Vissers#
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: