Jump to content

Recommended Posts

Posted

Anyone had any dealings with this?

 

I've got it playing singular files, but can't seem to get the playlist to work to play a selection of songs in a folder!

 

Any ideas?

 

Or do you have any suggestions of better embedded players?

 

Thanks,

Dan.

 

:cool:

Posted

I've got the .XML file - but code spins me out so I havn't a clue what to do to pick it up!

 

And is the player supposed to have the playlist onscreen so you can pick what song you want etc? :)

Posted

No i don't think it works in that way its just a media player, although you could write some javascript to change the xml file i am sure.

 

However, if you cant write XML then javascript is probably out of the question. I am sure you can find a player where you drop the songs in a directory and it creates a playlist you can select from on the fly.

 

Matt

Posted
I've got the .XML file - but code spins me out so I havn't a clue what to do to pick it up!

 

And is the player supposed to have the playlist onscreen so you can pick what song you want etc? :)

 

JW can play XML playlists below is a one to play mp3 files.

 



Playlist
   
   A Day to Remember - The Downfall of Us All
   
   http://jacknet.co.uk/music/artist.php?a=A+Day+to+Remember
   
   A Day to Remember - The Downfall of Us All - 3:29
   A Day to Remember
   
   
   
   A Day to Remember - NJ Legion Iced Tea
   
   http://jacknet.co.uk/music/artist.php?a=A+Day+to+Remember
   
   A Day to Remember - NJ Legion Iced Tea - 3:31
   A Day to Remember
   
   


And i use the following options on the flash player

 

<br />
var so = new SWFObject('player.swf','mpl','470','290','9');<br />
so.addParam('allowscriptaccess','always');<br />
so.addParam('allowfullscreen','true');<br />
so.addParam('flashvars','&file=http://jacknet.co.uk/playlist.xml&autostart=true&playlist=bottom');<br />
so.write('player');<br />


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...