- Posts: 2
COMMUNITY FORUM
MP3 files - no player in content
- johngoodwin
-
Topic Author
- Offline
- New Member
Less
More
16 years 9 months ago #15380
by johngoodwin
MP3 files - no player in content was created by johngoodwin
Hi There
Love the plug in, have used it before. On my latest attempt I'm trying to have a couple of sample MP3 files for visitors to play. The text, "Listen to a sample:" displays, but there's no player after it. I've checked the tag repeatedly.
Any ideas?
Appreciate any help.
John
[Here's the system info:
PHP Version: 5.2.5
Web Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25
WebServer to PHP interface: cgi
Joomla! Version: Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15
Relevant PHP Settings:
Joomla! Register Globals Emulation: OFF
Register Globals: ON
Magic Quotes: ON
Safe Mode: OFF
File Uploads: ON
Session auto start: OFF
Session save path: /tmp
Short Open Tags: ON
Output Buffering: OFF
Open basedir: none
Display Errors: ON
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
Love the plug in, have used it before. On my latest attempt I'm trying to have a couple of sample MP3 files for visitors to play. The text, "Listen to a sample:" displays, but there's no player after it. I've checked the tag repeatedly.
Any ideas?
Appreciate any help.
John
[Here's the system info:
PHP Version: 5.2.5
Web Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25
WebServer to PHP interface: cgi
Joomla! Version: Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15
Relevant PHP Settings:
Joomla! Register Globals Emulation: OFF
Register Globals: ON
Magic Quotes: ON
Safe Mode: OFF
File Uploads: ON
Session auto start: OFF
Session save path: /tmp
Short Open Tags: ON
Output Buffering: OFF
Open basedir: none
Display Errors: ON
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
Please Log in or Create an account to join the conversation.
- lumis
-
- Offline
- New Member
Less
More
- Posts: 1
16 years 9 months ago #15381
by lumis
Replied by lumis on topic Re: MP3 files - no player in content
Didn't work for me either - but alter plugin_jw_allvideos.php on line 85 and 87 by removing the audio file link - $mosConfig_live_site code - this worked for me
i.e. change line 85 <param name=\"movie\" value=\"$mosConfig_live_site/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=$mosConfig_live_site/".$audio_folder."***code***.mp3".$autostart."\" />
to
<param name=\"movie\" value=\"$mosConfig_live_site/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=/".$audio_folder."***code***.mp3".$autostart."\" />
same deal line 87
i.e. change line 85 <param name=\"movie\" value=\"$mosConfig_live_site/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=$mosConfig_live_site/".$audio_folder."***code***.mp3".$autostart."\" />
to
<param name=\"movie\" value=\"$mosConfig_live_site/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=/".$audio_folder."***code***.mp3".$autostart."\" />
same deal line 87
Please Log in or Create an account to join the conversation.
- johngoodwin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
16 years 9 months ago #15382
by johngoodwin
Replied by johngoodwin on topic Re: MP3 files - no player in content
Just to update and for anyone's information:
I'm on a hosted server, and moved the whole site to a new account at HostGator, and it works fine without making any changes to code or tags. The first hosting company said I couldn't run that script on their server. (OK, fine, goodbye).
John
I'm on a hosted server, and moved the whole site to a new account at HostGator, and it works fine without making any changes to code or tags. The first hosting company said I couldn't run that script on their server. (OK, fine, goodbye).
John
Please Log in or Create an account to join the conversation.