I know nothing about DART at the moment, so if this doesnt help please excuse my ignorance.
I checked the crossdomain for the url you sent, it looks like its wide open. see: http://ad.fr.doubleclick.net/crossdomain.xml There shouldnt be any security restrictions with regard to loading content from this domain. Given that, if this integration fails with flex I know you can write something in flash that does what you want and then import that to your application. Is there something special about the DART SDK? (e.g. It's JavaScript) Shannon --- In [email protected], "Jean-Luc ESSER" <[EMAIL PROTECTED]> wrote: > > Thanks for your help, but it looks like this solution is for > publishers, so they can develop content that will integrate into flash > environments. > > But the problem remains for the one who just needs to integrate a > campain in a flex environment. > And the problem remains if you deal with redirects, that is ads from > different ad networks. > > Jean-Luc ESSER > > --- In [email protected], "Paul DeCoursey" <paul@> wrote: > > > > Perhaps you should be talking with Doubleclick, it looks like they > > have a Flash in Flash solution for DART. > > > > http://www.doubleclick.com/us/products/dart_motif_for_flash_in_flash/ > > > > I'm not at all familiar with it though, just trying to be helpful. > > I've never really worked with ads before, I have a deep disdain for > > them... but I'm sure someday I'll have to give in to it. > > > > > > --- In [email protected], "Jean-Luc ESSER" <flex@> wrote: > > > > > > If someone finds a solution to this one, i'll pay him strawberries ! > > > > > > Is there a way of doing a js document.write in Flex ? > > > > > > Explanantion : > > > Today i have a website with DART tags like this one : > > > <script> > > > <!-- > > > 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> > > > > > > Tomorrow my website is gonna be a full flex application. > > > How do i implement my DART into my Flex app ? > > > Looks like i cannot, because the source is not necessarly the swf or > > > gif, but can be a redirect, that is another js calling another js, and > > > so on. > > > So is there a way flex can deal with this ? > > > > > > I think this is gonna become a very big problem if we cannot deal with > > > ads in flex apps... > > > > > > Using an iFrame to display ads doesn't work as some ads may have to > > > expand over the app on rollover. > > > Working with divs won't work as there is no way of knowing the size of > > > the ad returned by DART, and thus no way of allowing the corresponding > > > space in our flex app... > > > > > > I'm stuck !! > > > > > > Jean-Luc. > > > > > >

