Hollywood Player 5.3 released

Official announcements from the Hollywood team
Post Reply
admin
Site Admin
Posts: 148
Joined: Fri Feb 12, 2010 12:21 pm

Hollywood Player 5.3 released

Post by admin »

Airsoft Softwair is proud to announce that the Hollywood Player is now also available for all desktop platforms supported by Hollywood (AmigaOS 3, AmigaOS 4, MorphOS, WarpOS, AROS, Windows, Mac OS PPC & x86, Linux PPC & x86). Although it was originally scheduled for release on June 3, 2006 (and even finished back then) its final publication for desktop systems was postponed again and again limiting the availability of the Hollywood Player to the Android platform for several years.

But now that the Hollywood Player is finally available for desktop platforms as well, software authors can choose to distribute their programs as Hollywood applets instead of stand-alone executables. In contrast to stand-alone executables, Hollywood applets are universally executable which has the advantage that you don't have to compile your programs for as much as almost a dozen of different platforms but just one Hollywood applet is already sufficient. The end-user then simply has to install the Hollywood Player compatible with his platform and can run the Hollywood applet with it. Another advantage is that applets are much smaller than stand-alone executables compiled by Hollywood. While stand-alone executables often take up as much as 2 MB for only very few lines of code, Hollywood applets are very compact and often consist of only a few kilobytes. A last advantage is that programs distributed as Hollywood applets will automatically profit from improvements and bug fixes in newer versions of the Hollywood Player while programs distributed as stand-alone executables would have to be completely recompiled with each new Hollywood update in order to profit from improvements and bug fixes.

As its very name implies, the Hollywood Player can only be used to run applets compiled by Hollywood. It obviously cannot be used to create your own programs. You will still need the full version of Hollywood to create your own programs, of course.

On all Amiga compatibles, Hollywood Player installs itself to SYS:Utilities to be globally available as a default tool for Hollywood applets. Software authors choosing to distribute their programs as Hollywood applets can then simply set the default tool for their applets to "HollywoodPlayer" and inform the user to install the Hollywood Player before attempting to run the program.

The Hollywood Player is now available for free download from the official Hollywood portal for a wide range of architectures and comes with three demo applets to show its capabilities.
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: Hollywood Player 5.3 released

Post by tolkien »

I think this is a good option and really needed. Thanks Andreas as always.
User avatar
Juan Carlos
Posts: 884
Joined: Mon Sep 06, 2010 1:02 pm

Re: Hollywood Player 5.3 released

Post by Juan Carlos »

I tryed to use the player with applets made with Hollywood under Windows and AmigaOS3 (I have both versions) and the player shows me the message that only rin compressed applets, its is normal, because the applets with hwa extension haven't the option to compresss them.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood Player 5.3 released

Post by airsoftsoftwair »

You need to compile them using the -compress argument. In the Windows IDE you can just add "-compress" in the "Options for compiling scripts" dialog, e.g.

Code: Select all

%HWPATH %SCRIPT -compile %OUTEXE -exetype %EXEPLATFORM -debugdevice ::hwnd%IDEWINDOW -compress
In Hollywood Designer you just have to add it to "Additional compiler arguments" in "Settings->Designer". Non-Designer projects currently have to be compiled via a console because the Amiga GUI currently doesn't support it yet. E.g.:

Code: Select all

Hollywood dh0:myscript.hws -compile ram:myapplet.hwa -exetype applet -compress
Post Reply