Forum Discussion
dgingera
4 months agoCommunity Member
Javascript for importing variable images from a data base
Want to import an image into a course from a database, like you can do with text variables.
Is this possible - and if so, how? Specific example: The database includes images (PNG) of all organi...
Dave-Ruckley
4 months agoCommunity Member
As others have said I'm pretty sure this isn't possible without web objects, but pretty simple to do with them.
The way I did it was to have a storyline variable match a row in a googlesheet, populate a bunch of variables in storyline including an image URL. This is then passed to the web object to display the image.