The ad networks are going to need to provide a native Flash solution sooner rather than later, particularly with the growing number of Flash RIAs (in particular games). Mochi Ads provides one solution for games, but its nothing compared to a TextLinks, DoubleClick or GoogleAds.
In other words, there is no solution beyond what you mentioned. The ad networks simply depend on functionality that isn't present inside of Flash. Troy. On 21 Mar 2007 03:20:57 -0700, Jean-Luc ESSER <[EMAIL PROTECTED]> 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.