Help - Search - Members - Calendar
Full Version: Suspend Music
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum > MXM Developer/Skinner Forum
LarryX
CODE
 <LayoutElement Type="Image" Source="PreviewMedia">
  <Sound>SuspendMusic</sound>
  <Scaling X="True" Y="True"/>
  <Pos X="320" Y="173" W="256" H="192"/>
  <Justify X=center Y=center/>
  <condition>submenu</condition>
 </LayoutElement>



I have two previews videos one in the root menu and one in the submenu... I'm trying to get the music to shut off with this preview vid in the submenu... Is this the correct way to use the suspendmusic video option? It's not working for me...

In the MXM options menu I have all the sound options set to default?
flattspott
I thought it was

<SuspendMusic>True</SuspendMusic>
LarryX
QUOTE (flattspott @ Mar 21 2004, 04:17 PM)
I thought it was

<SuspendMusic>True</SuspendMusic>

Thanks FS that helped out...

I got it to work like this:

CODE
<LayoutElement Type="Image" Source="PreviewMedia">
  <sound>
   <SuspendMusic>True</SuspendMusic>
   <Enable>True</Enable>
  </sound>
  <Scaling X="True" Y="True"/>
  <Pos X="448" Y="166" W="256" H="192"/>
  <Justify X=center Y=center/>
  <condition>submenu</condition>
 </LayoutElement>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.