inserting email link
clearly dont understand syntax of basic code trying insert clickable rectangle. if did might have been able experiment better effect.
my mailer program suggests instert following page subscribe link
<a href="mailto:subscriptions@blabla.com?subject=subscribe">sign up</a>
i guess work insterted code on simple html page in case page designed in edge , link has physically constrained design
i trying instert instruction click action rectangle
do need change code make work in such environment? have insterted 'get url' 'raw'
when in document entire code page distupted - few states animate without trigger @ first , roll overs , links on page freeze.
appreciate on - thanks
maybe work:
sym.$('rectangle').click(function(){
sym.$('yourfieldname').html('<a href="mailto:subscriptions@blabla.com?subject=subscribe">sign up</a>');
});
More discussions in Edge Animate CC
adobe
Comments
Post a Comment