Index: branches/MwEmbedStandAlone/modules/SmilPlayer/mw.Smil.js |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | if( url.indexOf( dataUrlKey ) === 0 ){ |
79 | 79 | // Load the smil document from the data url: |
80 | 80 | _this.loadFromString( |
81 | | - unescape( url.substr( dataUrlKey.length ) ) |
| 81 | + decodeURIComponent( url.substr( dataUrlKey.length ) ) |
82 | 82 | ); |
83 | 83 | // xxx Note we could in theory have a data url with remote 'context' |
84 | 84 | // ie cross domain smil loading ( for now assume document.URL context for data urls ) |