xboxscene.org forums

Author Topic: Wmv Sound Interrupts The Bg-sound  (Read 66 times)

Crash N Burn

  • Archived User
  • Full Member
  • *
  • Posts: 225
Wmv Sound Interrupts The Bg-sound
« on: June 17, 2003, 07:53:00 PM »

So I take it you want the music in the background to remain on . Check this out ,,,

<Music>
<Directory>music</Directory>
<PlayRandom>On</PlayRandom>
</Music>
   <Layout Screen="Menu">
      <LayoutElement type="image" source="Menu">
      <Position t="0" l="0" w="640" h="480" />
      <Scaling x="true" y="true" />
      <Sound Enable="true" SuspendMusic="false" />
      </LayoutElement>
   <LayoutElement Type="image" source="screenshot">
      <Position l="355" t="90" w="215" h="183" />
      <Scaling x="true" y="true" />
      <Sound Enable="false" SuspendMusic="false" />
      <Justify x="center" y="center" />
      <Proportional>false</Proportional>
      </LayoutElement>


The ones highlighted in red will keep your background music going . If you want both to run simply change the 'sound enable' string to True in the Screenshot element  . That will allow both audio files to run at the same time .
Now if the main menu [main node] has an audio track[not the songs ] in it's video . To turn that off , in the menu element under the 'sound enable' string , change it to False and that will disable the main menu audio file . But this DOES NOT change your music files , just the audio stream in the video file.


beerchug.gif

,,..................................................Crash N Burn
Logged

KLoNe

  • Archived User
  • Jr. Member
  • *
  • Posts: 54
Wmv Sound Interrupts The Bg-sound
« Reply #1 on: June 26, 2003, 08:35:00 AM »

I think that you should be able to have both the BGM and the Preview movie music running at the same time, but maybe have it that the BGM goes down to like 50% 25% volume when there is a Preview Movie running?

Also, Is there a way to have the BGM still play when there are movies without sound in them?

Thanks, wink.gif
Logged