Play sounds stored in container fields in FM8.5pro.adv.
How can play sounds stored in container fields without double clicking on
the field?
Is it possible to automaticaly play the sound as soon as you ender the
field?
Is it possible to play the sound when a scipt is executed?
Thanks
Re: Play sounds stored in container fields in FM8.5pro.adv.
"Hatzigiannakis Nikos" <nikos [at] ypai.gr> schreef in bericht
news:fg4h84$2il$1 [at] volcano1.grnet.gr...
> How can play sounds stored in container fields without double clicking on
> the field?
Make the field a button which fires a script, see below.
>
> Is it possible to automaticaly play the sound as soon as you ender the
> field?
Only with the use of a plug-in that triggers a script when then field get
focus. This works only with FMP 8 and up and the use use a plug-in like the
free zipp-script plug-in.
> Is it possible to play the sound when a scipt is executed?
with the script-step <Go To Field> and check the box for select/perform.
Keep well, Ursus
Re: Play sounds stored in container fields in FM8.5pro.adv.
Thanks a lot It was very helpfull