flash page playsthe same video



I have a flash page that gets it's video elements from a xml file. when i put videos in a page it will only play the first one played no matter which other video i click on. when i remove the video i played first from the directory it is stored in and refresh the page, i can play a different video but then it will repeat with the next video. i have tried putting videos in their own directories, blocking flash cookies, clearing my cache, but nothing seems to work. the swf files, audio files, and still pictures do not have any issues at all. below is a couple xml entries from my code. the indention in my file is correct, the site just moved my code over a bit. Thanks in advance for any tips on where i should look.



<gallery>
<title><![CDATA[CCENT Page 1]]></title>
<address>/CCENT/</address>
<winTitle>CCENT</winTitle>
<itemEntries>

<entry>
<mediaType>video</mediaType>
<thumbPath>thumbs/gallery1/ccent-1.jpg</thumbPath>
<videoPath>videos/ccent/ccent01.flv</videoPath>
<address>/photo-gallery/video/</address>
<winTitle>Photo Gallery - Video</winTitle>
<toolTipText><![CDATA[<b>CCENT</b><br><i>Video number 1</i>]]></toolTipText>
<itemTitle><![CDATA[CCENT #1]]></itemTitle>
<itemDescription><![CDATA[CCENT video 1]]></itemDescription>
</entry>

<entry>
<mediaType>video</mediaType>
<thumbPath>thumbs/gallery1/ccent-2.jpg</thumbPath>
<videoPath>videos/ccent/ccent02.flv</videoPath>
<address>/photo-gallery/video/</address>
<winTitle>Photo Gallery - Video</winTitle>
<toolTipText><![CDATA[<b>CCENT</b><br><i>Video number 2</i>]]></toolTipText>
<itemTitle><![CDATA[CCENT #2]]></itemTitle>
<itemDescription><![CDATA[CCENT video 2]]></itemDescription>
</entry>
</itemEntries>
</gallery>

Tiada ulasan:

Catat Ulasan