Home
last modified time | relevance | path

Searched refs:swfID (Results 1 – 1 of 1) sorted by relevance

/plugin/swfobject/
H A Dsyntax.php24 var $swfID = array(); variable in syntax_plugin_swfobject
135 $this->swfID[] = $swfID;
138 <div id="$swfID" class="swfobject alternate show">
153 $swfID = array_pop($this->swfID);
179 var counter$swfID = 10;
180 var addSWF$swfID = function () {
182 if ( counter$swfID <= 0 ) { if ( $('$swfID') ) $('$swfID').className += ' show'; return; }
183 …if ( typeof addInitEvent == "undefined" ) { counter$swfID--; window.setTimeout("addSWF$swfID", 100…
190 if ( $('$swfID') ) $('$swfID').className += ' show';
195 …Id('$swfID') ) document.getElementById('$swfID').className = document.getElementById('$swfID').cla…
[all …]