| /plugin/jplayer/components/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 490 flash: "unknown" property 725 flash: true property 858 …this.flash = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], wh… 939 this.internal.flash = $.extend({}, { 1021 this.flash.available = this._checkForFlash(10.1); 1025 this.flash.canPlay = {}; 1029 self.flash.canPlay[format] = self.format[format].flashCanPlay && self.flash.available; 1033 this.flash.desired = false; 1055 this.flash.support = {}; 1059 self.flash.support[format] = self.flash.canPlay[format] && self.flash.desired; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 490 flash: "unknown" property 725 flash: true property 858 …this.flash = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], wh… 939 this.internal.flash = $.extend({}, { 1021 this.flash.available = this._checkForFlash(10.1); 1025 this.flash.canPlay = {}; 1029 self.flash.canPlay[format] = self.format[format].flashCanPlay && self.flash.available; 1033 this.flash.desired = false; 1055 this.flash.support = {}; 1059 self.flash.support[format] = self.flash.canPlay[format] && self.flash.desired; [all …]
|
| D | jquery.jplayer.min.js | 2 …flash:"unknown"},options:{swfPath:"js",solution:"html, flash",supplied:"mp3",auroraFormats:"wav",p… property 3 …flash.gate=!0,c._flash_setVideo(b),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPla…
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 490 flash: "unknown" property 725 flash: true property 858 …this.flash = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], wh… 939 this.internal.flash = $.extend({}, { 1021 this.flash.available = this._checkForFlash(10.1); 1025 this.flash.canPlay = {}; 1029 self.flash.canPlay[format] = self.format[format].flashCanPlay && self.flash.available; 1033 this.flash.desired = false; 1055 this.flash.support = {}; 1059 self.flash.support[format] = self.flash.canPlay[format] && self.flash.desired; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | jquery.jplayer.js | 490 flash: "unknown" property 725 flash: true property 858 …this.flash = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], wh… 939 this.internal.flash = $.extend({}, { 1021 this.flash.available = this._checkForFlash(10.1); 1025 this.flash.canPlay = {}; 1029 self.flash.canPlay[format] = self.format[format].flashCanPlay && self.flash.available; 1033 this.flash.desired = false; 1055 this.flash.support = {}; 1059 self.flash.support[format] = self.flash.canPlay[format] && self.flash.desired; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/ |
| D | Jplayer.as | 24 import flash.system.Security; 25 import flash.external.ExternalInterface; 27 import flash.utils.Timer; 28 import flash.events.TimerEvent; 30 import flash.text.TextField; 31 import flash.text.TextFormat; 33 import flash.events.KeyboardEvent; 35 import flash.display.Sprite; 38 import flash.display.StageAlign; 39 import flash.display.StageScaleMode; [all …]
|
| /plugin/flash/ |
| D | plugin.info.txt | 1 base flash 7 url http://www.dokuwiki.org/plugin:flash
|
| D | README | 1 flash Plugin for DokuWiki 4 http://www.dokuwiki.org/plugin:flash 7 lib/plugins/flash/ - if the folder is called different it
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Generator.php | 149 $flash = new stdClass(); 150 $flash->attr = $token->attr; 151 $flash->param = array(); 152 $this->_flashStack[] = $flash;
|
| /plugin/flickr/ |
| D | syntax.php | 125 }elseif($mime == 'application/x-shockwave-flash'){ 126 // don't link flash movies
|
| /plugin/jplayer/components/ |
| D | require-built.js | 2535 flash: "unknown" property 2770 flash: true property 2903 …this.flash = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], wh… 2984 this.internal.flash = $.extend({}, { 3066 this.flash.available = this._checkForFlash(10.1); 3070 this.flash.canPlay = {}; 3074 self.flash.canPlay[format] = self.format[format].flashCanPlay && self.flash.available; 3078 this.flash.desired = false; 3100 this.flash.support = {}; 3104 self.flash.support[format] = self.flash.canPlay[format] && self.flash.desired; [all …]
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | pfcgui.js | 311 …var flash = '<object style="visibility:hidden" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000… 312 flash += '<param name="movie" value="' + pfc.res.getFileUrl('sound.swf') + '">'; 313 flash += '<param name="quality" value="High">'; 314 …flash += '<embed style="visibility:hidden" src="' + pfc.res.getFileUrl('sound.swf') + '" pluginspa… 315 flash += '</object>'; 316 soundcontainer.innerHTML = flash;
|
| /plugin/flashplayer/ |
| D | readme-en.txt | 33 To embed a flash video inside a Wiki page, use the following code: 35 <flashplayer width="width in pixels" height="height in pixels" position="0|1|2">flash vars</flashpl… 50 The flash vars tell the player, which file to play and which image to display 55 A detailed description of all possible flash vars can be found at
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
| D | JplayerMp3.as | 14 import flash.display.Sprite; 16 import flash.media.Sound; 17 import flash.media.SoundChannel; 18 import flash.media.SoundLoaderContext; 19 import flash.media.SoundTransform; 20 import flash.net.URLRequest; 21 import flash.utils.Timer; 22 import flash.errors.IOError; 23 import flash.events.*;
|
| D | JplayerMp4.as | 14 import flash.display.Sprite; 16 import flash.media.Video; 17 import flash.media.SoundTransform; 19 import flash.net.NetConnection; 20 import flash.net.NetStream; 22 import flash.utils.Timer; 24 import flash.events.NetStatusEvent; 25 import flash.events.SecurityErrorEvent; 26 import flash.events.TimerEvent;
|
| D | ConnectManager.as | 29 import flash.events.*; 30 import flash.net.*; 32 import flash.utils.Timer; 33 import flash.utils.getTimer; 34 import flash.utils.clearInterval; 35 import flash.utils.setInterval;
|
| D | JplayerRtmp.as | 16 import flash.display.Sprite; 18 import flash.media.Video; 19 import flash.media.SoundTransform; 21 import flash.net.NetConnection; 22 import flash.net.NetStream; 23 import flash.net.Responder; 25 import flash.utils.Timer; 26 import flash.utils.getTimer; 28 import flash.events.NetStatusEvent; 29 import flash.events.SecurityErrorEvent; [all …]
|
| /plugin/flowplay2/flowplayer/html/ |
| D | flashembed.min.js_0.26 | 4 * http://flowplayer.org/player/flash-embed.html 18 …flash',pluginspage:'http://www.adobe.com/go/getflashplayer'};extend(k,h);var l=k.loadEvent;k.loadE…
|
| /plugin/mp3play2/ |
| D | README.md | 6 <td>The Mp3Play plugin let you add an flash mp3 player to your Webpage and Stream Mp3 files</td> 26 <td>music, mp3, stream, flash, embed</td> 102 The Flash Player used from [Charles](http://sexywp.com/flash-player-widget.htm). Originally a WordP…
|
| /plugin/fckg/fckeditor/userfiles/ |
| D | set_symlinks.sh | 7 ln -s ../../../../../data/media flash
|
| /plugin/mp3play/ |
| D | plugin.info.txt | 6 desc Embeds a flash mp3player.
|
| /plugin/graphgear/ |
| D | plugin.info.txt | 6 desc Display graphviz compatible graph descriptions through flash
|
| /plugin/htvid/ |
| D | plugin.info.txt | 6 desc Embeds video using HTML5 syntax with flash fallback
|
| /plugin/flowplayer/ |
| D | plugin.info.txt | 6 desc Allows to embed a flash video into Wiki pages.
|
| /plugin/panorama/syntax/ |
| D | panorama.php | 123 } elseif ($mode == 'swf' || $mode == 'flash')
|