CanI replace the text controls on the slideshow with Icons

ljclardy

Joined: 2005-01-10
Posts: 3
Posted: Fri, 2005-01-14 02:34

In the slideshow, you have text controls like PLAY|STOP | Reverse Direction and such... can someone tell me how I can replace the text with Icons? I would like to use icon controls similar to those used on a media player with a square for stop and an arrow for play.

I found the code in the high.inc and low.inc but I am not sure I understand it well enough to determine how to fit icons or graphics into the code.

Any help you can provide would be appreciated.

Lonnie

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2005-01-14 03:27

" . _("stop") . " would become <img src='full_url/to/your/images/stop.gif'>or <img src=\"" . getImagePath('stop.gif') . "\" width=\"10\" height=\"10\" alt=\"stop\"> not tested but you get the idea :wink:

Dave

 
jch1379

Joined: 2008-02-21
Posts: 7
Posted: Fri, 2008-05-23 00:17

Hi all, I have looked for the pages listed above, high.inc and low.inc, but I have no idea where they are! I have created the buttons that I want to use, but I don't know where to change the code at, can you give me the place to find them? Thanks