PDA

View Full Version : "Action" - question from a new guy.


vitalstar
06-19-2008, 01:50 PM
Sorry guys about such a simple question...but I tried, and I just can't get it.

I have a button that says .wmv.....it launches an image of WMV.

All good so far. The purpose is done and I close the window that holds the WMV image, and, I'm back to the Page where the .WmV button is....except, the wmv button won't launch again? It's dead. I want it to go back to it's state default state where it launches the image. I tried a bunch of things last night, and just couldn't get it.

Buttons have four events. On click, on right click, on enter and on leave.

So, on leave, I'd like the Button to go back to a state of being ready to launch the image again.

It currently does nothing.

Thanks.

VS

holtgrewe
06-19-2008, 02:08 PM
Post back with the code you have On Click - it will be easier to debug if one could see the code. :)

holtgrewe
06-19-2008, 04:37 PM
This example really gets down to the basics.

refer to button ON CLICK and Video object ON FINISH.
hth

vitalstar
06-20-2008, 12:25 AM
Thanks a lot holtgrewe. Your attachment gave me the answer.

It was under scripts, I didn't have a second line telling
the button how to behave after it had been clicked.

Thanks again.