|
Re: AVI problem
[Re: Mikasthusa]
#35480
11/27/04 11:55
11/27/04 11:55
|
Joined: Aug 2004
Posts: 2,215
ISG

Expert
|

Expert
Joined: Aug 2004
Posts: 2,215
|
Hey,
Try this out....Hope it helps...
////////////////////////////////////// Function Main() { Warn_Level = 2; Tex_Share = on; Level_Load(Level_Str); wait(1); Freeze_Mode = 1; media_play("Dexsoft.avi",null,100); while(media_handle == 1) { wait(1); } media_play("Dexsoft.avi",null,100); sleep(13); media_play("IceStorm.avi",null,100); while(media_handle == 2) { wait(1); } media_play("IceStorm.avi",null,100); Load_Status(); Move_View_Cap = 1; Freeze_Mode = 0; }
///////////////////////////////////////////////////////////////// Function Stop_Media() { media_stop(media_handle); } On_Anykey Stop_Media;
Tell me if it helps...
|
|
|
|