It is currently Fri May 24, 2013 7:58 pm


Post a new topicPost a reply Page 1 of 1   [ 1 post ]
Author Message
 Post subject: There is an Error in loading config.xml
PostPosted: Wed May 19, 2010 2:17 pm 
Site Admin

Joined: Sat Jun 06, 2009 9:43 am
Posts: 14
Recently we found that on latest version of Google chrome, video was not playing from our player. It produce the error "There is an Error in loading config.xml" but it plays well on other browser.

If anyone face this problem please edit the player.php file.

Player.php file will located at /../components/com_hdflvplayer/models/player.php

Please search for the code on player.php

Code:
$baseurl=str_replace(':','%3A',JURI::base());
$baseurl=str_replace('/','%2F',$baseurl);


Just replace the above code with the following

Code:
$baseurl=str_replace(':','%3A',JURI::base());
$baseurl=substr_replace($baseurl ,"",-1);
$baseurl=str_replace('/','%2F',$baseurl);


If it still didn't fix, kindly download the latest file or create ticket from www.hdflvplayer.net/support


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 1   [ 1 post ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron

© Copyrights and all rights reserved by Contus Support