Announcement

Collapse
No announcement yet.

AVI,s on one screen

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AVI,s on one screen

    I have a screen in which I would like an avi pop up and dissapear when the next avi is called. Is there a way? right now I have the avi on the screenand it plays when the link is pressed I would like to not see the avi on the screen when the page is loaded, instead have it appear when the link is clicked. sorry if I havent explained it right.
    Thanks

  • #2
    Re: AVI,s on one screen

    Hi,
    Yes this is possible, simply hide the AVI VIDEO Object on PAGE OPEN using a HIDE OBJECT action, and then show the AVI VIDEO Object when the link is clicked using a SHOW OBJECT action.
    For more information please see the "Showing and Hiding Objects" tutorial located here: http://www.indigorose.com/kb/AMS30Tu...gAndHiding.pdf

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment


    • #3
      Re: AVI,s on one screen

      Originally posted by Mark:
      Hi,
      Yes this is possible, simply hide the AVI VIDEO Object on PAGE OPEN using a HIDE OBJECT action, and then show the AVI VIDEO Object when the link is clicked using a SHOW OBJECT action.
      mark.
      It would be nice in future generations to use a variable in the AVI object properties,
      similar to the way you change Text Objects.
      Then change it to different file locations for different movies. This would be much easier for multiple videos on the same page.

      example: (commands paraphrased)

      AVI Video Object
      Name: MyVideo
      Filename: %MyVideoVar%

      Text Object 1
      Name: My First Video
      OnMouseClick =
      set %MyVideoVar% = %SrcDir%\Videos\Video1.avi
      Page Show MyVideo

      Text Object 2
      Name: My Second Video
      OnMouseClick =
      set %MyVideoVar% = %SrcDir%\Videos\Video2.avi
      Page Show MyVideo


      [This message has been edited by PackCat (edited 05-03-2001).]

      Comment


      • #4
        Re: AVI,s on one screen

        Good idea with the variable, We will take note of it for the next version of AutoPlay.

        ------------------
        Adam Kapilik
        Indigo Rose Corporation

        Comment

        Working...
        X