Changeset 1287
- Timestamp:
- 03/07/10 20:38:07 (5 months ago)
- Location:
- ide/trunk/src/resources/players/flash
- Files:
-
- 4 modified
-
data/DebugWindow.swf (modified) (previous)
-
data/Embed.swf (modified) (previous)
-
data/KorsakowPlayer.swf (modified) (previous)
-
index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ide/trunk/src/resources/players/flash/index.html
r1285 r1287 21 21 params.allowScriptAccess = 'always'; 22 22 params.allowFullScreen = 'true'; 23 flashvars.basePath = ' data/';23 flashvars.basePath = './'; 24 24 flashvars.onReady = 'korsakowReady'; 25 25 flashvars.onError = 'korsakowError';
