Ignore:
Timestamp:
Nov 11, 2014 11:21:47 PM (11 years ago)
Author:
dungnv
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/frontend/views
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/lecture_editor.php

    r450 r472  
    11<?php
    2 $this->load->view('layout/frontend/header');
     2$this->load->view('layout/frontend/header', array('flashScript' => $flashScript));
    33$base_url = base_url();
    44$this->load->view('layout/frontend/sidebar');
    55?>
    6 
    7 
    86                        <div class="main-container-inner">
    97
     
    1210                                        <div class="page-content no-padding">
    1311                                                                <!-- PAGE CONTENT BEGINS -->
     12                                                                <?php $langParam = '&language=Vietnamese' ?>
     13                                                                <?php $flashVars = 'online=true&applicationId=Violet Online' ?>
     14                                                                <?php $flashVars.= '&commonLibList=sxIOE3.xml,sxIOE4.xml,sxIOE5.xml,tnIOE3.xml,tnIOE4.xml,tnIOE5.xml' ?>
     15                                                                <?php $flashVars.= '&youtubeUrl=Service/fake_youtube.php'.$langParam.'&command=Init OK' ?>
     16                                                                <?php $flashVars.= '&licenseStatus='.$licenseAvailable ?>
     17
    1418                                                                <div class="embed-responsive embed-responsive-16by9">
    1519                                                                  <embed                                                                         
     
    1822                                                                          wmode="transparent"
    1923                                                                          type="application/x-shockwave-flash"
    20                                                                           flashvars="host=<?php echo $base_url; ?>ajax/user/login/xml"
     24                                                                          flashvars="host=<?php echo $base_url; ?>&<?php echo $flashVars;?>"
    2125                                                                  />
    2226                                                                </div>                                                 
Note: See TracChangeset for help on using the changeset viewer.