I am not too farmiliar with the mdx dll but as far as i can see you have ..

Code:
alias button {
dialog -mdr button button
}

dialog button {
title "Laden..."
size 350 250 300 150

button "Laden...", 10, 20 20 250 100, multi
}

[color:red]on *IALOG:[/color]button:init:0: {
mdx SetMircVersion $version
mdx MarkDialog button $dialog(button).hwnd
mdx SetControlMDX 10 autoplay center > $ctlgen

did -a button 10 open $scriptdir $+ filecopy.avi
did -a button 10 play
}

I highlighted the portion that doesn't look right.. You may try fixing that and reposting any problems after that.. grin

Last edited by KingTomato; 14/03/03 10:43 PM.