Autorun Pascal Builder is a free Autorun Builder.
With APB you can create:
· Autorun CD browsers (menus) for CD-ROM/DVD`s.
· Presentations.
· Tutorials.
· Cue Cards.
· CD Audio and Mixed-mode CD Audio Players.
· File launchers and toolbar.
· Slide shows.
· Photo/multimedia albums.
· Promotional and marketing materials.
· Anything your creativity can create.
Here are some key features of "Autorun Pascal Builder":
· Easy to use graphical multilingual interface (Can be easily used by both novice and experts users).
· Clipboard is supported in most actions.
· Object Inspector for property-changes in a snap.
· Automatic sourcecode generation.
· 35 Controls available.
· Integrated Pascal scripting engine.
· Over 250 functions for file control, OS info, IP info, INI usage, Registry usage, support for COM Automation objects , etc.
· Code completion, Code Templates, Parameters completion, Syntax highlighting.
· Embedded files (store as many files as you want directly in your project, as a single file).
· Has the ability to export a single executable file, which is very small.
· Define custom icon and version information to the exported executable file.
· Native support for the cda, wav, mp1, mp2, mp3, ogg, xm, mod, s3m, it, mtm, mo3 music formats, and internet streaming (mp3/ogg only). Also APB supports any video/audio format that is handled by the system codecs (via TMCIObject).
· Support of all popular graphic formats (png, bmp, jpg, gif, tga, wmf, emf, ico).
· Can set Special effects to images (Gaussian Blur, Split Blur, Add Color Noise, Add Mono Noise, Antialias, Contrast, Fisheye, Lightness, Darkness, Saturation, Mosaic, Twist, Tile, Emboss, Trace, Spot Light, Solorize, Posterize, Grayscale, Invert).
· APB supports Macromedia Flash files (swf).
· Full source code is available (Borland Delphi 6.0+).
What's New in This Release: [ read full changelog ]
· Added support for the TTS (Text 2 Speech technology). Just use one of the new 19 functions that make use of this technology (TTS_Speak, TTS_SetPitch, TTS_SetSpeed, TTS_Pause, TTS_Stop, ETC). See the "Text2Speech.apb" in the samples directory for an advanced demonstration.
· Unlock the full power of windows media player in your project with the new TWindowsMediaPlayer Object.
· Added a new variable called InternalPlayList which is useful for the purpose of having more than one background sound. Add music files to the InternalPlayList, set InternalPlayList.Active to True and forget about them. The files will play one after another. When the play list reaches the end, it starts over.
· Added a new function called SplashScreen that let's you create a cool splash screen like APB's starting splash screen.
· Fixed an issue where the autorun form would have not minimized correctly (in script you should now use TAutorunForm instead of TForm if you want to create a window that handles the minimizi...