Changeset 1278

Show
Ignore:
Timestamp:
03/07/10 15:45:16 (5 months ago)
Author:
dreisch
Message:

-fixed #1107

Location:
ide/trunk/src/resources
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • ide/trunk/src/resources/build

    r1277 r1278  
    1 #Sun Mar 07 11:44:26 EST 2010 
    2 build.number=149 
     1#Sun Mar 07 16:57:04 EST 2010 
     2build.number=151 
    33version.number=5.0.4 
    44release.number=19.0 
  • ide/trunk/src/resources/players/flash/data/js/embed.js

    r1256 r1278  
    2727        params.base = args.baseUrl + '/data'; 
    2828        params.wmode = 'transparent'; // enables the html background to be seen, at a slight performance cost. 
     29        params.allowScriptAccess = 'always'; 
     30        params.allowFullScreen = 'true'; 
    2931        flashvars.dataPath = 'data/project.xml'; 
    3032        flashvars.starter = args.snu; 
    3133        flashvars.onReady = LocalRef + 'korsakowReady'; 
    3234        flashvars.onError = LocalRef + '.korsakowError'; 
    33         params.allowFullScreen = 'true'; 
    3435        //flashvars.requireVersion = 'x'; 
    3536         
  • ide/trunk/src/resources/players/flash/index.html

    r1256 r1278  
    1919params.base = 'data/'; 
    2020params.wmode = 'transparent'; // enables the html background to be seen, at a slight performance cost. 
     21params.allowScriptAccess = 'always'; 
     22params.allowFullScreen = 'true'; 
    2123flashvars.dataPath = 'project.xml'; 
    22 flashvars.allowScriptAccess = 'always'; 
    2324flashvars.onReady = 'korsakowReady'; 
    2425flashvars.onError = 'korsakowError';