Trying to create a Slideshow with redirect

I have several images I would like to rotate similar to a
slideshow. I was trying to hunt down a script that would have each
image in the rotation redirect the user to another page within the
site. An alternative was to have the redirect go to just one page
regardless of what image was clicked. Does anyone know of any
script which would easily accomplish this?

quote:
Originally posted by:
Mobilebyrd
Does anyone know of any script which would easily accomplish
this?
Hi I would suggest you to have a quick look at
this
mootools javascript library based image menu. If you are not happy
with this, you may want to browse among the different slideshows at
the
ajaxrain website.
Good luck!

Similar Messages

  • How do I create a slideshow with music and voiceover?

    I am trying to create a slideshow with photos, music (iTunes playlist), and voiceover created in Garageband. I cannot figure out how to have both the voiceover and the music play during the slideshow. I also tried iDVD but ran into the same problem.
    I also wanted certain songs to play during certain sets of pictures and I can't figure out how, other than to create separate slideshows for each song, how to set it up to show the photos for the duration of certain songs... if that is possible. However, my main issue is the first one - how or which program to use to combine photos (iPhoto), music (iTunes), and voiceover (GarageBand).

    However, my main issue is the first one - how or which program to use to combine photos (iPhoto), music (iTunes), and voiceover (GarageBand).
    Use whichever you want.
    I am trying to create a slideshow with photos, music (iTunes playlist), and voiceover created in Garageband. I cannot figure out how to have both the voiceover and the music play during the slideshow. I also tried iDVD but ran into the same problem.
    Use separate tracks for music and voiceover/narration so you can adjust volumes independently.
    I also wanted certain songs to play during certain sets of pictures and I can't figure out how, other than to create separate slideshows for each song,
    Use separate tracks for each song or use two tracks and alternate songs on these tracks so as to allow maximum alignment/overlap possibilities.
    how to set it up to show the photos for the duration of certain songs... if that is possible.
    Slide photo and/or song to align beginnings and then drag the end photo "handle" left or right to change its duration to match the duration of your song.

  • Hi, I tried to create a slideshow that contain more than 500 photos. Now, trying to open / execute / select the slideshow, iPhoto hangs with the spinning coloured wheel and I have only to force the deletion from System Preference. Any suggestion?

    Hi, I tried to create a slideshow that contain more than 500 photos. Now, trying to open / execute / select the slideshow, iPhoto hangs with the spinning coloured wheel and I have only to force the deletion from System Preference. I already tried to rebuild the iPhoto Library (all the possible options) and tried to update teh version from 9.4.3 to 9.5 but the problem still persists: is there a way to delete this slideshow without selecting it ? How can I solve the problem, please?
    Kind Regards

    Can you restore your iPhoto Library from a backup version, that was created before you added the slideshow?
    If not, have you tried to rebuild the slideshow with iPhoto Library Manager?
    As described by Terence Devlin here:  Re: iphoto library was created with an unrelased version of iphoto please quit and ugrade library by opening it in iphoto 2 or iphoto 4

  • Creating a slideshow with Keynote

    Is there a simple tutorial somewhere showing how to create a slideshow with music in Keynote?
    I tried the Help menu and the PDF instructions that come with Keynote, but could find no simple instructions for a newbie to follow.

    If you have individual music tracks you want associated with specific photographs, you can Build each track into a slide and then Build the photographs into the same slide. Then, you can set the photo Builds to be "automatic" so that they will be loosely synchronized with the music. (I emphasize "loosely" because the speed of Builds is not absolute, and varies with the processor speed from computer to computer, so it is not possible to have absolute synchronization with this procedure.)
    If you simply want to have a slideshow, with music running in the background, you can do as Tulse has described: create the music playlist in iTunes and Record it as a Soundtrack in the Inspector/Documents/Audio menu. This also will allow you to "Record" the Builds and Transitions in sync with the music. CAVEAT: this will playback properly ONLY as a stand-alone Keynote presentation. This does not seem to retain sync when exported to another format, or even when played as a Keynote presentation via a Hyperlink.
    Another possibility is to create the slideshow and establish a timeline for the Builds and Transitions. Then in Garage Band (or any other music editing software) you can create a music track timed to the slideshow and then import it (via iTunes) into Keynote as a Soundtrack.
    It all depends on what you are trying to accomplish as to which is the most appropriate method (or series of procedures) that will work best for you. However, as Tulse has said, there is no tutorial on this subject. Trial-and-error and a little hands-on experience will be your tutors.
    Message was edited by: Ron Streicher

  • Creating a slideshow with 500+ photos

    I am trying to create a slideshow that will run continuously with over 500 photos and burn it to a DVD. Is there any way to do this in iDVD? I want to be able to use the titles of the photos also. I tried doing it in iMovie, but when I added a title to the photo, it did not keep the title on the photo for the entire time. It split the photo into 2 parts, with the title and without.

    I put all of the photos into iMovie, added a title to each photo using the "Music Video" title and it split the photo. I tried to edit it and make it last the lenght of the clip and everything got completely messed up. Only parts of the title would show up on some, a photo would just flash in-between regular photos, and many other errors.
    Is there any way for me to do the same in iDVD? I know it limits the number of photos to 99 per slideshow, but can I make them run continuously?
    Thank you,
    Julie

  • Error while trying to create new assignment with supervisor through API

    Hi Experts,
    I'am trying to create new assignment with supervisor for employee, but i'am facing this error:
    =============================================================
    ORA-20008: Error While Create new assignment..-20001
    ORA-20001: The supervisor assignment that you have entered is invalid.
    Please check that you have entered the supervisor,
    that the supervisor assignment belongs to this supervisor and that the assignment is effective.
    ORA-06512: at line 198
    =============================================================
    This is my script, (Oracle EBS 12.1.1)(DB 11):
    DECLARE
    v_user_id NUMBER;
    v_res_id NUMBER;
    v_res_appl_id NUMBER;
    v_org_now_no_manager_warning BOOLEAN;
    v_spp_delete_warning BOOLEAN;
    v_other_manager_warning BOOLEAN;
    v_tax_district_changed_warning BOOLEAN;
    v_entries_changed_warning VARCHAR(4000);
    v_person_id per_all_assignments_f.person_id %TYPE;
    v_business_group_id hr_all_organization_units_tl.organization_id %TYPE;
    v_people_group_id per_all_assignments_f.people_group_id %TYPE;
    v_object_version_number per_all_assignments_f.object_version_number %TYPE;
    v_special_ceiling_step_id per_all_assignments_f.special_ceiling_step_id %TYPE;
    v_group_name pay_people_groups.group_name %TYPE;
    v_ass_effective_start_date per_all_assignments_f.effective_start_date %TYPE;
    v_effective_start_date per_all_assignments_f.effective_start_date %TYPE;
    v_effective_end_date per_all_assignments_f.effective_end_date %TYPE;
    v_assignment_id per_all_assignments_f.assignment_id %TYPE;
    v_sup_assignment_id per_all_assignments_f.assignment_id %TYPE;
    v_supervisor_assignment_id per_all_assignments_f.assignment_id %TYPE;
    v_job_id per_jobs.job_id %TYPE;
    v_grade_id per_grades.grade_id %TYPE;
    v_location_id hr_locations_all.location_id %TYPE;
    v_payroll_id pay_all_payrolls_f.payroll_id %TYPE;
    v_pay_basis_id per_pay_bases.pay_basis_id %TYPE;
    BEGIN
    v_user_id := FND_GLOBAL.user_id ;
    v_res_id := FND_GLOBAL.resp_id ;
    v_res_appl_id:= FND_GLOBAL.resp_appl_id;
    FND_GLOBAL.apps_initialize(v_user_id, v_res_id, v_res_appl_id);
    BEGIN
    SELECT organization_id
    INTO v_business_group_id
    FROM hr_all_organization_units_tl
    WHERE name = 'Vision University'
    AND language = 'US';
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20000,'Error While Retrieving (Business Group ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    FOR R IN (SELECT * FROM xx_assignment) LOOP
    BEGIN
    SELECT assignment_id , ass_f.object_version_number
    INTO v_assignment_id , v_object_version_number
    FROM per_all_assignments_f ass_f, per_all_people_f p_f
    WHERE ass_f.person_id = p_f.person_id
    AND ass_f.business_group_id = p_f.business_group_id
    AND ass_f.business_group_id = v_business_group_id
    AND p_f.employee_number = R.employee_number
    AND TRUNC(p_f.effective_start_date)= TRUNC(ass_f.effective_start_date)
    AND TRUNC(p_f.effective_end_date) = TRUNC(ass_f.effective_end_date);
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20001,'Error While Retrieving (Assignmet_ID) for employee..'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT job_id
    INTO v_job_id
    FROM per_jobs
    WHERE trim(lower(name)) = trim(lower(r.employee_job))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20002,'Error While Retrieving (Job_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT grade_id
    INTO v_grade_id
    FROM per_grades
    WHERE trim(lower(name)) = trim(lower(r.employee_grade))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20003,'Error While Retrieving (Grade_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT location_id
    INTO v_location_id
    FROM hr_locations_all
    WHERE trim(lower(description))= trim(lower(r.employee_location))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20004,'Error While Retrieving (Location_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT payroll_id
    INTO v_payroll_id
    FROM pay_all_payrolls_f
    WHERE trim(lower(payroll_name)) = trim(lower(r.payroll_name))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20005,'Error While Retrieving (Payroll_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT pay_basis_id
    INTO v_pay_basis_id
    FROM per_pay_bases
    WHERE trim(lower(pay_basis)) = trim(lower(r.pay_basis))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20006,'Error While Retrieving (Pay_Basis_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT person_id
    INTO v_person_id
    FROM per_all_people_f
    WHERE employee_number = r.supervisor_number
    AND business_group_id= v_business_group_id;
    SELECT assignment_id
    INTO v_sup_assignment_id
    FROM per_all_assignments_f
    WHERE person_id = v_person_id
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20007,'Error While Retrieving (Assignmet_ID) for supervisor..'||SQLCODE||' '||SQLERRM);
    end;
    BEGIN
    hr_assignment_api.update_emp_asg_criteria(p_effective_date => TRUNC(SYSDATE),
    p_datetrack_update_mode => 'CORRECTION',
    p_assignment_id => v_assignment_id,
    p_validate => FALSE,
    p_called_from_mass_update => NULL,
    p_grade_id => v_grade_id,
    p_position_id => NULL,
    p_job_id => v_job_id,
    p_payroll_id => null,--v_payroll_id,
    p_location_id => v_location_id,
    p_organization_id => v_business_group_id,
    p_pay_basis_id => v_pay_basis_id,
    p_segment1 => NULL,
    p_segment2 => NULL,
    p_segment3 => NULL,
    p_segment4 => NULL,
    p_segment5 => NULL,
    p_segment6 => NULL,
    p_segment7 => NULL,
    p_segment8 => NULL,
    p_segment9 => NULL,
    p_segment10 => NULL,
    p_segment11 => NULL,
    p_segment12 => NULL,
    p_segment13 => NULL,
    p_segment14 => NULL,
    p_segment15 => NULL,
    p_segment16 => NULL,
    p_segment17 => NULL,
    p_segment18 => NULL,
    p_segment19 => NULL,
    p_segment20 => NULL,
    p_segment21 => NULL,
    p_segment22 => NULL,
    p_segment23 => NULL,
    p_segment24 => NULL,
    p_segment25 => NULL,
    p_segment26 => NULL,
    p_segment27 => NULL,
    p_segment28 => NULL,
    p_segment29 => NULL,
    p_segment30 => NULL,
    p_employment_category => NULL,
    p_concat_segments => NULL,
    p_grade_ladder_pgm_id => NULL,
    p_supervisor_assignment_id => v_sup_assignment_id,
    p_people_group_id => v_people_group_id,
    p_object_version_number => v_object_version_number,
    p_special_ceiling_step_id => v_special_ceiling_step_id,
    p_group_name => v_group_name,
    p_effective_start_date => v_ass_effective_start_date,
    p_effective_end_date => v_effective_end_date,
    p_org_now_no_manager_warning => v_org_now_no_manager_warning ,
    p_spp_delete_warning => v_spp_delete_warning,
    p_entries_changed_warning => v_entries_changed_warning,
    p_tax_district_changed_warning => v_tax_district_changed_warning,
    p_other_manager_warning => v_other_manager_warning);
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20008,'Error While Create new assignment..'||SQLCODE||' '||SQLERRM);
    END;
    END LOOP;
    COMMIT;
    END;
    Thank you & Best Regards

    I think this is essentially saying that the Supervisor Assignment is wrong or no longer effective. Looking at your SQL to fetch the Supervisor Assignment there are a number of potential issues. This is what you've currently got:
    SELECT person_id
    INTO v_person_id
    FROM per_all_people_f
    WHERE employee_number = r.supervisor_number
    AND business_group_id= v_business_group_id;
    SELECT assignment_id
    INTO v_sup_assignment_id
    FROM per_all_assignments_f
    WHERE person_id = v_person_id
    AND business_group_id = v_business_group_id;
    Potential Problems/Clarifications
    1. What is r.supervisor_number, what does it contain and how is it derived? I can't see that anywhere else in the block...
    2. Is there a chance that r.supervisor_number is referencing an employee who has left, ie, now an ex-employee?
    3. The SELECT statement that fetches the assignment_id does not perform any date-effective restrictions, which means you might be lucky enough to fetch the person's current assignment. But you might also fetch an old or future-dated assignment.
    4. The SELECT statement that fetches the assignment_id does not restrict the type of assignment, so if this manager has applied for a job (ie, they have an applicant assignment) or some other type of non-employee assignment you might be picking that up.
    This would work better for you:
    SELECT paaf.assignment_id
    INTO v_sup_assignment_id
    FROM per_all_people_f papf
    ,per_all_assignments_f paaf
    WHERE papf.employee_number = r.supervisor_number
    AND papf.business_group_id = v_business_group_id
    AND nvl(papf.current_employee_flag, 'N') = 'Y'
    AND trunc(sysdate) BETWEEN
    papf.effective_start_date AND papf.effective_end_date
    AND papf.person_id = paaf.person_id
    AND paaf.assignment_type = 'E'
    AND paaf.primary_flag = 'Y'
    AND trunc(sysdate) BETWEEN
    paaf.effective_start_date AND paaf.effective_end_date;
    If it doesn't return a row it means that the supervisor (or whatever employee is returned by r.supervisor_number) is not active as at sysdate and cannot be used. Note that this SQL only applies for employees. If you can have Contingent Workers as supervisors in your implementation then this needs tweaking.
    Does that help?

  • Trying to publish a slideshow with music on iCloud cannot find publish?

    Trying to publish a slideshow with music on iCloud cannot find publish?

    You must do this using the iPhoto app: http://support.apple.com/kb/PH14502

  • I am creating a slideshow with elements using photos and videos but the video sound doesnt play?

    I am creating a slideshow with elements using photos and videos but the video sound doesnt play?

     Hello jive
         I am playing it back in the slideshow editor/setting up part of
    programme where you determine photos/video to be included gaps between
    slides, music to play etc This goes through each phot and when comes
    to a video the background sound doesnt play, I am using windows 7 and
    elements 10.
         regards gins51

  • I bought my daughter an ipad mini and used my Apple ID to transfer over her favorites. Now I can't use netflix and hulu. So I want create her an id but it won't let saying too young. I tried to create another one with my age and it still says too young.

    I bought my daughter an ipad mini and used my Apple ID to transfer over her favorites. Now I can't use netflix and hulu. So I want create her an id but it won't let saying too young. I tried to create another one with my age and it still says too young.help!!!

    iTUNES STORE - TERMS AND CONDITIONS
    "This iTunes Service is only available for individuals aged 13 years or older, unless you are under 13 years old and your Apple ID was provided to you as a result of a request by an approved educational institution. If you are 13 or older but under the age of 18, you should review this Agreement with your parent or guardian to make sure that you and your parent or guardian understand it."
    Restart the iPad. Tap Settings > iTunes & App Store then sign in your Apple ID.

  • I I am trying to create a collage with 4-6 photo so I can print them on one sheet.   Can this be done in IPHOTO?

    I am trying to create a collage with 4-6 photo so I can print them on one sheet.   Can this be done in IPHOTO?

    Here are 3 options for future reference:
    1. With the setup you've described, apply a Match Move behavior to  the text and make the rectangle the source. Change the Transform parameter to Mimic source.  This way you can still adjust the text postion as needed, but the rectangle will drive the animation.
    2. Use a group to do the animation.  Put both your rectangle and text in the same group and animate the group's postion.
    3. Use the Link behavior.
    Each of these has it's advantages depending on what you need.

  • I am not having any luck trying to create a brochure with ID in CC

    I am not having any luck trying to create a brochure with ID in CC. i thought i remembered it to be something you can use  in Bridge also. Can't seem to find that either.
    anyone have any help they can offer?

    If you're starting from scratch learning InDesign, know that it's difficult to learn just by asking a few questions. You'll do much better either by buying an excellent, inexpensive book by Sandee Cohen:
    InDesign CC: Visual QuickStart Guide
    Or by watching some videos on www.Lynda.com. Here's the best introduction:
    InDesign CC Essential Training

  • I am trying to create a slideshow that switches pictures every 0.3 seconds, however it keeps taking me back to 1.0 second?

    I am trying to create a slideshow that switches pictures every 0.3 seconds, however it keeps taking me back to 1.0 second?

    What application might you be using to show the slideshow?

  • I bought Elements for a specific purpose...to create a slideshow with music.

    DOES the new REVEL include CREATING A SLIDESHOW WITH MUSIC?  This is the reason I bought ELEMENTS to begin with.
    I am not interested in I PADS, CELL PHONES or any other internet media.  I need the SLIDESHOW/MUSIC feature of my original ELEMENTS.      CAN YOU HELP?     Thank you, Kathy

    kitt6549 wrote:
    DOES the new REVEL include CREATING A SLIDESHOW WITH MUSIC?  This is the reason I bought ELEMENTS to begin with.
    Hi,
    I'm not sure about how you came to the idea that PSE would help you create slideshows with music. To do that seriously, you need a more specialized software like PicturesToExe for example : http://www.wnsoft.com/picturestoexe/ (I have no relationship with this company but I have seen what my fellow photographers are doing with this software).

  • What Apple software do I use to create a slideshow with voiceover?

    What Apple Software do I use to create a slideshow with voice over?

    There are many ways to produce slide shows using iPhoto, iMovie or iDVD and some limit the number of photos you can use (iDVD has a 99 chapter (slide) limitation).
    If what you want is what I want, namely to be able to use high resolution photos (even 300 dpi tiff files), to pan and zoom individual photos, use a variety of transitions, to add and edit music or commentary, place text exactly where you want it, and to end up with a DVD that looks good on both your Mac and a TV - in other words end up with and end result that does not look like an old fashioned slide show from a projector - you may be interested in how I do it. You don't have to do it my way, but the following may be food for thought!
    Firstly you need proper software to assemble the photos, decide on the duration of each, the transitions you want to use, and how to pan and zoom individual photos where required, and add proper titles. For this I use Photo to Movie. You can read about what it can do on their website:
    http://www.lqgraphics.com/software/phototomovie.php
    (Other users here use the alternative FotoMagico:  http://www.boinx.com/fotomagico/homevspro/ which you may prefer - I have no experience with it.)
    Neither of these are freeware, but are worth the investment if you are going to do a lot of slide shows. Read about them in detail, then decide which one you feel is best suited to your needs.
    Once you have timed and arranged and manipulated the photos to your liking in Photo to Movie, it exports the file to iMovie  as a DV stream. You can add music in Photo to Movie, but I prefer doing this in iMovie where it is easier to edit. You can now further edit the slide show in iMovie just as you would a movie, including adding other video clips, then send it to iDVD 7, or Toast,  for burning.
    You will be pleasantly surprised at how professional the results can be!
    To simply create a slide show in iDVD 7 onwards from images in iPhoto or stored in other places on your hard disk or a connected server, look here:
    http://support.apple.com/kb/HT1089

  • Newbie having trouble creating a Slideshow with the Animation Panel.

    I know it's a much more complicated/advanced way to create a slideshow. But, I know it can be done.
    I will explain exactly what I do, the steps that I take. In my own newbie opinion, I think I'm just missing a step somewhere. Maybe I'm missing two or three steps. Hopefully somebody will be able to help me.
    Thank you in advance, if you do help.
    1.I open the program Adobe Bridge
    2. Then I select all images in a folder, then I utilize the review mode & deselect the photos I do not want to use.
    3. Then I open the selected images into Photoshop. (If you haven't already figured it out, I have Adobe Photoshop CS5 Extended)
    4. I clicked on Windows menu >arrange >Tile. That way all of my images are right there & ready for utilization. (At this point, none of the images have been  clicked on yet.)
    5. Then I open the animation panel & create a white blank background for the first frame.
    Here is where I run into the problem. I know how to add extra frames, that's easy enough.
    I also know that when I add the extra frame, it makes a duplicate of the previous frame.
    My problem is trying to get that extra frame to reflect the next image I would like to display in this little slideshow and so on and so forth for the next, maybe 20 images.
    Then what I would like to do is randomize the transitions with things like dissolve, honeycomb, fade in & fade out. With other options if there are any.
    I would like to create a fancy slideshow is all.
    I have read all of the help manuals, all 600+ pages. This is how far I got. I even did a search in the Adobe community. Even those articles don't quite tell you how to do this. So, I probably could have done a lot more homework. But. I'm starting to get frustrated with it.
    Hopefully someone here will be able to help me with this. Thank you Obi-Wan Kenobi in advance. :-)

    Thank You Thank You Thank You JJ Mack!
    That was exactly what I was looking for & it worked perfectly. :-)
    I have one more question if you would be so kind to help me with.
    I was wondering if there was a way to add transitions, i.e. dissolve, fading in & fading out, split, reveal, random bars, vortex stuff like that.
    I was also wondering if there was a random option for this.
    If I have to add them in manually, that's fine with me. It would be really nice to be able to add some different transitions between frames.
    Once again, thank you in advance for your help.

Maybe you are looking for