I am creating a CD that shows videos of interviews. The project I make will be used over and over, new logos, text and videos will be added but the interface will be the same. I am trying to create this so when a new one comes it will be easy to change the cd to be used for the new files.
Here it is.
On Project Initialize I set a variable %Video1FileName% = Video1.mpg
On the home page there is a link to video 1. On the mouseUp of that link I set %VideoToPlay% = %Video1FileName%
Now on the play button logically I would do a (%VideoToPlay%).play
How do I put a media object on the page to reflect this. When I try to add one to hold the space for the %VideoToPlay% to play it askes for a file name.
Can I make a dummy one? If so how do I change the file name of the "fake" file?
Here it is.
On Project Initialize I set a variable %Video1FileName% = Video1.mpg
On the home page there is a link to video 1. On the mouseUp of that link I set %VideoToPlay% = %Video1FileName%
Now on the play button logically I would do a (%VideoToPlay%).play
How do I put a media object on the page to reflect this. When I try to add one to hold the space for the %VideoToPlay% to play it askes for a file name.
Can I make a dummy one? If so how do I change the file name of the "fake" file?
Comment