ADMHelper / Share and Easily Track Flash Application
Sources and on libairie GoogleCode .
ADMHelper OpenSource is a new class to share quickly and easily your Flash / Flex (reporting is also supported).
For a default share or for complete customization of this one, you will ADMHelper simply control everything.
More information on Adobe Distribution Service Manager at this address .
Actionscript 3 class library and are available on SWC googlecode by following this link .
A small example to the road as they say:
Package { net.customactions.fps.ADMHelper import; net.customactions.fps.ADMShareMenuUI import; import flash.display.Sprite; public class Sample extends Sprite { public function Sample () { DistributionManager.PARTNER_ID = "..."; var helper: DistributionManager = DistributionManager.getInstance (CODE_ID); helper.title = "Distibution Manager Sample"; helper.description = "Just a sample of WMD"; helper.copyright = "Ecarnot Roman"; helper.flashURL = "http://.../app.swf"; helper.previewURL = "http://.../thumb.png"; helper.UIConfig = ADMShareMenuUI.DEEP_BLUE; helper.initReporting (this); helper.openShareMenu (); } } }










