ETcPdf is a wrapper for theTCPDFclass, which isnotbundled, since it'shuge(not so much the class itself, but the associated files, making a 9 Mb tarball or 13 Mb unpacked). You can download the classhere. Notice
public var download:String; [ Bindable] public var dataDump:String = "dataDump"; private function init():void { getUsers.send(); } private function getUsersResult(evt:ResultEvent):void { userDG.dataProvider = evt.result.user; } ]]> </mx:Script> <mx:HTTPService id="getUsers" url="...