ImageMedia feature

I use the rolloverImageMedia property for my buttons although it not behaves the way I want. What I would like is a ‘ClickedImageMedia’ option. Thus only when the mouse button is clicked the image appears. This way even more realistic behaving buttons (pressed and unpressed) can be made.

Merry Christmas to you all!

Ron

This is doable with the onAction event, attach a a script which does something as the following:
elements.mybutton.setImageUrl(‘media:///otherImage.gif’)