You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

images for overlays? Created Nov 5, 2009

This thread is solved

Views: 287     Replies: 3     Last reply Nov 5, 2009  
You must login first before you can use this feature

vannquish

Posts: 2

Registered:
Nov 5, 2009

images for overlays?

Posted: Nov 5, 2009

I love this demo..http://flowplayer.org/tools/demos/overlay/styling.html

But can I change the buttons for images?

zerok

Posts: 4

Registered:
Nov 4, 2009

» images for overlays?

Posted: Nov 5, 2009

Reply to: images for overlays?, from vannquish
What buttons do you mean? The ones that trigger the overlay or the close button? You can totally change both.

The first ones you can change in absolutely any way you like since (as can be seen in one of the demos) you can also programmatically trigger overlays and therefor any javascript can trigger an overlay.

The latter button can be changed by modifying the background-image of the .close element of your overlay element.

vannquish

Posts: 2

Registered:
Nov 5, 2009

» » images for overlays?

Posted: Nov 5, 2009

Reply to: » images for overlays?, from zerok
I would like to change the 4 buttons which appear on the demo to 4 thumbnails.

how would i do this?

zerok

Posts: 4

Registered:
Nov 4, 2009

» » » images for overlays?

Posted: Nov 5, 2009

Reply to: » » images for overlays?, from vannquish
Just use whatever element you like instead of the buttons and give it a rel-attribute with the ID of the overlay element as shown in the example for the buttons :-)