Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: Introduction

  1. #1
    Join Date
    Feb 2006
    Posts
    25

    Introduction

    ok, i wanna a picture that when i click it to do this : To stop the background sound playing (ive made this ) then to start playing a movie (mpg) in fullscreen if posibile, then after the movie ends to start an app (setup.exe) (i know how to do this), imediatlely after this to show a msg (ive done this too) and after the setup.exe is complete (the user close it) to restore playing the background sound (i know this too)

    NOW the problem is that what ive made is not sincronized, i mean, the movie starts, not in fullscreen but with my BSplayer, the setup starts within the movie, the msg as well, the bck sound doesn restore. I need help, can someone fix my script to work properly plss

    heres my script

    Audio.Pause(CHANNEL_BACKGROUND);
    File.Open("AutoPlay\\Videos\\ExtrasAsh.mpg", "", SW_SHOWNORMAL);
    result12 = File.Run("Republic commando\\GameData\\setup.exe", "", "", SW_SHOWNORMAL, false);
    result = Dialog.Message("CD-KEY", "VENG-EANC-E005-1737-EU20", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

    srry for my bad eng

  2. #2
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294
    Try putting your script:

    result12 = File.Run("Republic commando\\GameData\\setup.exe", "", "", SW_SHOWNORMAL, false);
    result = Dialog.Message("CD-KEY", "VENG-EANC-E005-1737-EU20", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);


    in the On Finish event of the video or the On Stop.

Similar Threads

  1. Introduction Video File Format
    By Scott in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 09-26-2000, 08:49 AM
  2. Forum Introduction
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 02-22-2000, 11:46 PM
  3. Forum Introduction
    By Ted in forum Setup Factory 6.0
    Replies: 0
    Last Post: 01-31-2000, 11:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts