Announcement

Collapse
No announcement yet.

Need a little assistance, please...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need a little assistance, please...

    First, thanks to those who helped me a few weeks ago, when I was totally new to AMS. I'm not expert yet, but I have learned quite a lot. Okay, now my problem:

    I'm designing a simple autoplay presentation. I'll give you a short description, then the problem that's got me stuck.

    My presentation has Page1 as the startup page. It has various images, etc on it that, when clicked, take you to another page.

    One of the images on Page1 is supposed to, when clicked, start a short video while it takes you to Page5. When the video is over, you're on Page5.

    The problem is, when I click on the Page1 image, I am taken to Page5, but the video does not play.

    I thought I had this right, but apparently not. Here are the steps I took to get the video to open when clicking on the image on Page1:
    Right clicked on Page1 Image
    Clicked Properties
    Selected Script
    Selected On Click
    For 01, I entered the following: Video.Play(Intro_Video, "AutoPlay\\Videos\\Relaxing Car Driv.mp4", true, false);

    That's it, thanks everyone. Please get me past this hurdle.

    Mark



  • #2
    Maybe Try this - It has two examples of showing video on page jump , can be done in quite a few different ways
    Page_VideoSample.apz

    Comment


    • #3
      You mean replace Intro_Video with Page_VideoSample.apz​?



      Originally posted by colc View Post
      Maybe Try this - It has two examples of showing video on page jump , can be done in quite a few different ways
      [ATTACH]n309985[/ATTACH]

      Comment


      • #4
        No man - just open the apz with AMS

        - run it to see what happens then check out the code how to load and run the video , and also page jump

        Comment


        • #5
          Hey sir. I've tried reversing them. I now have the short video set through Quick Action to Play Multimedia (browsed to file), and I have the page that I want to open set to do so through Script/On Click/Page.Jump("Page5");

          This should work, I would think. Only problem is when I test it, error message says page.jump won't load in Test mode. Do you know another way to test this?

          Thanks

          Mark




          Originally posted by colc View Post
          No man - just open the apz with AMS

          - run it to see what happens then check out the code how to load and run the video , and also page jump

          Comment

          Working...
          X