handuma
10-07-2004, 08:05 PM
I've delivered a project to one of my customers that works fine on my machine but fails to perform properly for them on two different machines.
The project contains many pages of "Slideshow," a "Video" page and a "Splash" page." I wanted background sounds to play only on the "SlideShow" pages. For the splash (first) page and the video page I did not want background music.
I went to Project> Audio Settings... added a particualar piece of music (.wma) to the Background Music tab. Then, I added an Audio.TogglePlay(CHANNEL_BACKGROUND); action to the "On Show" tab of the "Splash" (first) page of the project. Next I selected the "On Close" tab of the same page and added the same Action, Audio.TogglePlay(CHANNEL_BACKGROUND);. I then added the same actions to the same tabs on the "Video" page of the project. This should have turned off Background Music on these two pages and left it on for all the other pages. When, I published the project to a CD and tested it on my machine. The application ran correctly but when I delivered it to company I was trying to sell the CD to, they said the background audio played incessantly. The client tested the application on two different systems. Did I set the actions incorrectly?
Has anyone else experienced this problem? Can I use a .wma as a BACKGROUND_CHANNEL?
Second problem:
I creaed buttons on the "Video" page and added, Video.Seek("Video1", SEEK_SPECIFIC, 1760); Actions to their "On Click" tabs.. I thought it'd make chapter buttons for the video. The buttons found specific spots in the video and jumped to them on my machine but failed to function at all on my customers machines. Did I add the right action for the job? Is there more I should know about jumping to specific locations in a video?
Please aswer ASAP. I've agreed to deliver this CD today!
Michael Morgan
The project contains many pages of "Slideshow," a "Video" page and a "Splash" page." I wanted background sounds to play only on the "SlideShow" pages. For the splash (first) page and the video page I did not want background music.
I went to Project> Audio Settings... added a particualar piece of music (.wma) to the Background Music tab. Then, I added an Audio.TogglePlay(CHANNEL_BACKGROUND); action to the "On Show" tab of the "Splash" (first) page of the project. Next I selected the "On Close" tab of the same page and added the same Action, Audio.TogglePlay(CHANNEL_BACKGROUND);. I then added the same actions to the same tabs on the "Video" page of the project. This should have turned off Background Music on these two pages and left it on for all the other pages. When, I published the project to a CD and tested it on my machine. The application ran correctly but when I delivered it to company I was trying to sell the CD to, they said the background audio played incessantly. The client tested the application on two different systems. Did I set the actions incorrectly?
Has anyone else experienced this problem? Can I use a .wma as a BACKGROUND_CHANNEL?
Second problem:
I creaed buttons on the "Video" page and added, Video.Seek("Video1", SEEK_SPECIFIC, 1760); Actions to their "On Click" tabs.. I thought it'd make chapter buttons for the video. The buttons found specific spots in the video and jumped to them on my machine but failed to function at all on my customers machines. Did I add the right action for the job? Is there more I should know about jumping to specific locations in a video?
Please aswer ASAP. I've agreed to deliver this CD today!
Michael Morgan