IpicSplash.dll - plug-in on the base of AdvSplash
Read AdvSlpash Readme for the list of options.

diff:
1. While plug-in suports jpg and gif image types, do not forget
   to set file extension in the "ipicsplash::show", call, for 
   example:

     ipicsplash::show 1000 600 400 -1 $PLUGINSDIR\imfat.jpg


2. If transparency color set to -2 and image type is gif,
   plug-in tries to extract transparency color from the file
   header. One problem - color table may have repeating values,
   for example 2 white colors with different indexes, and one of 
   them is transparent. This case plug-in may build wrong window 
   region, so it would be better to use -1 value - transparency 
   will be OK on static picture (IPicture->Render() not paints 
   on transparent region).

     ipicsplash::show 3000 0 0 -2 "$PLUGINSDIR\catch.gif"
 

3. Second dll entry point "play" with /NOUNLOAD parameter. 
   Now this works and on my Win98SE too :) The only problem - 
   huge wav files. Do not forget file extension (wav).

     ipicsplash::play /NOUNLOAD "$PLUGINSDIR\snd.wav"

   Thats all. 

