How do I find the URL of an asset (ie Image). Also if I change an asset with an event do I need to include the entire URL or just the asset name.
New to this so I hope my question makes sense ![]()
How do I find the URL of an asset (ie Image). Also if I change an asset with an event do I need to include the entire URL or just the asset name.
New to this so I hope my question makes sense ![]()
You can use this to get the URL:
code
Tiggzi.getImagePath("name");
/code
You should be able to change just the asset name.