Skip to main content
Participating Frequently
April 16, 2012
Question

How to get itemLink of the states in MultiStateObject through AS3?

  • April 16, 2012
  • 1 reply
  • 514 views

Hi

Hope everyone is fine.

Is there any method to get itemLink of the states in MultiStateObject? I need filePath of every item in MultiStateObject we created in inDesign.

Thanks and best regards

Sal

This topic has been closed for replies.

1 reply

Jongware
Community Expert
Community Expert
April 16, 2012

Personally I never worked with multistate objects, nor (hardly) with AS, but the OMV Help still can come to the rescue.

Your Multistate object may contain a collection of Images, under the property name 'images'. Each Image in turn has an itemLink property, which is of type Link. A Link in turn has the property filePath you are looking for.

This is in JS notation, not AS, but it shows you a path to investigate.