Hi,
I'm looking to have the option for a bilingual page in my Adobe Edge Animate project. The two languages would have identical stages and timing, just the graphic images would be different that contain text. I can do it the crude way and publish two projects with different images worst case... however I was hoping there is a way I can make a button to toggle language, and the onClick event would then change all images in my list with alternate images. I've found some snippets of JS code to swap images, I'm just not sure how to use that in Edge Animate... or if that's even the correct approach in Edge Animate.
I see that your_project_edge.js has the "stage" that loads up all the images. Is there a way to make an onClick button load a different JS file all together?, and I would have a second copy of the your_project_edge.js to include the second set of images. Or once that JS page is loaded, it's too late to "reload" it?
Or is there a way to have those image links have a built in if statement? (if that's possible?). So the button would be a toggle. If button is clicked, change link for all images to new links, sort of thing.
Or is there just a way to make an onClick event change the link of an image and it will change on the fly?
Hope this makes sense, any help is much appreciated!
Thank you,
Mark