text[1]="Lets you choose one of four MPEG events: Play, Stop, Wait, and None.^n^nMPEG: Play^nMakes the File:, Pos?, Size?, and Wait? buttons available to choose and control MPEG playback.^n^nMPEG: Stop^nStops the currently playing MPEG video.";
text[2]="MPEG: Wait^nControls the flow of the script. Prevents the script from proceeding until a currently-playing MPEG video has finished.^n^nMPEG: None^nDeletes an MPEG event.";
descr=text[1];
block=1;
max=2;
Use(SetPos);
}
:filempeg
{
title="File:";
text[1]="Click to open the File menu and choose a .MPG file to play. The name of the chosen file then appears on the File: button.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:posmpeg
{
title="Pos?";
text[1]="Click to turn on, then use the value control to specify a position offset, in pixels, for the upper left corner of the MPEG video image. ";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:sizempeg
{
title="Size?";
text[1]="Click to turn on, then use the value control to specify a size for the MPEG image. ";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:waitmpeg
{
title="Wait?";
text[1]="Controls the flow of a script. When on, Wait? instructs the script to wait until the MPEG event finishes before proceeding. Wait? is on by default.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:preview
{
title="Preview";
text[1]="Lets you preview the current page with the selected MPEG file and settings.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts editing changes and returns you to the Main or List menu.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Closes the MPEG menu and returns you to the Main or List menu without saving any changes to the current page.";