Here is something I was playing with - put this in a dmHTML template;
picks up images in the same node.

        <cfif isDefined("stObj.AOBJECTIDS") AND NOT 
arrayisEmpty(stObj.AOBJECTIDS)>
        <cfloop index="idIndex" from="1" to="#arrayLen(stObj.aObjectIds)#">
                
        <q4:contentobjectget objectid="#stObj.aObjectIds[idIndex]#"
r_stobject="stObjTemp">
        <img width="100px" src="images/#stObjTemp.THUMBNAIL#" 
alt="#stObjTemp.ALT#">
        </cfloop>                                       
<cfelse>
no photos to display
</cfif> 

I think I saw a rule that did something similar - but I have not got
back to following it up - anyone know about this one?

On Thu, 16 Dec 2004 00:55:07 +1100, Bob McCool <[EMAIL PROTECTED]> wrote:
> Yes, this is what I have done. I am curious as to whether there is a way
> using FarCry methods how I can pull all the images under a specific nav
> object. I noticed the dmNavigation_aObjectIDs has the links between the
> nav objects and what looks like all child objects.
> 
> I am just trying to figure out how I can use the FarCry Component API's to
> access the images under that object rather than write my own code.
> 
> Thanks
> 
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to