FYI - I found another bug...
My video bar only displayed "3" out of the "4" videos.....
I changed......
<td class="panelsurround" align="center">
<object width="160" height="130" type="application/x-shockwave-flash" data="{video}">
<param name="movie" value="{video_1}" />
To
<td class="panelsurround" align="center">
<object width="160" height="130" type="application/x-shockwave-flash" data="{video_1}">
<param name="movie" value="{video_1}" />
Works now...
|