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
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
Comment