[TYPO3-english] bddb_flvvideogallery, active link not working

Axel lists at 19q.net
Thu Mar 19 15:03:48 CET 2009


Hello!

I'm using bddb_flvvideogallery 0.6.1 to make a video gallery in Typo3 4.2.6.
The title of the selected (and playing) movie in the playlist ought to
change color from
(unselected) blue to red, but this simply doesn't work. Just some more info:

- There is a dedicated class (flvplayer_listpic_act or in template
###SELECTED###) for this
- If I click on a movie link with "open in a new window" everything
works fine,
but not if the link color is to change within the same window.

Does anyone have an idea how to fix this or where to technical error
might be,
(e.g., changing classes through new InnerHTML content does not work)?
Any thoughts welcome.

Thanks in advance,

Axel

--- TEMPLATE used ------
<!-- ###FLVPLAYER### begin -->
<div id="flvplayercaption">

<div style="">###LOADING###</div>
###PLAYER###
</div>
<!-- ###PLAYLIST### begin -->
        <div class="flvplayer_sub">
  <!-- ###CONTENT### -->
    <!-- ###ITEM### -->
       <div style="float: left; ###NEWLINE###" class="flvplayer_listpic
###SELECTED### ###ROWPOSITION###">
        <a href="###LINK###" ###AJAX###>
          <img src="###IMAGE###" class="flvplayer_listpicpic
###PICSELECTED### ###PICROWPOSITION###" alt="###TITLE###"
title="###TITLE###" />
          ###TITLE###
        </a>
      </div>
    <!-- ###ITEM### -->
  <!-- ###CONTENT### -->
      <div style="clear: both;">
      </div>
      <div class="flvplayer_pagebrowser">
                  ###PAGEBROWSER###
      </div>
    </div>
    <div style="clear: both;">
    </div>

<!-- ###PLAYLIST### end -->
<!-- ###XMLPLAYLIST### begin -->
 <playlist version='1' xmlns='http://xspf.org/ns/0/'>;
        <title>Videos</title>;
        <info>www.typo3.org</info>;
        <trackList>;
    <!-- ###ITEM### -->
                        <track>;
                                <title>###TITLE###</title>;
                                <creator>bddb_flvvideogallery</creator>;
                                <location>###LINK###</location>;
                                <info></info>;
                                <image>###IMAGE###</image>;
                        </track>;
     <!-- ###ITEM### -->
        </trackList>;
</playlist>
<!-- ###XMLPLAYLIST### end -->

<!-- ###FLVPLAYER### end -->
------------------------

-------- ccs ---------
.flvplayer_listpic_act a {
color:#C2001F;
}
----------------------------


More information about the TYPO3-english mailing list