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]
- Step One - Download and install the player
- Step Two - Download specific material packages consisting of Mpeg, Jpeg and
Text Presentation files that the Player will play (below)
- Detailed Download Instructions
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)) {
% }
% }
Notes
- Files with the extension ACG contain individual pieces with music,
images and texts. Files with the extension ACA group ACG files in a
meaningful way.
- You can open these files through the standard Windows File->Open
dialog or drag and drop a file to the Player icon.
- All content must be together in the same folder.
- A click on any file in the ACA list will run the list from that
point to the end.
- It is best bury the main control panel (via Hide) while the music
plays. It can be recovered by hitting the ESC key or clicking on Main
on top of the mini control panel on the side.
<%init>
use Artsconverge::Download;
my @downloadables = Artsconverge::Download->retrieve_all();
%init>