.wvx Playlist Problem, Why isn't shuffle working? |
.wvx Playlist Problem, Why isn't shuffle working? |
Jan 4 2006, 09:42 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2006 Member No: 343,693 |
Ok here's the deal. Im have the RAOCXplayer on my website and it works fine. I made a .wvx playlist featuring 3 Promos for the TV show 24. What i want to do is have a random video of the 3 appear first, then go to a different one of the 3, and then play the one that wasn't played. Also i want them to keep playing over and over again, which i already have happening, but they play in the same order. I look at the code over and over again and can't find whats wrong with it.
Here's the code from in my HTML page: CONTENT ABOVE <div align="center" id=vpdiv> <embed id="RAOCXplayer" name="RAOCXplayer" style="FILTER: xray" autoplay="true" src="http://www.acsu.buffalo.edu/~kcarnold/Documents/24Playlist.wvx" type="application/x-mplayer2" width="800" height="480" ShowStatusBar="0" AutoSize="true" loop="true" Shuffle="yes" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed> </div> CONTENT BELOW And Heres the code from the playlist i have as the source: <ASX version="3.0"> <TITLE>24 Promos</TITLE> <PARAM NAME="AllowShuffle" Value="Yes" /> <ENTRY><REF HREF="http://216.86.150.60/videos/0/302032_0a8e7.wmv" /></ENTRY> <ENTRY><REF HREF="http://216.86.150.60/videos/0/302012_837e0.wmv" /></ENTRY> <ENTRY><REF HREF="http://216.86.150.60/videos/0/301966_3e80a.wmv" /></ENTRY> </ASX> They look ok to me, all i wanna know is why shuffle is not working correctly. If you have a coding suggestion that doesnt involve destroying this code it would be greatly appreciated. |
|
|
|
![]() ![]() |