This is what my embed looks like
<embed src="http://www.onlygoodanimes.com/layout/swf.swf" width="550" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="470"allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://www.onlygoodanimes.com/layout/testflv/vids.xml&autostart=true" />
- <embed src="http://www.onlygoodanimes.com/layout/swf.swf" width="550" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="470"allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://www.onlygoodanimes.com/layout/testflv/vids.xml&autostart=true" />
-
And this is what my xml file looks like
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>DeKaP</creator>
<location>http://www.onlygoodanimes.com/layout/testflv/Full_Metal_Alchemist_Ending_1__Full_.flv</location>
</track>
<track>
<creator>DeKaP</creator>
<location>http://www.onlygoodanimes.com/layout/testflv/Full_Metal_Alchemist_-_1st_Opening.flv</location>
</track>
<track>
<creator>DeKaP</creator>
<location>http://www.onlygoodanimes.com/layout/testflv/ali_vegas_-_theme_of_new_york.flv</location>
</track>
<track>
<creator>DeKaP</creator>
<location>http://www.onlygoodanimes.com/layout/testflv/Ali_Vegas_-_Time_Has_Come.flv</location>
</track>
</trackList>
</playlist>
- <?xml version="1.0" encoding="utf-8"?>
- <playlist version="1" xmlns="http://xspf.org/ns/0/">
- <trackList>
-
- <track>
- <creator>DeKaP</creator>
- <location>http://www.onlygoodanimes.com/layout/testflv/Full_Metal_Alchemist_Ending_1__Full_.flv</location>
- </track>
-
-
- <track>
- <creator>DeKaP</creator>
- <location>http://www.onlygoodanimes.com/layout/testflv/Full_Metal_Alchemist_-_1st_Opening.flv</location>
- </track>
-
- <track>
- <creator>DeKaP</creator>
- <location>http://www.onlygoodanimes.com/layout/testflv/ali_vegas_-_theme_of_new_york.flv</location>
- </track>
-
-
- <track>
- <creator>DeKaP</creator>
- <location>http://www.onlygoodanimes.com/layout/testflv/Ali_Vegas_-_Time_Has_Come.flv</location>
- </track>
-
- </trackList>
- </playlist>
My question is, how do you get the embed to shuffle the playlist? also, you have to keep pressing play after each vid finishes and it plays the same video over until you click the next button, is there a way to get all these to play one right after the next in a loop?
http://www.onlygoodanimes.com/layout/testflv/test.php for those that want to see what im talking about