Download the ArtsconvergeTM Player and Material

From all download dialogues, choose: Open or Run (not Save) - Install - Unzip

The Artsconverge Multi-media Player
(for Windows® 98, 2000, XP, or ME) [3.6 MB]

Please read the [ Software License ].
Downloading any software from this site indicates your full agreement with the software license.

Packages of Artsconverge Material
[Instructions]

Sample ACA Lists (these are convenient groupings of the material)
% foreach my $aDownload (@downloadables) { <% $aDownload->download_link_text() %> (<% $aDownload->download_composer() %>) % if ( $aDownload->download_small_blurb() !~ /^\s*$/) { - <% $aDownload->download_small_blurb() %> % } % if ($aDownload->download_big_blurb() !~ /^\s*$/) { more info... % } [ <% $aDownload->download_size() %> ] % if ($aDownload->download_cycle_name() ne "") { , from <% $aDownload->download_cycle_name() %>, no. <% $aDownload->download_cycle_position() %> % } % if ($aDownload->download_reg_date() >= (time() - 604800)) { **NEW** % }
% }

Notes

<%init> use Artsconverge::Download; my @downloadables = Artsconverge::Download->retrieve_all();