Advertisement
Guest User

results from Notepad++

a guest
Dec 16th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Search "exactfit" (9 hits in 4 files)
  2.  
  3. C:\jwplayer\model\PlayerConfig.as (1 hits)
  4. Line 230: /** Defines how to resize images in the display. Can be none (no stretching), exactfit (disproportionate), uniform (stretch with black borders) or fill (uniform, but completely fill the display). @default uniform **/
  5.  
  6. C:\jwplayer\player\InstreamPlayer.as (1 hits)
  7. Line 148: if (!_mediaDisplayed && _isConfig.stretching == Stretcher.EXACTFIT) {
  8.  
  9. C:\jwplayer\utils\Stretcher.as (3 hits)
  10. Line 13: public static var EXACTFIT:String = "exactfit";
  11. Line 13: public static var EXACTFIT:String = "exactfit";
  12. Line 33: case Stretcher.EXACTFIT:
  13.  
  14. C:\jwplayer\view\View.as (4 hits)
  15. Line 400: if(!_fullscreen && _player.config.stretching != Stretcher.EXACTFIT) {
  16. Line 404: if (_fullscreen && _player.config.stretching == Stretcher.EXACTFIT) {
  17. Line 452: if (_fullscreen && _player.config.stretching == Stretcher.EXACTFIT) {
  18. Line 479: if (_fullscreen && _player.config.stretching == Stretcher.EXACTFIT) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement