Forum Discussion
MathNotermans-9
3 years agoCommunity Member
How to create dynamic texts/links and dynamic images in Storyline ?
As i ran int0 an issue i had to publish multiple Storylines and upload them to several spots... and they need to link to eachother with a QR code and a shortURL i decided i didnot want to publish an...
MathNotermans-9
2 years agoCommunity Member
Ah yes, basically i use GSAP and Javascript to change the default url of the WebObject.
Something like this. var newSrc = result[0].url;
gsap.to($("[data-model-id='5q7M1XX9AaZ'] > div > iframe"),{attr:{src:newSrc}});
Although i now generate QRcodes directly in Storyline from a given URL :-)
Here is a post about that including a sample.
https://community.articulate.com/discussions/building-better-courses/qr-code-and-shorturl-generation-in-storyline