Creating album page with both video and pics

recently switched from pc to mac. was using blogger and coppermine for online photo album but want to give this iweb thing a try... is there a way in iweb to create a page that has both video and pics? i tried uploading my album but it only transferred the pics.

thanks for the feedback... let's say i decide to
stick with the photo template and make thumbnail pics
of my video to add in - can i put in a hyperlink
(either using the title or the pic itself) to the
video? basically, my concern is to keep all related
material of an album together in one spot.
Yes, you can do this. Just throw in the thumbnail pics of your video with the rest of your photos. Then put your real videos on separate movie pages. Then back to your photo page...you need to make the hyperlinks. So what you need to do is to create little rectangle shapes that fit over the video thumbnails, attach hyperlinks to the respective movie pages, then using the Inspector Graphics tab make the rectangle shapes 1% opacity so that the underlying thumbnail shows through. This is the overlay trick to get the hyperlink working.
Good luck!

Similar Messages

  • How do  create a slide show with both video and photos in elements 12

    how do  create a slide show with both video and photos in elements 12

    Hi Brian
    You can batch process a set of prepared slides from Full Edit (see image) using:
    File >> Process Multiple Files
    In the PMF dialog you can choose filename, date, or description (caption)
    Make sure you choose a separate destination folder to your source folder so as tot to permanently overwrite your originals.
    Click image to view

  • How do i create linked pages with multiple video clips on each of them?

    I took a bunch of small videos with my digital camera, and now want to make a dvd that has a main menu with 7 choices, and then each one of those will take you to pages with each clip as a motion button (6 to a page). So if i click on "Dublin" on the main menu, it takes me to Dublin #1 which has clips 1 - 6, i can then click on an arrow to go to a second page with clips 7 - 12, etc. I can return to the main menu and click on "Belfast" which takes me to the first page of 6 clips, then a second page with 6 more, etc.
    The problem I am having is linking two or more Chapter pages together. Thanks for your help.
    Eric

    Welcome to the forums, Eric.
    iDVD has a few limitations, but you can do much of what you want.
    Limitations: Only 6 selections per menu page. And the Forward/Backward selection buttons advance only one menu at a time.
    Basic solution: Use the folder button to create a link to a submenu; move to that submenu and drag your movies onto that menu page. Repeat for more submenus.
    Alternative approach: Use iMovie to join all the Dublin videos, with chapter markers to designate each segment. Import the movie with chapter markers into iDVD and they automatically create the Dublin submenus. And you can watch all the Dublin videos in a row, or use the menus to navigate to the desired video. After you watch the last segment, you'll automatically return to the main menu.
    John

  • Newbie:how to create a page with 4 textfields and send data to MySql DB

    Dear all,
    i have created a page called page1 with 1 submit button named 'submitButton' and 4 textfields named:
    'date'
    'item'
    'contact'
    'phone'
    I have created a MySql DB table with the schema named 'association' and table named todolist3. Fields created in the table are :
    'Date' - >INTEGER->Primary
    'Item' ->VARCHAR(100)
    'Contact' ->VARCHAR(45)
    'Phone_contact' ->INTEGER
    what i want to do is to send the data from the 4 textfields to the database when i click the submit button. Below is the code i out in submit button. please kindly help as i have tested different ways but none of them works. thank you!!!
    public String submitButton_action() {
    try {
    if ( todolist3DataProvider.canAppendRow() )
    String item1=(String)item.getText();
    String contact1=(String)contact.getText();
    Integer phone1=(Integer)phone.getText();
    Integer date1=(Integer)date.getText();
    RowKey rowKey = todolist3DataProvider.appendRow();
    todolist3DataProvider.setCursorRow(rowKey);
    todolist3DataProvider.setValue("todolist3.Date", date1);
    todolist3DataProvider.setValue("todolist3.Item",item1);
    todolist3DataProvider.setValue("todolist3.Contact",contact1);
    todolist3DataProvider.setValue("todolist3.Phone_contact",phone1);
    } else {
    error("submitButton_action() -- cannot append todolist3 record");
    } catch (Exception e) {
    error("Page1::submitButton_action-- something's wrong trying to append todolist3 record");
    return null;
    }

    Hi,
    I think that you have forgotten to commit changes. Modify your code to look like this:
    RowKey rowKey = todolist3DataProvider.appendRow();
    todolist3DataProvider.setCursorRow(rowKey);
    todolist3DataProvider.setValue("todolist3.Date", date1);
    todolist3DataProvider.setValue("todolist3.Item",item1);
    todolist3DataProvider.setValue("todolist3.Contact",contact1);
    todolist3DataProvider.setValue("todolist3.Phone_contact",phone1);
    // commit your changes !!!
    todolist3DataProvider.commitChanges();
    } else {
    // ....best regards
    Grzegorz

  • Is it possible to create a .pdf with BOTH color and grayscale images?

    Hello,
    I am in the final phases of a book project (4 years in the making!) that has both grayscale and color graphics. When I save as a .pdf via the Adobe PDF printer driver and distill, I end up with a .pdf that only has color graphics despite the fact that some images were grayscale to begin with. I'd like the grayscale images to remain graysale in the pdf. Is that possible?
    I am using older software framemaker 6.0 and acrobat & distiller 6.0 and am reluctant to change now, I will upgrade for a second edition, but not now.
    Thanks.

    Create the document in layers with the background on a seperate layer than the text. Export the PDF with"Create Acrobat Layers" selected (it will need to be at least version 1.5).
    Open the PDF in Acrobat, choose the background layer then Options>Properties>Initial State and under "print" choose "Never prints".

  • Srvrmgr syntax: how can I create Named Subsystem with both Name and Description values?

    In looking through bookshelf, there is no syntax discussed that allows you to include both the Name value and the Description value for a Named Subsystem/Profile Configuration.  In the screenshot, the circled values were created with the server manager command-line.
    In contrast, you can create a component definition with a Name (full name) and Description.
    For CompDef, this works:
    create component definition CompDefTest1_enu for component type AppObjMgr component group Fins run mode Interactive full name "Test Comp Def Test 1" description "Test 1 Object Manager CompDef"
    For Named Subsytem, this does NOT work:
    create named subsystem Test5 for subsystem EAITransportDataHandlingSubsys full name "Test 5" description 'Test 5 Description'
    Can anyone tell me if, for a Named Subsytem, there is a proper syntax to include both the Name and Description values in the command-line, or is the only way to manually create it in the UI?

    Hi,
    I have reviewed the help for create command in srvrmgr, it does not give the full name and description as parameters for subsystem creation. However, as you indicated these parameters are available for component definition creation:
    srvrmgr> help create
      create { component group | compgrp } <component group name>
           [ full name <descriptive name> ]
           [ { description | desc } <description of component group> ]
      create { component definition | compdef } <component definition name>
           for { component type | comptype } <component type name>
               { component group | compgrp } <component group name>
           run mode { batch | interactive | background }
           [ full name <descriptive name> ]
           [ { description | desc } <description of component definition> ]
           [ with [param <param_name>=<value>[, <param_name>=<value>...]]
                  [fixparam <fixed_param_name>=<fixed_value>[,...]]]
      create named subsystem <named_subsystem_name> for
           subsystem <subsystem_name> with <param_name>=<param_value> [, ..]
    Bookshelf also has an example of subsystem creation that does not include full name and description:
    http://docs.oracle.com/cd/E14004_01/books/StoreFwdMsg/StoreFwdMsg_InstallConfig14.html#wp1351472
    In this case I suggest you to create a ticket on My Oracle Support to confirm that srvrmgr does not support creating a new subsystem with full name and description parameters, and request an enhancement request for these parameters to be included in create statement for new subsystems when using srvrmgr.
    Hope it helps,
    WSiebel

  • I have quicktime  player 7.7.2. A relative video clips from his phone. Previously they downloaded with both video and audio. As of Sept. 30 only the audio downloads, yet Quicktime still plays older saved video/audio clips. Help?

    I have Quicktime Player 7.7.2. A relative has been sending video clips from his phone since June, and until Sept. 30 both the video and audio would download. SInce that date only the audio downloads, yet I can still open and play the older saved videos just fine. I tried looking at QuickTime help info available. One place said something about purchasing Quick Pro for use with 7.7.2, but if I need that, why can I still open older saved videos? Thanks for any help.

    I'm adding more information:
    in Finder, my iMovie folders are all visible and accessible.  When I click on a clip from iMovie Events folder, Quicktime opens and plays the clip.  ALL my video is not missing - it just isn't showing up in the Event Library!
    This happened all of a sudden, while I was working on iMovie project (on both computers).
    All my Projects are intact, and play when I open them. 

  • Form report with both edit and column link

    hi experts,
    How can we create form report with both edit and column link. Ie, the form should have both the Edit link and column link. When we click on the edit link(in page1) it should go for the page2 and the page2 should display the corresponding row fields which should be editable. but when i click the column link it should bring me to the next page but the corresponding values of the column should not be editable.
    Regars,
    KK

    hi,
    Here i have achieved this by making the column link and page navigation.

  • How to create a page with check boxes

    Hello friends
    I want to create a page with 5 statements and 5 checkboxes. The next page will be displayed only if all the 5 checkboxes are checked.
    Can you please let me know how to create the page (could not find any template for this!) and how to control the display of the next page through checkboxes.
    I am on version 4.7 of R/3 and EP 6.0.
    This is urgent, prompt reply would be greatly appreciated.
    thanks
    pomila

    Hello Michael
    Thanks for your prompt reply, your answer was indeed helpful.
    Just another quick question, does EP 6.0 have any template/iview which we can use or it has to be done through coding only?
    thx
    pomila

  • How can I use QuickTime to make a screen recording that has both video and audio?

    How do use QuickTime to make a screen recording that can be saved with both video and audio together?

    do you know of any software that would record a QT movie playing on my Mac screen with both audio and video?
    I have used Ambrosia's Snapz Pro X ($69) for years, but they are currently upgrading their Kext (Kernel Extension) software for changes inroduced by the Lion release so it might not be your best bet at this time. I also use ScreenFlow but it is a combination capture and editing utility which runs $99 and may include more features than you may need or will use. Have also tried Screenflick ($29) which, to some extent, appears to have a functionality somewhere between that of Snapz Pro X and ScreenFlow. It is a bit more complicated to set up but for the price might be the best bargin at this point. All three can capture the entire screen or a portion thereof, with or without mic/line and/or system audio. (Or at least they all will as soon as Ambrosia updates its Kext routine.)
    Here is a URL link posted by QTKirk three days ago to an article that recaps of a number of currently available third-party screen capture apps from around the world several of which may interest you: http://mac.appstorm.net/roundups/utilities-roundups/10-screen-recording-tools-fo r-mac/

  • I would like to create a document with imbedded video, to email, and airdrop to an iPad mini. What program should I use?

    I would like to create a document with imbedded video, to email, and airdrop to an iPad mini. What program should I use?

    Thank you for using the Apple Support Communities
    I would suggest using Apple's Pages which allows support for imbedding videos from the device's camera roll. Pages also allows for sharing via email, Air Drop, and Messages.

  • I have a MacBookPro5,5 how do i connect it to my hdtv WITH BOTH AUDIO AND VIDEO? and where can i buy this cable(s)?

    i have a MacBookPro5,5 how do i connect it to my hdtv WITH BOTH AUDIO AND VIDEO? and where can i buy this cable(s)?

    thank you roger. i have attempted to connect my mbp now 3 times (all different ways with different cables purchased) but unfortunately no success. i understand that with me having an older mbp it can be a challenge. i have found this page http://www.wikihow.com/Connect-a-Macbook-to-a-TV but with my unsuccessful history, i have become skeptical. i will try your suggestion and let you know. thank you again.

  • I have a clip with synchronized audio. When I trim a section of video it does not trim the audio. How do I trim both video and audio so that the clip remains in sync?

    Why is FCPX not allow me to cut both video and audio tracks at the same time?
    My separate synchronized audio does not trim when I trim the video. They are connected and synchronized.

    fulei wrote:
    The audio track does not edit along with the video. They go out of sync
    Sounds like a different problem than your trim problem in the first post. If your problem is they drift out of sync, we'd need to knoow more about the project and clip properties – including how the audio file you're syncing to was created.
    Russ

  • I having trouble with a scrolling page......where i have a video.  the pages between the video and the previous page jumps and show a gap between the pages.....i'm not sure if it is the spped or what?

    I keep getting a gap between scrolling pages of a video and a regular page.  Not sure why.  I keep adjusting the speed, but still I get a gap in the pages as it scrolls.  Thanks.

    Hello cor-el, I apologize for not letting you know if your suggestions about my question worked or not. I came down with pneumonia and then caught the flu on top of that. Today I tried what you had suggested about disabling the hardware acceleration and it didn't make any difference. You had also gave me a link to he article about plug-ins and when I clicked on the list of the current plug-ins I have the following is what came up:
    Fox-it Reader Plug-In for Mozilla, 2.2.3.703
    Microsoft DRM 9.0.0.3250
    (drm netscape network object)
    Microsoft DRM 9.0.0.3250
    (drm store netscape plug in)
    Shockwave Flash 12.0.0.43
    Windows Media Player Plug In Dynamic Link Library 3.0.2.628
    (np dsplay d11)
    Windows Presentation Foundation 3.5.30729.1
    When I then clicked to see if there were updates available, the only one that it said was updated was the Shockwave Flash. The Windows Media Plug In Dynamic Link Library, said the status was vulnerable and the other three said the status was unknown. Does any of this make sense to you and are there things that should be on the plug in list that aren't? I apologize for the length of my post but I wanted to give you as much information as possible. Thanks for your help

  • Investigate book with both landscape and portrait pages

    I've an old book where I sucessfully swapped landscape and portrait pages, but there are complications why I cannot use it as a model for my current project. Since I no longer remember how I accomplished this, I have to investigate how to build a book with both landscape and portrait pages.
    I know about paragraph tags set to use a new page. Also a table on Reference page which lists Paragraph Tag Name, Right-Handed Master Page, Left-Handed Master Page, Range Indicator.
    But this doesn't seem to be enough; something is not working.
    Could you please point me toward resources which discuss how to do this?
    Thank you kindly,
    Theresa

    I think there was a big discussion of this already either here on the forum or over at the Frameusers.com list (I forget which). Try googling -

Maybe you are looking for

  • Ipod touch will not sync after new itunes update

    Ipod touch 4th generation will not sync after I updated the new itunes. Actually after I updated to the new itunes it deleted all my music from my ipod and refuses to reload. If someone could please help me that would be completely appreciated. I tri

  • Business Area Wise open PO report

    Dear Experts, Our user need the Business Area wise open PO report  if there any standard report so please let me know. waiting fast response. Regards Aamir

  • Adding functionality when saving a CRM order

    Hello. I am trying to encrypt payment card numbers at the time that the orders are saved in CRM. I believe that I can retrieve the payment card information just before the order is saved using the CRM_ISAI_BASKET_GETPAYMENT function. This function re

  • I need to get help removing my cell number from Imessage.

    THis is unbelievable and I am going no help.  APPLE can not keep a cell number hostage.  Nor punish me for switching to a different phone.  I love my Mac, ipad and Mac book pro.  Your are going to make it in possible to love your company when you do

  • Reporting Functionalities

    Hi all,             Iam working on 7BI reporting and i want to know which patches need to be updated to see each and every functionality in reporting.For example: am not able to see variable types and their processing types and drill down and drill a