[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-22 Thread Jean-Luc ESSER
Hello Shannon, Thank you for taking the time to look into this. I don't really understand what you're doing here... Are you saying that with your code, you can show in your flash app the swf or gif that gets writen by the js call ? The main problem is that the js call may be a call to another js

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-22 Thread Jean-Luc ESSER
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

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
I don't see the ad networks providing such a solution... It would mean, because of the redirects from one network to the other, that every single network makes this move. I think the move has to come from adobe, in a way or another. Adobe ? Jean-Luc ESSER Leader of the French Flex User Group

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Paul DeCoursey
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

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
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,

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Paul DeCoursey
I still think you need to talk to the ad service, perhaps they have something that isn't obvious to us. But... Do you have an example of the ads that you are trying to work with? I'd like to help you solve this because I know I will run into the same problem eventually. paul --- In

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Paul DeCoursey
Also, you are a publisher, am I wrong? --- In flexcoders@yahoogroups.com, 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

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Shannon
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

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Shannon
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