Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2001
    Location
    Richmond, VA
    Posts
    8

    Grin 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. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    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

  3. #3
    Join Date
    May 2001
    Posts
    2

    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).]

  4. #4
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts