finally one worked. thanks:)))

but im having problems with alignment
Code:
dialog anim1 {
  title "New Project"
  size -1 -1 468 60
  option pixels
  button ".", 1, 0 0 468 60
}
on *:dialog:anim1:init:0:{
  dll $udll SetMircVersion $version
  dll $udll MarkDialog $dname
  dll $udll MarkDialog $dname $dialog($dname).hwnd
  dll $udll SetControlMDX $dname 1 animation > $scriptdirctl_gen.mdx
  did -a anim1 1 open $mircdirimages\bannr.avi
  did -a anim1 1 play
}

this is what it supposed to look like
and what it actually looks like

Last edited by MTec89; 02/12/03 08:18 PM.