"Action" - question from a new guy.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • vitalstar
    Forum Member
    • Jun 2008
    • 4

    "Action" - question from a new guy.

    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
    Indigo Rose Customer
    • Jul 2002
    • 779

    #2
    Post back with the code you have On Click - it will be easier to debug if one could see the code.

    Comment

    • holtgrewe
      Indigo Rose Customer
      • Jul 2002
      • 779

      #3
      This example really gets down to the basics.

      refer to button ON CLICK and Video object ON FINISH.
      hth
      Attached Files
      Last edited by holtgrewe; 06-19-2008, 03:39 PM.

      Comment

      • vitalstar
        Forum Member
        • Jun 2008
        • 4

        #4
        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.

        Comment

        Working...
        X