Search found 4 matches
- Thu Aug 08, 2024 1:12 pm
- Forum: Previewing and Publishing
- Topic: Random Player Extension file processing not working.
- Replies: 7
- Views: 4718
Re: Random Player Extension file processing not working.
It is working now. Changed the html to php and it is now working. Thanks for your help. No matter how long I do this I always learn something new. This is the first time in 40 years of software development that I dealt with php within html. I have always called php scripts externally. It is always a ...
- Thu Aug 08, 2024 12:10 pm
- Forum: Previewing and Publishing
- Topic: Random Player Extension file processing not working.
- Replies: 7
- Views: 4718
Re: Random Player Extension file processing not working.
Understand the extension must be php. Hostgator supports using embedded php with a file extension of html but I have to make a change to my htaccess file. They recommend not doing that. So I will change the extension and let you know. I never had to do this before because all my php scripts I use ...
- Thu Aug 08, 2024 10:18 am
- Forum: Previewing and Publishing
- Topic: Random Player Extension file processing not working.
- Replies: 7
- Views: 4718
Re: Random Player Extension file processing not working.
Your demo page for the extension demo is html.
Yes I used relative patching. So if my path to the mp3 is
/test/mp3 from root and my website is in the test directory
I should enter .,/test/mp3 I tried both that and ./mp3 neither worked. My other player is from code canyon Tean's and it works fine ...
Yes I used relative patching. So if my path to the mp3 is
/test/mp3 from root and my website is in the test directory
I should enter .,/test/mp3 I tried both that and ./mp3 neither worked. My other player is from code canyon Tean's and it works fine ...
- Wed Aug 07, 2024 9:26 pm
- Forum: Previewing and Publishing
- Topic: Random Player Extension file processing not working.
- Replies: 7
- Views: 4718
Random Player Extension file processing not working.
I recently purchased the commercial extension Random Player. It is suppose to read audio files from the server to create a playlist. No matter what I try it does not load any audio files. My audio files from the my root directory of the webserver are located in /test/mp3/. The file naming convention ...