Media Player Playlist from a Directory?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
eroz7
-

- Posts: 3
- Joined: Wed Apr 21, 2021 5:46 pm
Media Player Playlist from a Directory?
How do I set up a media player (either audio or video) with user ability to select from a directory?
- BaconFries
-

- Posts: 6122
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Media Player Playlist from a Directory?
Maybe one of the following it not then please be more specific..
HTML5 audio with playlist
https://www.wysiwygwebbuilder.com/audioplaylist.html
HTML5 video with playlist
https://www.wysiwygwebbuilder.com/videoplaylist.html
jPlayer
https://www.wysiwygwebbuilder.com/jplayer.html
HTML5 audio with playlist
https://www.wysiwygwebbuilder.com/audioplaylist.html
HTML5 video with playlist
https://www.wysiwygwebbuilder.com/videoplaylist.html
jPlayer
https://www.wysiwygwebbuilder.com/jplayer.html
-
eroz7
-

- Posts: 3
- Joined: Wed Apr 21, 2021 5:46 pm
Re: Media Player Playlist from a Directory?
I need it to list the contents of an online directory of (for example) .mp3 files, and play the one selected. I had a flash player plug-in to do this which, of coarse, no longer works.
- crispy68
-

- Posts: 3106
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Media Player Playlist from a Directory?
I assume since the files are in an online directory that these files change often? If not, then you should be able to use one of the extensions BaconFries suggested; otherwise, none of these will work as they don't read files from a directory.
-
MGD4me
-

- Posts: 284
- Joined: Tue May 02, 2017 11:56 pm
- Location: British Columbia, Canada
Re: Media Player Playlist from a Directory?
Are the MP3 files stored on your own server? If so, use the built-in PHP File Listing extension.I need it to list the contents of an online directory
-
eroz7
-

- Posts: 3
- Joined: Wed Apr 21, 2021 5:46 pm
Re: Media Player Playlist from a Directory?
How do I... (1) implement the php file listing extension and (2) how do I connect it to a media player?
Sorry to be so dense.
Sorry to be so dense.
- Pablo
- Posts: 23904
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Media Player Playlist from a Directory?
Sorry, there is currently no standard solution to load audio with playlist from a folder on the server.