Code:
function main()
{
  vec_set(screen_size,vector(800,400,0));
  vec_set(screen_color,vector(50,1,1)); // dark blue
  vec_set(sky_color,vector(50,1,1)); // dark blue
  video_window(NULL,NULL,0,"My New Game");


media_play("wildlife.wmv",NULL,25);
wait(-10);
media_tune(media_handle,100,150,0);
}



Works as expected. First I had expected it to be unable to change the video play speed - this tune feature is for audio only, is my assumption.
Second - Did adjust volume
Three - could not exceed the master volume - which when set at full was even louder

Mal

links -
http://www.conitec.net/beta/amaster_vol.htm
http://www.conitec.net/beta/amidi_vol.htm

Last edited by Malice; 11/19/15 08:32.