Ignore:
Timestamp:
Nov 12, 2014 10:52:13 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

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

    r474 r483  
    77
    88function InitViolet() {
    9   g_Flash = isInternetExplorer ? LectorEditorOnline : document.LectorEditorOnline;
     9  console.log('onload');
     10  g_Flash = document.getElementById('LectorEditorOnline');
     11  //g_Flash = isInternetExplorer ? LectorEditorOnline : document.LectorEditorOnline;
     12
     13  console.log(LectorEditorOnline);
    1014}
    1115
     
    3842// Handle all the FSCommand messages in a Flash movie.
    3943function LectorEditorOnline_DoFSCommand(command, args) {
     44
    4045  switch (command) {
    4146    case "Set Title": SetWindowTitle(args); break;
Note: See TracChangeset for help on using the changeset viewer.