kan0
11-22-2005, 07:57 AM
Hey guys,
I would like to know if it is possible to embed some code into a windows playlist (.wpl) to make the media files play shuffled. any help on this would be great and much apreciated.
so far i have this
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player -- 10.0.0.3802"/>
<author/>
<title>video</title>
</head>
<body>
<seq>
<media src="1.avi"/>
<media src="2.avi"/>
<media src="3.avi"/>
<media src="4.avi"/>
<media src="5.avi"/>
<media src="6.avi"/>
</seq>
</body>
</smil>
its just what windows gave me
thanks:)
I would like to know if it is possible to embed some code into a windows playlist (.wpl) to make the media files play shuffled. any help on this would be great and much apreciated.
so far i have this
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player -- 10.0.0.3802"/>
<author/>
<title>video</title>
</head>
<body>
<seq>
<media src="1.avi"/>
<media src="2.avi"/>
<media src="3.avi"/>
<media src="4.avi"/>
<media src="5.avi"/>
<media src="6.avi"/>
</seq>
</body>
</smil>
its just what windows gave me
thanks:)