How do I input my link information in html5 from a swiffy created from a flash file? -
i'm creating banner ad in flash cs5 2 , converting html5 swiffy, have button click tag in flash, input link information click tag - in html, in flash or input somehwere else?
i add something:
for purpose of running flash/html5 thru adserver, url inside flash doesn't matter, have 1 inside flash , 1 on codeside; click use 1 on code side.
so yuo have inside flash:
on (release) { geturl("http://www.msn.com", "_blank"); }
and, after conversion, related code be:
"actions":[{"value":"http://www.msn.com","type":305},{"value":"_blank","type":305}
now replace url this:
"actions":[{"value":"http://www.google.com","type":305},{"value":"_blank","type":305}
and banner go google instead of going msn.
note added target _blank.
cheers
Comments
Post a Comment