Ignore:
Timestamp:
04/30/10 17:36:47 (3 years ago)
Author:
pablo
Message:

Adds support for loading filenames from URLs containing unicode (non-ASCII) characters. (729)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/media/VideoMediaProvider.as

    r974 r981  
    9292                                } 
    9393                                _stream.checkPolicyFile = true; 
    94                                 _stream.play(itm.file); 
     94                                _stream.play(encodeURI(itm.file)); 
    9595                                _stream.pause(); 
    9696                        } else { 
Note: See TracChangeset for help on using the changeset viewer.