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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -