<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>customactions&#187; Social</title>
	<atom:link href="http://blog.customactions.net/tag/social/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.customactions.net</link>
	<description>a digital life...</description>
	<lastBuildDate>Wed, 02 Mar 2011 23:48:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ADMHelper / Share and Track Flash Application easily</title>
		<link>http://blog.customactions.net/2010/02/admhelper-share-and-track-flash-application-easily/</link>
		<comments>http://blog.customactions.net/2010/02/admhelper-share-and-track-flash-application-easily/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 23:33:22 +0000</pubDate>
		<dc:creator>Romain Ecarnot</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://blog.customactions.net/?p=426</guid>
		<description><![CDATA[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&#8217;information sur Adobe Distribution Manager Service à [...]]]></description>
			<content:encoded><![CDATA[<p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjQ5NzkzNzc1NzkmcHQ9MTI2NDk3OTM3OTUyOSZwPTk*NjY2MSZkPUFETUhlbHBlckJhZGdlJmc9MiZvPWM2NGMw/MjVkNmI*ZjQwOTJhYzQwM2EwNzQ1NWQwZjhlJm9mPTA=.gif" /><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" WIDTH="470" HEIGHT="190" id="ADMHelper / Share your Flash Application"><PARAM NAME="movie" VALUE="http://www.customactions.net/opensource/ADMHelper-Teaser.swf" /><PARAM NAME="quality" VALUE="high" /><PARAM NAME="bgcolor" VALUE="#000000" /><PARAM NAME="flashVars" value="crtr=1&#038;gig_lt=1264979377579&#038;gig_pt=1264979379529&#038;gig_g=2" /><EMBED src="http://www.customactions.net/opensource/ADMHelper-Teaser.swf" quality="high"  WIDTH="470" HEIGHT="190" NAME="ADMHelper / Share your Flash Application" flashVars="crtr=1&#038;gig_lt=1264979377579&#038;gig_pt=1264979379529&#038;gig_g=2" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></p>
<p>Sources et libairie sur <a href="http://code.google.com/p/admhelper/">GoogleCode</a>.</p>
<p><span id="more-426"></span><br />
<strong>ADMHelper</strong> est une nouvelle classe <strong>OpenSource</strong> permettant de partager facilement et rapidement, vos applications Flash/Flex ( le reporting est aussi géré ).</p>
<p>Pour un partage par défaut ou pour une personnalisation complète de celui ci, <strong>ADMHelper</strong> vous permettra de tout contrôler simplement.<br />
Plus d&#8217;information sur <strong>Adobe Distribution Manager Service</strong> à cette <a href="http://www.adobe.com/flashplatform/services/distribution/">adresse</a>.</p>
<p>Classes <strong>Actionscript 3 </strong> et librairie <strong>SWC</strong> sont disponibles sur Googlecode en suivant ce <a href="http://code.google.com/p/admhelper/">lien</a>.</p>
<p>Un petit exemple pour la route comme on dit :<br />
<code>
<pre>
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();
		}
	}
}
</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.customactions.net/2010/02/admhelper-share-and-track-flash-application-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

