|
Written by Administrator
|
|
Friday, 02 November 2007 |
This is one a problem caused by js path to find location of your mediaplayer.swf. For this problem you have to open this file with an text editor and enter your right path in file mediabox.js located in components/com_musicbox/js.
// Set Path to your mediaplayer for FLV video files // default path is /components/com_musicbox/js/ // If Joomla is under a subdir // enter name of subdir before path //i.e. if your subdir is joomla path will be /joomla/components/com_musicbox/js/ //DECOMMENT YOR POSSIBLE PATH: var tempPath = '/components/com_musicbox/js/'; // var tempPath = '/YOURDIR/components/com_musicbox/js/'; // var tempPath = 'http://www.YOURSITE.COM/components/com_musicbox/js/'; // var tempPath = 'http://YOURDIR.YOURSITE.COM/components/com_musicbox/js/'; |
|
Last Updated ( Thursday, 01 November 2007 )
|