A dynamic link based on frameLabel ?
Hello !
I start with Adobe Animate and try to create a dynamic link based on what is displayed on the screen.
"FLAC", "GAUCHE" and "DROITE" are each activated by buttons ...
If anyone can help me, I would be delighted !!!
THANK YOU SO MUCH
var _this = this;
var contenance = _this.FLAC.currentLabel
var num1 = _this.GAUCHE.currentLabel
var num2 = _this.DROITE.currentLabel
_this.CMD.on('click', function(){
window.open('https://website.com/produit/'+ contenance +'ml/?attribute_senteur-n1='+ num1 +'&attribute_senteur-n2='+ num2, '_blank');
});
