Home
last modified time | relevance | path

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

/plugin/swfobject/
Dsyntax.php24 var $swfID = array(); variable in syntax_plugin_swfobject
134 $swfID = "SWFObject__Alternative" . rand(0, 1000000);
135 $this->swfID[] = $swfID;
138 <div id="$swfID" class="swfobject alternate show">
153 $swfID = array_pop($this->swfID);
172 $autoWidth = "$('$swfID').style.width = \"100%\";";
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…
[all …]