ADMHelper / Share and Track Flash Application easily

by Romain Ecarnot on fév.01, 2010, under opensource

Sources et libairie sur GoogleCode.


ADMHelper est une nouvelle classe OpenSource permettant de partager facilement et rapidement, vos applications Flash/Flex ( le reporting est aussi géré ).

Pour un partage par défaut ou pour une personnalisation complète de celui ci, ADMHelper vous permettra de tout contrôler simplement.
Plus d’information sur Adobe Distribution Manager Service à cette adresse.

Classes Actionscript 3 et librairie SWC sont disponibles sur Googlecode en suivant ce lien.

Un petit exemple pour la route comme on dit :

package
{
	import net.customactions.fps.ADMHelper;
	import net.customactions.fps.ADMShareMenuUI;
	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 ADM";
			helper.copyright = "Romain Ecarnot";
			helper.flashURL = "http://.../app.swf";
			helper.previewURL = "http://.../thumb.png";
			helper.UIConfig = ADMShareMenuUI.DEEP_BLUE;
			helper.initReporting(this);
			helper.openShareMenu();
		}
	}
}

:, , , ,

Comments are closed.

Looking for something?

Use the form below to search what you want:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...