Another seemingly inane question: Is it possible to load an asset (with a paint layout and design) using an asset ID alone?
I've tried
?a=112791&SQ_PAINT_LAYOUT_NAME=blast&SQ_DESIGN_NAME=flurrywhile specifying a user-defined layout and design. Unfortunately this isn't a legitimate web path for the asset, so I can't actually get the user-defined bits working.
I've tried to get the url with the
getWebPath()function in the JS API, but it only returns the final snippet and not the actual uri for the asset. I can't use the SOAP service because it's giving me PHP errors, but I expect it would be roughly the same thing.
I'm thinking I may be approaching things the wrong way. Does anyone else have any ideas as to how to achieve this goal/folly?