Movie Page question

Is there a way I could link a movie to the movie window on the movie page that is already on my FTP?

I made a link to a movie on another site by hyperlinking.Just click on welcome page photo.
http://members.shaw.ca/gm56/Site/Welcome.html
g4 Mac OS X (10.3.9)

Similar Messages

  • [CS3 JS]  Move pages from one document to another?

    First, a brief explanation of what I am trying to do. I have several individual chapters that I am including in an INDD book. However, I also want to be able to allow those individual chapters to stand alone, meaning that I want to add a cover/title page to each chapter file (these two pages would be placed before the current page 1 of each chapter).
    My preference would be to write a script that would open the cover/tp file and open the first chapter file; this part is no problem. Where I am running into trouble however, is the second step: moving the cover/tp pages (2 pages) over into the chapter file.
    Manually, I would open Cover.indd, activate the "move pages" menu, "Move pages: 1-2", "Destination: Before_Page 1", "Move to: Chapter1.indd".
    With over 100 chapters in the book, however, I would prefer to automate the process. I have looked into the Page.move and PageItem.move elements, but both look like they would require a location in the current document (either in (x,y) form or using "AT_BEGINNING".
    If I cannot get this to work, I will likely try to insert two blank pages, then cut/paste with a script, but I would prefer the "move" functionality, if it is possible.
    A couple of answers to potential questions:
    I can't simply place the INDD cover file b/c it uses a text variable to pull the chapter name; this personalizes each stand-alone chapter.
    Same answer to why I can't just slap the 2-page .pdf on the front of each. I need the text variable to still be active.
    Has anyone tried to move pages from one document to another using scripting? I tried to explain what I am trying to do, but if it doesn't make sense, I can try again. :)
    thanks!
    Matt

    ok here we are
    I get a raw skeleton that you will have to adjust but it's functional.
    Use a PDF for placement as you can specify the page that you want to place.
    I don't know if you can do the same for indesign files.
    So basically, it starts adding 2 pages and placeing the pdf in the same time.
    After that, it creates the textVariable and the frame that will receive it.
    Here you are:
    //If a document is open
    if(app.documents.length!=0)
    var ad = app.activeDocument;
    //Pages placement
    for(i=0; i<2; i++)
    //Add 2 pages on top of the document;
    var tmpPg = ad.pages.add(LocationOptions.BEFORE, ad.pages[0]);
    //Here you place your pdf
    app.pdfPlacePreferences.pageNumber = i;
    tmpPg.place(File(cover.pdf), false)
    //You should specify page x and page y but ain't found yet the way to go.
    //Text variable creation
    //Check if the textVariable named "txtVar" does not already exist...
    if(ad.textVariables.item("txtVar")==null)
    //if not found, create the text variable named "txtVar"
    var txtVar = ad.textVariables.add();
    txtVar.variableType =VariableTypes.CUSTOM_TEXT_TYPE;
    txtVar.name = "txtVar";
    //Set the contents of the text variables to the string "test"
    ad.textVariables.item("txtVar").variableOptions.contents = "test";
    //these coordinates don't care aboutyour units but you may adjust them to your needs
    var y1 = ad.marginPreferences.left;
    var x1 = ad.marginPreferences.top;
    var y2 = y1+5;
    var x2 = x1+25;
    var myFrame = ad.pages[0].textFrames.add({geometricBounds:[y1,x1,y2,x2]});
    //Set the contents of the frame to the text variables "txtVar"
    myFrame.contents=ad.textVariables.item("txtVar").variableOptions.contents;
    //You may want to stylize the txtVar
    //In this case, either you use a existing characterStyle or you create one in the script
    Bye Loic

  • IWeb movie pages, when published -- no movies

    my iWeb movie pages, when published, came up lame, no movies, only areas where the movies should have been, all with faint Q's with question marks inside them
    LONG STORY SHORT, MAKE SURE YOUR MOVIES (as well as being located in your MAC HD and its proper MOVIE sidebar, that you CUT AND PASTE all your MEDIA YOU'RE USING IN YOUR iWeb SITE,
    CUT AND PASTE PHOTOS, MOVIES in dupe form right into your desktop where you've published your iWEB site folder.......that way, any browser, a .mac or outside web host, can locate your media better so that you don't get GHOST MEDIA PUBLISHING LIKE I DID...hopefully this will help both of us
    ALSO, in any iWeb website (named SITE in your desktop, or iDisc, or whatever or wherever you publish it, or even if you can find where on earth on your HD it is published, remember, if you have any MEDIA at all, NOTE IN MY CASE MEDIA MEANS MOVIES (not photos, so I'm not speaking to the photo blogs people, only iWeb MOVIE folks) anyway, all the compressed poetry video clips are right there, in a separate folder called MEDIA, that is every iWeb site, when published to .mac or a folder, which contains movies in .mp4 format or .mov format, all these will appear right in your site's MEDIA FOLDER....
    this is important as a concept....
    also, if you're using an outside web host like me (so that all my movies will LOAD QUICKLY), don't forget when FTP'ing (file transfer protocol'ing) your iWeb changes to your web host from your original MAC HD folder....remember to also send to the FTP/outside web host your MEDIA folder inside your SITE
    (which i only realized a couple hours ago, and which totally was a revelation, so i'm passing it along to you guys)....
    if you'd like to know exactly what i do here in nyc, i video the poetry scene, now for 20 years, and create educational poetry DVDs.... and my website is today's equivalant of operating a virtual business.....
    ....oh-oh, since I video poetry in NYC and go direct into a standalone DVD recorder to make single tracks of each poem...and then through Popcorn's mp4 program, I can make a movie file
    then..through QuickTime Pro's streaming compression system, reduce that file size to under 5 MBs,
    well, after lots of headaches, i am able to have 200 streaming video clips on an iWeb site, which apple itself said was impossible, that iWeb was only geared for less ambitious projects
    okay, so that is cool..until yesterday, when i began the whole process again with completely new poetry video clips....
    first, the iWeb pages were designed correctly...that took time....then i published the new pages to .mac, and only some of the movies showed up on the published pages, some had a big bright Q (which means the browser identifies the movie and will within 20 seconds load that movie), but what wracked my brain all day and night yesterday, why were there areas where the browser only showed the faint Q/Question mark inside (meaning the browser cannot find the movie)
    so what the.....!
    also i'm going from an iWed Folder to an FTP so I can use an outside web host and bypass THE MUCH SLOWER .mac browser (too slow when using movie clips for visitor to your site having to wait valuable seconds for **** movie to appear...with outside web host process almost immediate)
    .....any similar experiences?

    I am having the same problem.
    Now I am using iWeb 2.03. So when I uploaded the site to my server I see the Media folder you were talking about, and the videos are there. But when I go to the website I still get the faint Q with the question mark.
    Here is my site. http://mnorland.dadeschools.net
    The videos are supposed to be in the Athletics page, then go to football highlights.
    Any help would be appreciated.

  • How do change the sequence of pages in a PDF file. Need to move page 3 to 12

    How do I change the page sequence in a document. eg Want to move page 3 to 12

    Hi leoniep,
    To reorder pages in a PDF, you need to use Acrobat (you can drag the page thumbnails to rearrange the pages). If you don't have Acrobat, you're welcome to try it for free for 30 days. See http://www.adobe.com/products/acrobat.html for more information.
    Best,
    Sara

  • How can you move pages from one Muse site to another Muse site?

    I am trying to move pages from one Muse sitemap page to another Muse sitemap. This is so I can have multiple people working on creating hundreds of project profile pages and then transfer them into the master file that will be the final site.

    120norange wrote:
    I am trying to move pages from one Muse sitemap page to another Muse sitemap. This is so I can have multiple people working on creating hundreds of project profile pages and then transfer them into the master file that will be the final site.
    In this case your best bet would be to have the other people just provide content without the template and then you can just plug content in rather than doing a select all.
    You can open up both your site and their site at the same time in Muse to help the copying process.
    jkijki wrote:
    You have stuck your nose into my discussions with your useless answers before In the future do not reply to anything I write
    Technically, you jumped into the thread after Parikshit ..... and being rude is a quick way to not get help in the future. No need to be rude and disrespectful. Just saying .......

  • HT204053 how do i move page and numbers documents from one icloud login to another?

    how do i move page and numbers documents from one icloud login to another?
    I had to change my email address whcih meant new apple login.
    I have a number of docs in iwork/pages and iwork/numbers.  How do I transfer them to my new login?

    There's a couple of ways but my tip backing up your documents in the cloud is as good as any.

  • How to move page order in a document created in Pages 5.1

    How do you move page order in Pages I used to be able to click and drag the thumbnails but can't in latest version (5.1)

    You should ask in the Reader forum. But my guess is that Reader there is nothing you can do. Acrobat allows you to move pages around, but not Reader.

  • I have learned to love PAGES, but I can't figure out how "sections" get linked together and how to unlink them so I can move pages or delete pages with a whole bunch of pages (a section) going away.

    I have learned to love the PAGES program but I will add a new "section" or page to it and then when I look at thumbnails and try to move pages around or delete pages, it treats them as a section of many pages and will only delete several of them together or will add extra blank pages that I don't need. It is very frustrating but must be something I am doing to cause this.

    Burghmom wrote:
    It is the '09 version. I went on the boards and found out that by inserting a page break after each page as I go, I can make each page act individually instead of as a group. Then I can move pages around or delete them through thumbnails. The online manual didn't really help with how to avoid having them act as a group.
    A Page Break pushes the next text to the next page, it is still part of the same section.
    You need to insert a Section Break.
    Peter

  • How do you move pages around in a combined pdf online.

    how do you move pages around in a combined pdf online

    Hi,
    To move pages in combined PDF file you can use Adobe Acrobat.
    1. Open your combined PDF file in Acrobat XI
    2. Click "Tools" from top right corner
    3. Select "Pages" tab
    4. Select "Page Thumbnails"
    5. Move the page thumbnails at Page Thumbnail pane at left side of  document page.
    6. Save the PDF page.
    You can download Acrobat XI Pro Trial version from www.adobe.com or upgrade your service to Acrobat Plus (Please see more information at https://www.acrobat.com/acrobatplus/en/features.html?promoid=KIUAY
    Hisami

  • Can't move pages in version 8

    I used to be able to just move pages back and forth between documents in Acrobat by just clicking and dragging. Now I have version 8 and it won't let me do this.  Version 7 lets me do this by asking me to give it exact typed directions.
    Why isn't my acrobat FRIENDLY anymore?
    I go cry now.

    Adobe Acrobat 8 can move pages. Adobe Reader 8 can't move pages.

  • Is there any reason photos in an album page display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

    Is there any reason photos in an album page created in iweb display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

    there are three displays in photos page:
    1) thumbnails grid - smallest
    2) deatial view and detail view slideshow - large
    3a) pop-up slideshow - vary - this is slideshow.html
    3b) or iphone/ipad slideshow phoneshow.html - iphone/ipad can't do pop-up
    it's difficult to know which you refer to.
    if you refer to pop-up slideshow then you should not look into iwebmediagrid.js as wyodor suggested.
    instead look in phoneshow.html and change width and heigth of element id slideshow:
    #slideshow {
    position: relative;
    width: 320px; /* this is default width */
    height: 360px; /* this is default height */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

  • When I move pages from one document to another, it creates a new alternate layout.

    Hello,
    I'm having an issue with combining some documents. Usually I use the "move pages" command and tell the pages to integrate with another document. However, because of the new alternate layout feature, both documents have the default layouts as "Letter V". So when I move pages from one document to the end of another, it creates a new alternate layout labeled "Letter V2" and "Letter V3" etc. Is there a way to make the pages just go into the main layout of Letter V without creating a new alternate layout? How do I merge alternate layouts created in the integrated document? All documents are the same page size and orientation.
    Thank you kindly,
    Sheena

    Petrill,
    Thank you. I was trying to do that yesterday, but it was grayed out. It seemed to work alright today.
    Thanks,
    Sheena

  • Move Pages in Indesign using Applescript

    How to set page ranges for "move pages" command in apple script.

    Fromthe pages panel flyout menu make sure Allow Document Pages to Shuffle is checked, and also Allow Selected Spreads to Shuffle for any spreads that show the numbers in brackets if you want them to be able to rearrange as well (in this case you have two pages numbered 2, and that's a problem since by default ID wants to arrange even numbered pages tothe left of the spine and odds to the right).

  • Can a Photo page be used as thumbnail links to movie pages?

    I've made a photo page with say 20 or so photo thumbnails. I have made separate movie pages for each movie. Dragged each movie page link to the related picture on the photo page and sized the button to be the same size as the thumbnail image. Checked that the button is linking to the correct movie page.
    In iWeb, when I "make links active", everything works properly. But once it's uploaded, the thumbnails/buttons, when clicked, open up a new browser window with just the jpg thumbnail.
    Any ideas to get this to work? Or do I have to start over, and lay it all out maually?
    G5 DP 1.8 & PowerBook G4 15"   Mac OS X (10.4.6)  

    I think the problem may be related to the Photo page template. When you click on the thumbnail, I think there is some built-in functionality to open a new slideshow window or something.
    Instead of using the Photo gallery template, try using a plain page...one of the templates with as few elements as possible...maybe the movie template. Then manually add your movie thumbnails and size them to your liking. then add the hyperlinks to your movie pages to each thumbnail. I think you might find that this works better.
    ==> www.DirtDoog.com <==</a>    
    Place A Virtual Pin On Putt-Putt's GuestMap!

  • Text Replacement in scanned page question

    I must be doing something incredibly wrong because I cannot get text to be replaced in a scanned OCR document. I am using Acrobat Pro 9.
    Before getting to that, let me ask this question: If I am scanning a document created using a readily available font like Times New Roman, why does Acrobat even bother using the scanned page for displaying text? It knows the text, the OCR was 100% accurate. Why not replace the 300 dpi scanned bitmap image with real, vector-based text? I don't understand that.
    OK, now to just trying to replace what amounts to fuzzy looking text with vector text. I've read how to replace text using Tools-> Advanced Editing-> TouchUp Text Tool where I select text, right click on it, go to properties and change the text. Here's what happens when I do that:
    First off, the defaults in the properties dialog are set to no fill and no stroke. Why is that? If you're changing your font, wouldn't you want it to show?
    After making a selection and closing the dialog, the text indeed changes, but the original, fuzzy text is there as well. And, as there are slight differences in font size, the page is virtually unreadable as it has the appearance of being printed twice with different alignments each time.
    This is, of course, quite useless. I MUST be doing something wrong.
    Of course, taking even this course of action is pretty frustrating, as the document I'm working on has many statements in bold, so doing a global font change isn't even practical. I really just wish acrobat would know that it can display vector text from the get-go, and forego the bitmapped text altogether.
    Thanks, I hope my frustration isn't too evident!
    Graham

    please delete me from your mailing list.  tks.
    Date: Wed, 10 Feb 2010 10:01:23 -0700
    From: [email protected]
    To: [email protected]
    Subject: Text Replacement in scanned page question
    I must be doing something incredibly wrong because I cannot get text to be replaced in a scanned OCR document. I am using Acrobat Pro 9.
    Before getting to that, let me ask this question: If I am scanning a document created using a readily available font like Times New Roman, why does Acrobat even bother using the scanned page for displaying text? It knows the text, the OCR was 100% accurate. Why not replace the 300 dpi scanned bitmap image with real, vector-based text? I don't understand that.
    OK, now to just trying to replace what amounts to fuzzy looking text with vector text. I've read how to replace text using Tools-> Advanced Editing-> TouchUp Text Tool where I select text, right click on it, go to properties and change the text. Here's what happens when I do that:
    1. First off, the defaults in the properties dialog are set to no fill and no stroke. Why is that? If you're changing your font, wouldn't you want it to show?
    2. After making a selection and closing the dialog, the text indeed changes, but the original, fuzzy text is there as well. It is as if there is a bitmapped image sitting behind my new, pristine text.
    This is, of course, quite useless. I MUST be doing something wrong.
    Of course, taking even this course of action is pretty frustrating, as the document I'm working on has many statements in bold, so doing a global font change isn't even practical. I really just wish acrobat would know that it can display vector text from the get-go, and forego the bitmapped text altogether.
    Thanks, I hope my frustration isn't too evident!
    Graham
    >

Maybe you are looking for