1
0

remove local dependencies

This commit is contained in:
Tim Almdal 2009-12-15 20:48:00 -08:00
parent 8796f0bb64
commit 09518e5d08
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ $config['site_domain'] = '/g3_client/';
* specified, then the current protocol is used, or when possible, only an
* absolute path (with no protocol/domain) is used.
*/
$config['site_protocol'] = '';
$config['site_protocol'] = 'http';
/**
* Name of the front controller for this application. Default: index.php

View File

@ -6,13 +6,13 @@
flowplayer(
"movie-link",
{
src: "http://sandbox.timalmdal.com/g3_client/lib/flowplayer.swf",
src: "<?= url::file("lib/flowplayer.swf") ?>",
wmode: "transparent"
},
{
plugins: {
h264streaming: {
url: "http://sandbox.timalmdal.com/g3_client/lib/flowplayer.h264streaming.swf"
url: "<?= url::file("lib/flowplayer.h264streaming.swf") ?>"
},
controls: {
autoHide: 'always',