Where do I put the "autoplay" code in my photo gallery?

I have a photo gallery on http://victorylcms.org/photos.html. I'm trying to add "autoplay" to it.
I got the gallery from http://galleria.aino.se/ and here is what it says to add http://galleria.aino.se/docs/1.2/options/autoplay/, but I can't seem to figure out where exactly to put it in my code to make it work properly. Thanks for any help!
autoplay
type: Boolean or Number
default: false
If true, this will start playing the slideshow with 5 seconds interval (default). If you set this to any number, f.ex 4000, it will start playing with that interval (in milliseconds)
Example:
$("#gallery").galleria({
    autoplay: 7000 // will move forward every 7 seconds

I got the gallery from http://galleria.aino.se/
There's a support forum for that gallery
http://getsatisfaction.com/galleria/
here is what it says to add http://galleria.aino.se/docs/1.2/options/autoplay/, but I can't seem to figure out where exactly to put it in my code to make it work properly. Thanks for any help!
autoplay
type: Boolean or Number
default: false
If true, this will start playing the slideshow with 5 seconds interval (default). If you set this to any number, f.ex 4000, it will start playing with that interval (in milliseconds)
Example:
$("#gallery").galleria({
    autoplay: 7000 // will move forward every 7 seconds
Look for similar code in your page
e.g. line 182
<!--begin init code for the galleria pics slideshow-->
<script>
$('#gallery').galleria({
  autoplay: 7000 // will move forward every 7 seconds
  width:640,
  height:480
swfobject.registerObject("FlashID");
</script>
<!--end init code for the galleria pics slideshow-->

Similar Messages

  • Where should i put the DEFAULT&SMARTBAR

    Hello,
    where should i put the DEFAULT&SMARTBAR ? and the main Menu ?
    in order to be shown in each form..
    in using Forms 6i.
    Regards,
    Abdetu..

    Hello Gerd,
    Thanks for reply..
    put such things into *a reference form* what is meant by a reference form do u mean the main form?
    Create a property class (PC) for your FORM-MODULE-properties,
    put this PC into the reference form.
    Create there an object group (OG), put the PC into the OG and the inherit the OG to your local form.
    Automatically you have then the PC inherited too.i did all what u mentioned..
    Bbut the problem is that the DEFAULT&SMARTBAR
    can't be seen in allllllllllll my forms in the main menu inspite of i put it into the form module property ->in the intial menu property.
    Regards,
    Abdetu..

  • My ipod is broken in where you would put the usb cable into the ipod

    my ipod is broken in where you would put the usb cable into the ipod to charge it or to connect it to the laptop does anyone know if it can be fixed

    Any Apple store or an AASP will repair it for a fee!  If you want DIY instructions try the iPod Repair Tutorials and the YouTube "How To" tutorial websites. 

  • Where will i get the method code and method name in Bpc

    Dear Experts,
    Thanks for watching this thread at the time of creating Consolidation methods they have
    NEW
    HOLDING
    GLOBAL
    PROPORTIONAL
    EQUITY
    lEAVING (END OF THE YEAR)
    LEAVING(DURING THE YEAR)
    Where will i get the method Code and method name.
    Can you please guide me.
    Regards,
    Srinivasan.

    The consolidation methods types you have listed are the standard ones  provided by BPC for Consolidation Method types.
    You can set the Consolidation Methods in the BPC Administration Console under Business Rules Library -> Consolidation Methods.
    There you can see some defaults - you can remove these and set your own if you prefer.
    You should read the BPC340 Training guide.

  • Where should I put the sevlet

    I just started to work with Tomcat and I compiled the helloWorld sevlet.
    It's said from a book that the sevlet should be placed in serlver_root/webapps/ROOT/WEB-INF/classes, however there isn't a "classes" folder in my WEB-INF folder. So I put the helloWorld sevlet in the WEB-INF folder.
    Then I type http://localhost:8080/servlet/helloworld in my browser, I get a message from the sever said "The requested resource (/servlet/HelloWorld) is not available".
    Could anybody tell me how can solve this prolbem, where should I put the sevelt?

    have ones more a look to your book - especially to information about the configuration file "web.xml" which also should be placed in the WEB-INF folder. This file defines which servlets should be found by the server and which request-URL should be mapped to this servlet.
    for examples concerning the web.xml file see those already defined in your server. copy one and edit it for your needs. if you really want to understand what else might be configured using web.xml see the DTD for this file - it's pretty good documented!
    hope it helps :)

  • Where Should I put the time capsule?

    Where Should I put the time capsule?
    I'm using a wireless modem/router provided by the internet company, and both (the TC and the router) are located next to the pc, in the living room . Using this way, I don't have signal in my bedroom. Should I get a signal amplifier?
    Thanks!

    It would be better to use EOP adapters (homeplug is another name) or ethernet to locate the TC closer to your room.. you can use another apple router to extend the wireless if you need to.

  • Where can I get the sample code of gantt chart?

    hi, all
    I want to use gantt chart component.I find this video http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/DVT_Gantt_Chart/ADFDVTGanttChartDemo.html.
    where can I get the sample code in this video?
    I have got the demo <strong>dvt-faces-demo.ear</strong>.but in this demo, the code of events process is too simple.I want more detail code of date change, denpendency change and so on.
    this is my mail [email protected]
    Thanks
    Best Regards
    kenshin
    Edited by: Himura Kenshin on 2010-8-20 上午4:57
    Edited by: Himura Kenshin on 2010-8-20 上午9:03

    Hi Katia,
    Essentially the same sample app which was referenced above (http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/DVT_Gantt_Chart/ADFDVTGanttChartDemo.html). There are many features implemented in this sample which I'll be "reinventing the wheel" with. Its been a bit since I worked with the gantt component as I had to abandon for other development but will be getting back into it here shortly.
    Namely as I remember, I had difficult time getting the gantt to load quickly with large amount of tasks, difficulty getting the selected item when using context menus or buttons defined within the control, and a few other minor issues which could be fixed as I was using the first release of 11g and cannot remember specifics. I'll let you know as I get back into it if I see similar problems.
    For example, if you go to the ADF Demo Site (http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/index.jspx) and click on "Project Gantt Custom Menu and Toolbar - add menus and buttons on the Project Gantt Menu and Toolbar". The buttons work, however if you first select a row in the left and then click the button, you have to click twice for it to work (in my findings the action listener never "fires"). So in my case I want to select a row and then have a custom event for that selected row when I click the button. There were other similar findings I had when I tried to go off of the examples.
    Hope this helps.
    Thank you,
    Kris

  • Where could i get the source code of

    hello,everybody
    where could i get the source code of "Core JavaServerFaces, Second Edition"
    i can't open the url "http://corejsf.com" .
    if somebody have it ,please send to my mail [email protected]
    thanks very much.

    This url refers to http://www.horstmann.com/corejsf/ and works fine here.
    If you can't open it from your network, check your firewall or try another proxy or ISP or even PC.

  • Where can I get the source code of the jconsole in jdk1.5

    Where can I get the source code of the jconsole in jdk1.5?

    Hi,
    The JConsole 5 source code is not publicly available but you can get JConsole 6/7 source code from http://openjdk.java.net.
    Regards,
    Luis-Miguel Alventosa - JMX/JConsole dev team - http://blogs.sun.com/lmalventosa

  • Netflix wants my device code in order for me to be able to download movies. Where do I find the device code?

    Netflix is asking for my device code in order for me to be able to download movies on my iPad.  Where do I find the device code?

    You don't download movies from netflix-you stream them.
    You dont use the netflix website, go into the app store and download the netflix app and use it.

  • I own the original (color photometer) EYE1 PHOTO. I use Windows 7; where do I put the printer profile?

    Where do I put the (original-color photometer) EYE1 printer profile in Windows 7?

    You could try to put it here:
    C:\Program Files\Common Files\Adobe\Color\Profiles
    Copying the color folder from your laptop? I don't know - it might work, but I would create a restore point beforehand,
    I'm no expert on Windows, so hopefully somebody more knowledgeable might be able to help you.

  • Where do I get the activation code in order to watch ESPN

    Where do I get the activation code to watch espn on my apple tv?

    So since I don't have an ethernet cable in the room where the Apple TV is, I'm screwed ?  Thanks Apple !!!  Like Microsoft, if they do not acknowledge a problem, it simple doesn't exist !!

  • Where do I get the pass code to lock sim card

    I want to lock the SIM card when I'm not using the iPad...I have 1 attempt left .  Where do I get the pass code for a iPad mini?

    Have you read through all the information located here: http://support.apple.com/kb/ht1316

  • TS2662 Where do I put the disk in the computer

    Where do I put the disk in the computer

    A bit more info on what you want to do?
    What kind of disk is it and what do you want the computer to do with it?

  • HT204387 Where do you find the "key code" on your phone for pairing bluetooth to your new car?

    Where do you find the "key code" on your phone for pairing bluetooth to your new car?

    You have it backwards.  You enter the car BT system key code into the phone when initailly pairing the devices.  Consult your car sound system manual to find the code.

Maybe you are looking for