Lines Matching refs:swfID
24 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…
187 …swfobject.embedSWF("$file", "$swfID", "{$data['width']}", "{$data['height']}", "{$data['minfla']}"…
190 if ( $('$swfID') ) $('$swfID').className += ' show';
195 …Id('$swfID') ) document.getElementById('$swfID').className = document.getElementById('$swfID').cla…
196 addSWF$swfID();