Hello everyone,
Quick question regarding SVG object. I have a project file called "Zombie" and I have a SVG object.
At runtime, I load the project file using an Ajax object (just in case that is necessary). Then, I wait until completion. I then use "Set image (by name)" and supply "Zombie."
However, the image isn't loaded to the SVG object. I check the console and there is a 404 error.
I tried loading the file without Ajax, with Ajax, using the file name in full as "Zombie.svg" and "Zombie" only, and even forcing the value to a string using str("Zombie") just in case. It doesn't get loaded, no matter what.
Any idea what I am doing wrong?
Thanks in advance.