Link in Zwischenablage kopieren
Kopiert
Innovative - will you? where can I find flash/air integration admob android ...
...where is Google Ads - Admob plugin or similar code?
This is a must in next release Flash CS5.5/AIR2.5!
this is very important ...
Link in Zwischenablage kopieren
Kopiert
i'm interested in this feature too.
i'd like to have the opportunity to monetize my app using ads.
I hope that Adobi will include this functionality in next release.
Link in Zwischenablage kopieren
Kopiert
I'm interested too !
Link in Zwischenablage kopieren
Kopiert
Another vote here.
Link in Zwischenablage kopieren
Kopiert
http://lilili87222.github.com/admob-for-flash/
this lib enable we load admob in flash air application .and it easy to use. it work well on iphone and ipad.android will come later
Link in Zwischenablage kopieren
Kopiert
Can we have a response of someone from Adobe about this request?
Thanks
Link in Zwischenablage kopieren
Kopiert
I agree. Timeline?
Link in Zwischenablage kopieren
Kopiert
I may be wrong, but i dont think this has anything to do with adobe. What we need is admob to provide API in as3.
Link in Zwischenablage kopieren
Kopiert
Does anyone know of any other ad providers that have an AS3 sdk?
Link in Zwischenablage kopieren
Kopiert
I was waiting for these people to chime in from the pre-release, but so far i have'nt seen either of them.
In the air/android pre-release, someone ("Jean") had posted some code to work with smaato, another mobile ad provider. The last status posted was that it pulled and displayed the ads with as3, however the smaato account was not registering impressions, (the developer got no credit for the downloads). This person was waiting on a callback from smatto support, then the pre-release forum closed and that thread is gone.
Someone else("nick carr") who was testing the same code, posted an example on the market called "adtest" by carr solutions, perhaps you can check that in the market and email him to see if he ever got the impressions to work properly, or if he has Jeans contact info since Jean wrote it.
Also some other people reportedly were able to use Admob by using a proxy.
Your air for android app calls a php file on your own server, and php calls the ad from admob.
I haven't tried this at all, but it reportedly and worked perfect and is not difficult if you know php at all.
I know this doesnt help much yet, but this is what was going on in the pre-release hopefully we can bring this fprum up to date with this info.
so far it doesn't look like any of these people are showing up on these forums yet..
Link in Zwischenablage kopieren
Kopiert
Looks like i had the example still.
I don't want to take credit for this (i didn't make it) It was an unfinished work in progress provided to the community by "Jean S". You may want to clean it up a bit.
However it does pull an ad from smaato!
For test purpose, publisher ID and AdSpace ID is set to 0. You will eventually change this to your own ID after signing up with smaato.
Here is the source code:
http://www.megaupload.com/?d=MEH35U9B
I hate links like this, if someone can let me know a cleaner public place to upload it i will do so.
(Or am i just crazy and not seeing the attachment link on this forum?)
Link in Zwischenablage kopieren
Kopiert
Thanks boat5, very useful info.
Link in Zwischenablage kopieren
Kopiert
Accomplishing Admob ad-serving on Adobe AIR is my current official project at work!
I've seen the AdTest app as well. I have spoken on email with Nick Carr and Jean S. from the pre-release forums. I think they both work at carrsolutions.com from the AdTest app. I haven't gotten a hold of Jean recently and can't find her email. My understanding from Nick is that the page impressions are working now through Smaato, but Smaato requires >1Mio impressions and might shut down accounts who aren't meeting the quota.
I'll keep you up-to-date on the progress of my company's Admob ActionScript 3 code. We're also monitoring AdMob's blog. Really, it should be the ad network who provides the code free of charge, but if we can figure out how to code it properly, we can share/sell it with a select few! We'll work out the kinks on here!
-Adele
AdMobAndroid.com (under construction)
Link in Zwischenablage kopieren
Kopiert
Any examples of either of these? I'd be willing to test!
Link in Zwischenablage kopieren
Kopiert
Does anyone have an working example of this smaato example?
I can’t get the impressions to register or solve this problem.
Thanks
Link in Zwischenablage kopieren
Kopiert
Another vote for this to bu built in!!!
Link in Zwischenablage kopieren
Kopiert
Update
I've been searching the web for the last 2 weeks and haven't found anyway to do this. Does anyone have any idea how to get any ad into any app?
Link in Zwischenablage kopieren
Kopiert
I planned to look at the AdMob PHP API client sometime this week and see if I can port it to ActionScript. I have 12 years of PHP development under my belt but unfortunately I'm very new to ActionScript. I'll make a deal with you though. If you can solve this issue for me I'll attempt the port later today and reply here with results!!!
Link in Zwischenablage kopieren
Kopiert
What are you trying to do? If you're using Flex Mobile you can use constraints to set the size and position of the component regardless of screen resolution or orientation.
I'll send you the Flash Builder Mobile project I'm using to get ad's to work through PHP. If Flex Mobile is not an option then I can get the code for you to check when the orientation changes.
Link in Zwischenablage kopieren
Kopiert
Laxidasical wrote:
I planned to look at the AdMob PHP API client sometime this week and see if I can port it to ActionScript. I have 12 years of PHP development under my belt but unfortunately I'm very new to ActionScript. I'll make a deal with you though. If you can solve this issue for me I'll attempt the port later today and reply here with results!!!
Can you loop me in here too? I can share the optimized Smaato code with you two.
So far, that seems to be the only AS3 ad code working without needing your own web server to host ads and request via PHP. But, I would prefer to use AdMob since I use AdSense, AdWords, and others!
My experience is in PHP and MySQL, but I have 3+ years experience in ActionScript (not much AS3 exposure until recently). There's a 100% chance the three of us should be able to get this working.
Link in Zwischenablage kopieren
Kopiert
Hi,
Yes. I sent you a private message with my email. Can you also send me what you have working? I will integrate it into my project so we have as many ad options as we can get working then post it online where we can get more help and exposure.
Link in Zwischenablage kopieren
Kopiert
Update? Has anyone made progress on this?
Link in Zwischenablage kopieren
Kopiert
My solution (requires running .net website)
1. create admob mobile web project which points to your website
2. copy the code you get (c#) in my case and paste into http-handler/webservice
4. filter the html returned by admob so flash can read it as urlvariables
3. get the variables into flash (url, banner-image-url, text) by loading the http-handler
4. make banner from variables
5. profit ?
I guess this also works via php/java ......
Link in Zwischenablage kopieren
Kopiert
ofcourse this is only a temporary solution, since you only will get mobile-web related ads and no app-ads etc.
Link in Zwischenablage kopieren
Kopiert
I also would like to include Admob in my Flash/AIR apps. I have published 2 so far and the only thing holding me back now is the integration with Admob. If a solution from within the Flash/AIR SDK was possible, that would be incredible. I hope something becomes available soon.
Weitere Inspirationen, Events und Ressourcen finden Sie in der neuen Adobe Community
Jetzt ansehen