Page 1 of 1

Asset details

Posted: Thu Aug 09, 2012 12:58 am
by Mike McEwan

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 :)


Asset details

Posted: Thu Aug 09, 2012 3:25 am
by maxkatz

You can use this to get the URL:

code
Tiggzi.getImagePath("name");
/code

You should be able to change just the asset name.