Getting used items using the core service

Just wanted to post up a quick code snippet showing how to get a list of used items XML using the SDL Tridion 2011 core service.  Why?  Well previously the API typically used to work like itemType.GetListUsedItems() (where itemType is a Component or Page object etc), where as now the ‘Using’ and ‘Used’ items are read using a filter via the core service client method .GetListXML().

Continue reading

Integration: SDL Tridion & JW Media Player

Often clients have a need to embed videos within their rich text content fields of various formats (FLV, mp4 or streaming via RTMP).  Pasting video embed code is one way to deal with this, the video and it’s dependant files need would to be published separately in Tridion with the video URL hardcoded as part of the content.  This is not an elegant, nor a user-friendly solution.

The JW Player Video Renderer module allows the non-technical user to include a video Multimedia Component as a Component Link within their rich text field.  All that is required is a little bit of configuration and a TBB.

Here is the code: Tridion JW Vide0 Renderer.zip

And the document that explains it all: JW Video Player Tridion Integration.pdf