I've seen alot of people wanting to use a default preview or icon in their ux menu. This is a reasonable request I think, since I wanted the same thing!
Seems like maybe there could be an option like this:
<Preference>
<Default Icon="Yes">E:\Dashboard\icon.png</Default Icon>
<Default Preview="Yes">E:\Dashboard\preview.wmv</Default Preview>
</Preference>
I found somewhat of a workaround, but its not the easiest. Here is what i did:
<Menu>
<Item Action="LaunchDVD" Preview="ss.xmv">Launch DVD</Item>
<Item Action="Restart" Preview="ss.xmv">Reboot</Item>
<Item Action="Shutdown" Preview="ss.xmv">Shutdown</Item>
</Menu>
[of course this is not the full menu, just some of the items so u can see my example]
Notice they all point to a preview of 'ss.xmv' which makes each one display my desired video. In this case the file 'ss.xmv' is in the UnleashX root directory. You can also specify a location.
You can also do this on the XBOX by enabling menu edit in the settings. Then you can click Start on any item, choose edit, choose preview and choose your video.
You can do the same thing like this if you want an icon instead of a preview:
<Item Action="LaunchDVD" Icon="icon.jpg">Launch DVD</Item>
Filetypes supported [that I know of]
Video Preview: xmv or wmv [must use windows media video v8 (not v9)- from my experience]
Icon: png, jpg, xbx
Hope this helps, and please correct me if any of this is wrong...
][x][
This post has been edited by X_Cheat3R: Mar 4 2006, 04:43 AM