Index: trunk/extensions/OggHandler/OggPlayer.js |
— | — | @@ -499,10 +499,6 @@ |
500 | 500 | // Use QTSRC parameter instead of data attribute to allow progressive download |
501 | 501 | // The data attribute and src parameter point to a small file, as recommended in |
502 | 502 | // http://developer.apple.com/documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/chapter_1000_section_6.html |
503 | | - // (Actually that's supposed to be for streaming, you're not supposed to need |
504 | | - // anything fancy for progressive download. But sometimes it doesn't start playing |
505 | | - // properly if you don't use this trick. Also don't forget to use an empty .mov file |
506 | | - // rather than an extensionless file, or Opera prompts you to download it.) |
507 | 503 | " data=" + this.hq( this.extPathUrl + '/null_file.mov' ) + |
508 | 504 | ">" + |
509 | 505 | // Scale, don't clip |