Hi, It's kinda off topic, but about 2 years ago i had to deal with and RealMedia server. Apparently, they only server "HTML". The problem is that it wasn't even HTML, it was JavaScript writing the HTML code to get the assets (flash or jpg) from the server.
Keeping in mind that you can only make the call to the adserver once, we got the JS code via LoadVars and parse it BEFORE Flash (with the onData event). We even managed to make popups work detecting them in Flash, opening a popup window, passing the raw js code via LocalConnection and parsing it with PHP..... it was funny ¬¬ It is possible, but it takes a lot of time and hacks. And everything because the people from the adserver didn't want to serve anything but JS. Or that's what I was told. Hope that helps. Juan On 12/7/06, Marcelo de Moraes Serpa <[EMAIL PROTECTED]> wrote: > Hello! > > I'd like to know, do you use any banner management software on your flash > website? I was thinking about using phpAdsNews through some adapter class > that would expose these methods to flash through amfphp... would you mind > sharing your experiences? > > Cheers, > > Marcelo. > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > -- Juan Delgado - Zárate http://zarate.tv http://dandolachapa.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
