(AGK version: 108.16)
Submitted: 2013-08-05 14:24:56
Setvirtualresolution(640,480)
ResetTimer()
//Firstly Obtain Unique Codes from...
//www.inner-active.com

SetInneractiveDetails("UNIQUE_INNERACTIVE_APP_CODE")

//Create and Position the Advert
CreateAdvert(0, 1, 2, 0)
//Make Advert Visible
SetAdvertVisible ( 1 )

Repeat
    Print ("Advert will appear at the bottom of the screen")
    sync()
Until Timer()>20
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.