[vlc-commits] http: Flowplayer javascript is http 404.
Zoran Turalija
git at videolan.org
Fri Apr 5 17:48:05 CEST 2013
vlc | branch: master | Zoran Turalija <zoran.turalija at gmail.com> | Fri Apr 5 17:45:02 2013 +0200| [ae179f862c063e38dee9dc38e6e7bb22f40c6404] | committer: Jean-Baptiste Kempf
http: Flowplayer javascript is http 404.
Flowplayer javascript from static.flowplayer.org is not available
online anymore. Use new working link to point where javascript
can be found.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae179f862c063e38dee9dc38e6e7bb22f40c6404
---
share/lua/http/index.html | 2 +-
share/lua/http/mobile.html | 2 +-
share/lua/http/mobile_view.html | 2 +-
share/lua/http/view.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/share/lua/http/index.html b/share/lua/http/index.html
index c13ac38..5bcf4ba 100644
--- a/share/lua/http/index.html
+++ b/share/lua/http/index.html
@@ -189,7 +189,7 @@
$('#viewContainer').animate({height: 'toggle'});
});
/* delay script loading so we won't block if we have no net access */
- $.getScript('http://static.flowplayer.org/js/flowplayer-3.2.6.min.js', function(data, textStatus){
+ $.getScript('http://releases.flowplayer.org/js/flowplayer-3.2.6.min.js', function(data, textStatus){
$('#player').empty();
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf");
/* .getScript only handles success() */
diff --git a/share/lua/http/mobile.html b/share/lua/http/mobile.html
index d148eb6..e89b5e9 100644
--- a/share/lua/http/mobile.html
+++ b/share/lua/http/mobile.html
@@ -34,7 +34,7 @@
<script type="text/javascript" src="js/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript" src="js/jquery.jstree.js"></script>
- <script type="text/javascript" src="http://static.flowplayer.org/js/flowplayer-3.2.6.min.js"></script>
+ <script type="text/javascript" src="http://releases.flowplayer.org/js/flowplayer-3.2.6.min.js"></script>
<script type="text/javascript" src="js/ui.js"></script>
<script type="text/javascript" src="js/controlers.js"></script>
<script type="text/javascript">
diff --git a/share/lua/http/mobile_view.html b/share/lua/http/mobile_view.html
index 0564336..0aeb8e5 100644
--- a/share/lua/http/mobile_view.html
+++ b/share/lua/http/mobile_view.html
@@ -37,7 +37,7 @@
<script type="text/javascript">
var pollStatus = false;
/* delay script loading so we won't block if we have no net access */
- $.getScript('http://static.flowplayer.org/js/flowplayer-3.2.6.min.js', function(data, textStatus){
+ $.getScript('http://releases.flowplayer.org/js/flowplayer-3.2.6.min.js', function(data, textStatus){
$('#player').empty();
$('#player').attr('href',$('#stream_protocol').val()+'://'+$('#stream_host').val()+':'+$('#stream_port').val()+'/'+$('#stream_file').val());
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf");
diff --git a/share/lua/http/view.html b/share/lua/http/view.html
index 8dcdebc..f462473 100644
--- a/share/lua/http/view.html
+++ b/share/lua/http/view.html
@@ -31,7 +31,7 @@
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
- <script type="text/javascript" src="http://static.flowplayer.org/js/flowplayer-3.2.6.min.js"></script>
+ <script type="text/javascript" src="http://releases.flowplayer.org/js/flowplayer-3.2.6.min.js"></script>
<script type="text/javascript">
//<![CDATA[
$(function(){
More information about the vlc-commits
mailing list