String " " crap in 'Java' style code post
<mx:Image xmlns:mx="http://www.adobe.com/2006/mxml" initialize="init()"> <mx:Script> <![CDATA[ public function init():void { this.addEventListener(Event.COMPLETE, loaded); } private function loaded(e:Event):void { this.width = this.contentWidth; this.height = this.contentHeight; } ]]> </mx:Script> </mx:Image>
Let's see if this bug repeats itself... there should be   strings in the above pasted text instead of spaces (now, watch it work correctly this time..). Doing an EDIT of the post replaced them with spaces when I originally posted. So to insert readable 'Java' syntax code, I guess we have to post and then update the post to remove the Jive droppings that this crap forum inserted. (pathetic, Jive...pathetic)
