Sorry, i get your code now. What you is what i tried before, that is triggering the writing of the dart ad from flex, and positionning it in a div on a layer over your flex app. There are two limitations here : You cannot deal with expandable ads (because the ad is contained in a div) You cannot allocate the space for the ad overlaying your app in your flex app, because there is no ways of knowing the height of the ad returned. If you have flex content before and after your ad, how do you allocate the corresponding space to position your content ?
JL --- In [email protected], "Shannon" <[EMAIL PROTECTED]> wrote: > > Sorry I get it now. I read about DART, this is a js call. > > In Flash: > var dartData = {x:"X",y:"Y",z:"Z"}; > flash.external.ExternalInterface.call("myDartWriterFunc",dartData) > > in Javascript: > > <script> > <!-- > > function myDartWriterFunc(dartData){ > // parse dartData if applicable > document.write('<script language="JavaScript" > src="http://ad.fr.doubleclick.net/adj/ts.psycho.com/homepage/index/sky > ;kw=x;tile\=5;sz=160x320;ord='+jsDartRandom+'?"></script>'); > } > //--> > </script> >

