Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 25 of 89) sorted by relevance

1234

/plugin/jplayer/components/jplayer/dist/jplayer/
Djquery.jplayer.js490 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/
Djquery.jplayer.js490 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 …]
Djquery.jplayer.min.js2flash:"unknown"},options:{swfPath:"js",solution:"html, flash",supplied:"mp3",auroraFormats:"wav",p… property
3flash.gate=!0,c._flash_setVideo(b),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPla…
/plugin/jplayer/components/jplayer/
Djplayer-built.js490 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/
Djquery.jplayer.js490 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/
DJplayer.as24 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/
Dplugin.info.txt1 base flash
7 url http://www.dokuwiki.org/plugin:flash
DREADME1 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/
DGenerator.php149 $flash = new stdClass();
150 $flash->attr = $token->attr;
151 $flash->param = array();
152 $this->_flashStack[] = $flash;
/plugin/flickr/
Dsyntax.php125 }elseif($mime == 'application/x-shockwave-flash'){
126 // don't link flash movies
/plugin/jplayer/components/
Drequire-built.js2535 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/
Dpfcgui.js311 …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">';
314flash += '<embed style="visibility:hidden" src="' + pfc.res.getFileUrl('sound.swf') + '" pluginspa…
315 flash += '</object>';
316 soundcontainer.innerHTML = flash;
/plugin/flashplayer/
Dreadme-en.txt33 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/
DJplayerMp3.as14 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.*;
DJplayerMp4.as14 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;
DConnectManager.as29 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;
DJplayerRtmp.as16 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/
Dflashembed.min.js_0.264 * http://flowplayer.org/player/flash-embed.html
18flash',pluginspage:'http://www.adobe.com/go/getflashplayer'};extend(k,h);var l=k.loadEvent;k.loadE…
/plugin/mp3play2/
DREADME.md6 <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/
Dset_symlinks.sh7 ln -s ../../../../../data/media flash
/plugin/mp3play/
Dplugin.info.txt6 desc Embeds a flash mp3player.
/plugin/graphgear/
Dplugin.info.txt6 desc Display graphviz compatible graph descriptions through flash
/plugin/htvid/
Dplugin.info.txt6 desc Embeds video using HTML5 syntax with flash fallback
/plugin/flowplayer/
Dplugin.info.txt6 desc Allows to embed a flash video into Wiki pages.
/plugin/panorama/syntax/
Dpanorama.php123 } elseif ($mode == 'swf' || $mode == 'flash')

1234