How can I auto start a slideshow?

Is there a way to auto start a photo slideshow? I'd like to skip the index screen and go directly to the slideshow.

iweb1 slideshow can be directly linked, so if you have iweb1; you may like to try that.
now to the bad news, iweb2 slideshow can be directly linked, only if users' browser allow pop-up windows. however, most people DO block pop-up windows.
here is example - please disable your browser's pop-up windows for it to work:
http://hdl.50webs.com/Direct_SS/Photos.html
that because iweb2 slideshow requires two open windows: photo page window and slideshow page window. slideshow gets the photo from photo page, while photo page is opened. slideshow will stop working when photo page is closed.
in my example, there is one added line of javascript in the photo page ,js file to start slideshow (five seconds after the photo page loaded):
setTimeout('widget1.playSlideshow()', 5000);

Similar Messages

  • How we can control auto start/stop of db/listener on Unix/linux?

    How we can control auto start/stop of db/listener on Unix/linux?

    http://download-uk.oracle.com/docs/html/B10812_01/chapter2.htm#BABGDGHF

  • How can i fix start botton ? Every time i need to press more to work.

    How can i fix start botton ? Every time i need to press more to work.

    Are you using any fonts in this file that you don't normally use?
    I'd also try the script at Adobe Community: InDesign 6 is crashing when attempting to open a particular document. All others are opening OK.  and the tool at Repair corrupt InDesign Adobe files on Mac OS X

  • How can I share a photo slideshow

    How can I share a photo slideshow?

    You turn on Photo Stream in iPhoto's Photo Stream preference pane:
    Check the box "Automatic Upload" to add every photo imported into the library to the Photo Stream.  Or leave it unchecked and manually add just selected photos to the stream by dragging them onto the Photo Stream heading in the left hand pane.
    OT

  • How can I make an iPhoto slideshow into a DVD in Lion?

    How can I make an iPhoto slideshow into a DVD in Lion?

    If you MacBook Pro came with Lion preinstalled then you will not have a copy of iDVD.  That's because iDVD and iWeb have been discontinued by Apple and is not longer being included in iLife.
    You can purchase a copy from Amazon.com: iLive 11.
    If you do have Lion this post will self destruct in 10, 9, 8... seconds and you can follow Terence's directionsl
    As for iDVD the following is a recommended workflow to follow;
    Once you have the project as you want it save it as a disk image via the  File ➙ Save as Disk Image  menu option.  This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • How can i find start line of any functions or procedures stored in package body?

    hi
    how can i find start line of any functions or procedures stored in package body?
    is there any way to write a query from for example user_source?
    thanks

    how can i find start line of any functions or procedures stored in package body?
    Why? What will you do differently if a procedure starts on line 173 instead of line 254?
    Tell us what PROBLEM you are trying to solve so we can help you find the best way to solve it.
    If you use PL_SCOPE that info is available in the *_IDENTIFIERS views. See 'Using PL/Scope in the Advanced Dev Doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28424/adfns_plscope.htm
    Try this simple sample code. The query is modified from that doc sample:
    -- tell the compiler to collect the info
    ALTER SESSION SET PLSCOPE_SETTINGS='IDENTIFIERS:ALL';
    -- recompile the package
    CREATE OR REPLACE package SCOTT.pack1 as
    PROCEDURE proc1;
    PROCEDURE proc2;
    END;
    CREATE OR REPLACE package BODY SCOTT.pack1 as
    PROCEDURE proc1 IS
    BEGIN
      NULL;
    END;
    PROCEDURE proc2 IS
    BEGIN
      proc1;
    END;
    PROCEDURE proc3 IS
    BEGIN
      proc1;
      proc2;
    END;
    END;
    -- query the info for the package spec
    WITH v AS (
      SELECT    Line,
                Col,
                INITCAP(NAME) Name,
                LOWER(TYPE)   Type,
                LOWER(USAGE)  Usage,
                USAGE_ID,
                USAGE_CONTEXT_ID
        FROM USER_IDENTIFIERS
          WHERE Object_Name = 'PACK1'
            AND Object_Type = 'PACKAGE'
    SELECT LINE, RPAD(LPAD(' ', 2*(Level-1)) ||
                     Name, 20, '.')||' '||
                     RPAD(Type, 20)||
                     RPAD(Usage, 20)
                     IDENTIFIER_USAGE_CONTEXTS
      FROM v
      START WITH USAGE_CONTEXT_ID = 0
      CONNECT BY PRIOR USAGE_ID = USAGE_CONTEXT_ID
      ORDER SIBLINGS BY Line, Col
    LINE,IDENTIFIER_USAGE_CONTEXTS
    1,Pack1............... package             declaration        
    2,  Proc1............. procedure           declaration        
    3,  Proc2............. procedure           declaration        
    -- query the info for the package body - change 'PACKAGE' to 'PACKAGE BODY' in the query above
    LINE,IDENTIFIER_USAGE_CONTEXTS
    1,Pack1............... package             definition         
    2,  Proc1............. procedure           definition         
    6,  Proc2............. procedure           definition         
    8,    Proc1........... procedure           call               
    10,  Proc3............. procedure           declaration        
    10,    Proc3........... procedure           definition         
    12,      Proc1......... procedure           call               
    13,      Proc2......... procedure           call               

  • How can I disable start up sound?

    how can I disable start up sound?

    Welcome to the Apple Discussions!
    http://www.silvermac.com/2006/mac-os-x-start-up-sound-volume-control/
    It's a preference pane control that allows you to adjust the volume of the startup sound or disable it completely.
    Hope this helps!
    -Mike

  • I have word, iTunes, and other application that starts automatically when I start my laptop and how can i change start up options?

    I have word, iTunes, and other application that starts automatically when I start my laptop and how can i change start up options?

    Go to System Preferences / Accounts - Login Items.
    In order to make changes, click the lock icon bottom left corner of the pane. You may be prompted for your admin password.
    Select the apps you don't want to launch on startup then click - (minus).

  • How can I get started if I am not an advanced user but still want to config ATS660 external trigger?

    There r 2 groups VIs provided by the company: easy VIs and advanced VIs. And set external trigger VI is in the latter one. The manual indicates that only the person who r very familar with the ATSApi Application Programming Interface should attempt using the Advaced VIs. Unfortunately I am not that kind of advanced user. If I want to learn all these stuff(like how to call the VIs in correct order), how can I get started?
    I will be really appreciated if I can get some help here.  all I have now is the ATS660 User Manual and ATS-VI Software Manual. I wonder if there should be other useful manuals, like NI-DAQ user manual that can help to understand how to call/config the device in right order.
    Thank u in advance.
    Dyna----an eager learner

    ya, u r right. That was what happened to me.
    The company is Alazartech. This is a PCI waveform digitizer.
    I've visited the www.alazartech.com , and found no further info about how to call this subVIs in correct order. So I am asking here , hope that any one is familiar with this stuff.
    Anyway, thank u for ur reply.
    I will keep focusing here and expecting some replies.
    Dyna

  • New to this trial how can I get started?

    I just signed up for this trial version of Adobe Audicion. The systems takes you trough many loops, how can I get started? Hopefully before the trial period ends..

    Where are you having problems? Does it install OK?

  • How can i get started with messaging in java

    how can i get started with messaging in java

    If you're talking about writing mail clients in java, you might want to start with a better forum. We're focused on Messaging Servers, here. Unlikely you'll get any Java programming from us.
    If you're talking about Messaging Server, start by downloading the software from sun.com/downloads.

  • How to remove auto start of firefox plug in page

    1) how to remove auto start of firefox plug in page. we do not want this site to open when openning firefox.
    2) we proceeded with a few updates as requested, but firefox did not show the update once complete-still said need to update.

    First of all your Flash plugin is out of date: Use Adobe's own page to test your version of the plug-in and to update it www.adobe.com/software/flash/about/ -- evidently the same information is not getting to the Mozilla plug-ins test. That might fix your problem if your home page uses Flash such as a news site.
    Find updates for installed plugins at www.mozilla.com/plugincheck/mozilla.com/plugincheck
    plugin page keeps coming up: see https://support.mozilla.com/en-US/questions/832793 particularly the replies near the end (different replies for different users).

  • How can I auto load Safari thru a non-Admin user account

    Okay, maybe I don't want to do this - - but can I?
    I have my old iMac setup to turn on at 8am. I would like to access it remotely through LogMeIn.com. But I need Safari running for remote access.
    I'd prefer to have Safari running in a 'Guest' User Account with no Admin rights (then from LogMeIn.com, switch to my user account and I can enter my password manually).
    I know how to auto login to a Guest account, but how do I have that account auto start Safari? Only Administrators can have programs start automatically, right?
    I don't want to auto-login (with password if that's even possible) to my main Administrator account.
    Any suggestions?
    Thanks in advance

    I use iKey to remap the keys. It has a little more function then youpi key. For many years, I used youpi key before switching to iKey.
    In addition, ikey will allow you to run ikey applications when ikey starts.
    !http://farm3.static.flickr.com/2700/4178949301_cea8fa07a2.jpg!
    You might like iKey/youpi key. I have my frequently used applications set to f keys. The same f key starts an application and switches to the application.
    Youpi key is free. It works fairly well for me in MAC OS 10.4 although not officially supported. There is a commercial version you can buy, called iKey.
    http://www.versiontracker.com/dyn/moreinfo/macosx/11485&vid=75326
    I have the common programs that I use assigned to function keys. I have F4 assigned to Firefox. When I want to start FireFox, I press F4. When I want to switch to firefox, I press F4! Starting & switching to an application in Mac OS are the same thing in Mac OS.
    Here is an example of to assign volumn control to a function key.
    http://discussions.apple.com/message.jspa?messageID=10361085#10361085
    Here is a solution with XTool. XTool Uses exact screen addresses. So a movement of an icon will cause you trouble.
    do shell script "/usr/sbin/system_profiler SPDisplaysDataType | grep 'Resolution'" -- get info
    tell the result to set {DisplayWidth, DisplayHeight} to {word 2, word 4} -- get resolution
    --move mouse {DisplayWidth div 2, DisplayHeight div 2} -- center mouse
    move mouse {670, 13} --sound
    click mouse
    move mouse {673, 96} --sound level
    click mouse
    move mouse {555, 282} -- center mouse
    click mouse
       First, there is the XTools scripting addition, which will give AppleScript the ability to move the mouse. 
       http://www.lestang.org/osax/XTool/
       XTool-2.0-src.dmg.tgz 
       Installation :
       Drag
    .osax from insite the image to one of the following locations (create the directory if it does not exist) :
     a : ~/Library/ScriptingAdditions/
       b : /Library/ScriptingAdditions/
       c : /System/Library/ScriptingAdditions/
       I have it in directory /System/Library/ScriptingAdditions/ 
       My other two directories do not exit: ~/Library/ScriptingAdditions/ & 
          /Library/ScriptingAdditions/
    .    Next, you will need to place a script application into your login items (System Preferences > Accounts > Login Items) that will move the mouse when you log in:

  • How can I auto export a PDF File using the "Smallest File Size" preset and set the Exported File Name based on information from an Imported PDF?

    Greetings all,
    I am trying to create a script to automate a PDF export process for my company for inDesign. I’m fairly new to inDesign itself and have no previous experience with javascript, although I did take C++ in high school and have found it helpful in putting this code together.
    We have an inDesign template file and then use the Multi-page PDF importer script to import PDF files. We then have to export two version of each file that we import, then delete the imported file and all of the pages to reset the template. This has to be done for nearly 1000 pdf files each month and is quite tedious. I’m working on automating the process as much as possible. I’ve managed to piece together code that will cleanup the file much quicker and am now trying to automate the PDF exports themselves.
    The files are sent to us as “TRUGLY#####_Client” and need to be exported as “POP#####_Client_Date-Range_North/South.pdf”
    For example, TRUGLY12345_Client needs to be exported as POP12345_Client_Mar01-Mar31_North and POP12345_Client_Mar01-Mar31_South.
    There are two templates built into the template file for the north and south file that are toggled easily via layer visibility switches. I need to get a code that can ideally read the #s from the imported Trugly file as well as the Client and input those into variables to use when exporting. The date range is found in the same place in the top right of each pdf file. I am not sure if this can be read somehow or if it will have to be input manually. I can put North or South into the file name based on which template layer is visible.
    I am not sure how to go about doing this. I did find the following code for exporting to PDF with preset but it requires me to select a preset and then type the full file name. How can I set it to automatically use the “Smallest File Size” preset without prompting me to choose and then automatically input some or preferably all of the file name automatically? (If the entire filename is possible then I don’t even want a prompt to appear so it will be fully automated!)
    PDF Export Code (Originally from here: Simple PDF Export with Preset selection | IndiSnip [InDesign® Snippets]):
    var myPresets = app.pdfExportPresets.everyItem().name;
    myPresets.unshift("- Select Preset -");
    var myWin = new Window('dialog', 'PDF Export Presets');
    myWin.orientation = 'row';
    with(myWin){
        myWin.sText = add('statictext', undefined, 'Select PDF Export preset:');
        myWin.myPDFExport = add('dropdownlist',undefined,undefined,{items:myPresets});
        myWin.myPDFExport.selection = 0;
        myWin.btnOK = add('button', undefined, 'OK');
    myWin.center();
    var myWindow = myWin.show();
    if(myWindow == true && myWin.myPDFExport.selection.index != 0){
        var myPreset = app.pdfExportPresets.item(String(myWin.myPDFExport.selection));
        myFile = File(File.saveDialog("Save file with preset: " + myPreset.name,"PDF files: *.pdf"));
        if(myFile != null){
            app.activeDocument.exportFile(ExportFormat.PDF_TYPE, myFile, false, myPreset);
        }else{
            alert("No File selected");
    }else{
        alert("No PDF Preset selected");
    So far my code does the following:
    1) Runs the Multi-Page PDF Import Script
    2) Runs PDF Export Script Above
    3) Toggles the Template
    4) Runs #2 Again
    5) Deletes the imported PDF and all pages and toggles template again.
    It’s close and much better than the original process which was almost 100% manual but I’d like to remove the Preset prompt from the PDF script and have it automatically select the “Smallest File Size” preset. and then if there’s a way to have it auto-fill in the file name so no user input is required at all other than selecting each file to import. (If there’s a way to setup a batch action for the multi-import script that would be even better!)
    Thanks in advance and if there’s anything else I can provide that would help please let me know! Even a nudge in the right direction will be a big help!

    If you hold down the option key, it will typically show the location. Or you can often hit option-return on the file and it will reveal the file in the Finder, instead of opening it.
    Final option is to open it, and just option-click the filename in the toolbar of Preview and it should show you the location.
    It's probably an attachment to an email you've received. If you have Mail set to cache emails and their attachments it'll be stashed in a subdirectory of ~/Library/Mail. Which is fine.

  • Can I auto start ical upon starting the computer?

    I would like to have iCal auto start upon turning on the computer.  Can this application auto start?

    Opening items automatically when you log in
    You can have applications, documents, or server connections open whenever you log in to your computer.
    To make items open automatically when you log in:
    Choose Apple menu > System Preferences, click Accounts, and then click Login Items.
    Open the Login Items pane of Accounts preferences 
    Click the Add button, below the list of accounts.
    Select an application, document, or server volume and click Add.
    Select the Hide checkbox by an item you don’t want to be opened.
    To temporarily prevent login items from opening when you log in, hold down the Shift key while clicking the Log In button in the login window. Continue to hold down the Shift key until you see the Dock.
    To permanently stop an item from opening automatically, select it in the Login Items list and click the Delete button.

Maybe you are looking for