I love the delegate counter but...sniff...it won't run on my WordPress.com blogsite..sniff....Help!
Maybe Luigi will help see why.
See, you can check it here. Not pretty is it?
But I do like how yours looks and you guys have saved me the trouble of finding a non-MSM widget or creating my own. Now make it pretty! ;)
Here's the problem... the code that embeds the widget is getting scrambled on Blogspot sites: for some reason it's changing the order of the parameters in the embed tag, and (unfortunately) they're order dependent.
The order of attributes in the "embed" tag is important with regard to two attributes that are set: one tells it that it shouldn't try to change the scale of the widget when drawn at different heights (scale="noborder"), and the other tells it to draw the widget starting at the top left (salign="lt").
The problem is that for some reason, Flash only sees the "salign" parameter when it is set AFTER the "scale" parameter.
The embed code provided for the widget has the parameters in the right order... but Blogspot (and perhaps WordPress) is scrambling them. If you can coerce Blogspot to shuffle the code so that the attributes are in the correct order, it should work!
Thanks Malacandra...do you realize that whenever you help me with techie html-y stuff...I feel like a complete idiot? Can't you just fly down here and fix it for me? This is the code I have in that module:
<object width="175" height="308"><param value="http://assets.mydd.com/delegatesD.swf" name="movie"><param value="transparent" name="wmode"><param value="noborder" name="scale"><param value="lt" name="salign"><embed width="175" src="http://assets.mydd.com/delegatesD.swf" salign="lt" wmode="transparent" height="308" scale="noborder" type="application/x-shockwave-flash"></embed></object>
It looks like to me exactly what the original said. Am I supposed to bracket out some of those parameters (I make up my only html lingo, so bracket out mean <>)?
<object width="175" height="308"><param value="http://assets.mydd.com/delegatesD .swf" name="movie"><param value="transparent" name="wmode"><param value="noborder" name="scale"><param value="lt" name="salign"><embed width="175" src="http://assets.mydd.com/delegatesD.s wf" salign="lt" wmode="transparent" height="308" scale="noborder" type="application/x-shockwave-flash" E;</embed></object>
<object width="175" height="308"><param value="http://assets.mydd.com/delegatesD .swf" name="movie"><param value="transparent" name="wmode"><param value="noborder" name="scale"><param value="lt" name="salign"><embed width="175" src="http://assets.mydd.com/delegatesD.s wf" wmode="transparent" height="308" scale="noborder" salign="lt" type="application/x-shockwave-flash" E;</embed></object>
But it didn't work. :( It just made the entire box disappear. See?
BTW, yes I can totally believe you were an English major. You had used a word or two that just stumped high acidity and me. And we both said, "English major".
I emailed you on why it disappeared. A space somehow got lodged in the filename for the component. Needless to say, that breaks things.
And for anyone else following this, the embed code now should Just Work. We simplified the code.
The counters are working and look great!