I am using an XML-powered flash video player. I need to create an XML template that can dynamically pull the right weblog entry based on the URL of the page being viewed.
This is a sample URL of a page that this needs to work on:
http://www.freqcontrol.com/dev-ee/index.php?/sessions/feature/the_ludlow_lions/
Note that the wrong band’s video is displaying in the player. The XML file is pulling the most recent entry, rather than the entry that is feeding the text on this page.
Here is weblog entries code I am using in the XML template:
{exp:weblog:entries weblog="sessions" disable="trackbacks" entry_id="{segment_3}" dynamic="on" disable="trackbacks|pagination|member_data" limit="1"}I am a it out of my depth here. Can anyone help me figure out why this doesn’t work?
Any help is appreciated.
Thanks,
Jeff