web/player_embed.php
changeset 683 cd315f8c70e8
parent 657 d563fda7b928
child 684 f59daf0830d2
equal deleted inserted replaced
682:f96cdbc99915 683:cd315f8c70e8
    50     IriSP.widgetsDir = "<?php echo(registry_url('ldtwidgets','js'));?>";
    50     IriSP.widgetsDir = "<?php echo(registry_url('ldtwidgets','js'));?>";
    51     IriSP.libFiles.locations.jwPlayerSWF = "<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf";
    51     IriSP.libFiles.locations.jwPlayerSWF = "<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf";
    52     IriSP.language = "<?php echo($actual) ?>";
    52     IriSP.language = "<?php echo($actual) ?>";
    53     
    53     
    54     var _metadata = {
    54     var _metadata = {
    55         url: '<?php echo $metadata_url ?>?callback=?',
    55         url: '<?php echo $ldt_platform.$project_url_base.$metadata_url ?>?callback=?',
    56         format: 'ldt'
    56         format: 'ldt'
    57     };
    57     };
    58     var _config = {            
    58     var _config = {            
    59         gui: {
    59         gui: {
    60             width: 630,
    60             width: 630,