Author Topic: SWF thumbnail on the detail page  (Read 2148 times)

0 Members and 1 Guest are viewing this topic.

Offline sachlavim

  • Newbie
  • *
  • Posts: 10
    • View Profile
SWF thumbnail on the detail page
« on: September 23, 2010, 11:18:33 AM »
I would like to see the flash (.swf) thumbnail on the detail page and after clicking on it the flash (.swf) will start.
I change thst template/media/swf.html
from:
Code: [Select]
src="{media_src}"to
Code: [Select]
img src="./data/thumbnails/{cat_id}/{thumbnail_file_name}"
but now the thumbnail changes randomly.
do you have an idea to solve it ?