Someone at - it experience with HTML 5 video on the pages of BC?

HTML 5 video controls problems

For some reason that I can't show my HTML5 video player controls, can see you them?

http://www.democracyinstitute.org/VIDEO2

My operating system is windows 8 and all my browsers are up to date.

I had a conversation with Varun Kalra Wed live chat, 10/12/2014, and he posted a simple HTML5 video link and his video works well on all my browsers.
http://www.varunkalra.TK/html5test.html

I use his sample code to post my sample video and I still don't see my player controls. What I am doing wrong?

PromoMusic

You have no controls setting in your markup. If you had it in your markup and you try to paste the code using the editor in the admin rather then software coding or the region to develop (top), then it will happen.

The editor is old (coming nine) and cannot handle html elements 5 like that.

commands = 'true' must work if this is the case, if you just missed the parameter controls by mistake well just put that back in.

Tags: Business Catalyst

Similar Questions

  • Someone at - it experience with the Sony HXR NX5u (or p)

    Hi all

    Was wondering if anyone had any experience with the Sony HXR NX5u or P?

    We'll get a little time, and it would be good to know how the workflow was. We "re on CS5 on a new system, built for speed and seems to treat the other cameras without problems AVCHD video.

    As it is AVCHD, I guess that timecode number was not "fixed" again, but it would be good to know if it there first with this camera-specific features.

    Any info appreciated

    Thank you

    As it is AVCHD, I guess that timecode number was not "fixed" again, but it would be good to know if it there first with this camera-specific features.

    Not necessarily; read here. Looks like you're good if you follow the rules

  • Google PageSpeed - caching browser - someone at - it experience with this?

    Hello

    Anyone know if we have control on it with Muse? That's what say my speed page results and this has to do with the expiration date:

    Screen Shot 2016-03-24 at 2.55.12 PM.png

    Thank you!

    Expiration dates are managed by the server or via cookies. This has nothing to do with HTML. The warning is quite meaningless, anyway. By default most of the files have unlimited validity.

    Mylenium

  • Problem with dragging a video to the scenario

    I have the latest version of first Pro CC 2015.3, and I have a problem with the drag the video to the Timelime. Video and sequence settings are the same.

    Type: MPEG Movie

    Image size: 1920 x 1080

    Frame rate: 25.00

    Audio Format: 48000 Hz - 16-bit - stereo

    Project Audio Format: 48000 Hz - 32 bit floating point - stereo

    Sequence 01

    1920 x 1080

    00; 00; 00; 00, 25.00 fps

    48000 Hz - Stereo

    But I can't drag videos to the scenario. If I try to drag video only, it does not have too. I can only drag Audio files with drag Audio Only.

    Could someone help me solve this problem?

    Thank you

    Brigitta

    Need to track source patch.

  • Qosmio G20 with TV (s-video cable) - the screen is black and with

    Hallo and another question by me... when I connect with the TV using the s-video cable still the TV screen is black and white, I checked this on two different TV, is always the same, and even when I am felt for the settings of the card and when I'm changing color options nothing happen Thanks for your help

    Hi again

    As far as I know if you connect your device to the TV, check the settings for S-video on the TV.

    By the way:
    All new TVs from 70 cm to the top screen diagonal must effectively control S-Video connection on SCART. However, this should be enabled in some cases. If the image does not appear in the color anyway, your TV doesn't support certainly S-video. In this case there are adapters that allows S-Video Composite video (RCA cable). You can find it in all the electronic stores.

    Good bye

  • Experience with A / V Cable for the view?

    Hello everyone, I bought one of the A / V cables on ebay and I am very happy with the release.  One thing that I notice, however, is that the connection to the view is VERY sensitive... just bump it causes the video output to be warped (almost as if you connect/disconnect the video cable).  I have the cable connected to the right to get a solid video output.

    Everyone knows this?  Do you have a bad cable?   It doesn't seem to be the wiring inside the connector of the cable, it seems to be the real connection between the plug and the connector of the view itself.

    Here are the specific cable, I bought, because there are two kinds that I found on ebay:

    Discover the A / V cable

    I have a similar cable... It it works fine...  I drop the display of the TV with a movie, this one the TV picture has not budged even...  I guess you could have a defective cable...

    I hope this helps...

    Good luck!!

  • Problem with parsing XML with html as part of the node content

    Hi all

    I am facing problem with XML parsin when the node has a HTML content, if the node does not have any html content then it works fine. Similar analysis logic works for Java Standard, but not for the Blackberry API. I have an obligation to remove not HTML content prior to analysis. As that would display in the browser.

                              String xml="" +
                    "<p> Dummy content </p> " +
                    "" +
                    "";
                              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
                DocumentBuilder dBuilder;
                Document doc;
                bis = new ByteArrayInputStream(xml.getBytes("UTF-8")); 
    
                dBuilder = dbFactory.newDocumentBuilder();
    
                doc = dBuilder.parse(bis);
                doc.getDocumentElement().normalize();
    
                NodeList nList = doc.getElementsByTagName("disclaimer");
    
                Element activeTagElmnt = (Element) nList.item(0);
                NodeList activeTag = activeTagElmnt.getChildNodes(); 
    
                tagValue=((Node) activeTag.item(0)).getNodeValue();
                              System.out.println(tagValue); //This prints "<" with HTML content. If i remove HTML then "Dummy Content" is printed
    

    If I need to remove html content, then I would need to reformat the content according to the HTML as the newline to a linebreak.

    Any suggestions would be helpful.

    Thank you

    Sandeep

    I feel xml parser was mature enough to handle these characters if sills, you get the error explore CDATA. It might help you.

  • Page DW8 with HTML to fit in the browser window

    I created a basic html page and wish to have the page continue to fit in a browser window as the window changes size. Tried with CSS "background-size = 100%" fixed online codes, but doesn't seem to work.

    The background-size setting is only to set a background image. Would not resize the entire page.

    Several things working against you in your code. The first and most difficult to treat while using it on the page, is "position: absolute". In General, this setting is the opposite of reagent. Position: absolute "can" be used in sensitive designs, but it requires additional code to make it happen. Absolute positioning of objects include an exact amount of pixels high, left, down or to the right of the parent (just up and left by default in DW) element. In your case, #Layer1 will always be 431 pixels from the top of the page and 329 pixels from the left that is decidedly "not suitable."

    These parameters (position, top and left) must be removed and the APDiv/layer button should be ignored here on out if you want your design to adapt to different screen sizes. You will need to learn how to position elements using css float, margin and padding if you want to create something sensible. Running through the tutorials at http://www.w3schools.com/css for some databases. Some other links on css positioning...

    Learn CSS positioning in ten steps: absolute relative static position float

    CSS - float and clear formatting

    Your width settings also say your items to an exact pixel size as well. To make your attentive elements, you can use % width settings. The actual size of an element using a percent width is determined by the setting of its parent element. For example, if you set the width of #Layer1 to 80%, instead of 674 pixels, it will eventually be 80% as wide as thesetting the tag. Given that theis assumed 100% unless otherwise stated, layer1 would end up being 80% of the width of the browser window. With ' width: 60% ", you can use a setting min-width" never get smaller than that "in css. If you set your same #Layer1 width: 80% a min-width: 400px will keep it from never has less than 400 pixels wide.

    Once you have the basics of layouts css under your belt, look into CSS Media Queries. Basically what they allow you to do, is put "break points" in your .css file so "once that window reached 401 pixels or more, use this css instead" so it allows you to write completely different rules for various devices.

  • Frames with scroll cancelled by video on the page

    I had wired a framework floating (tab) at the bottom of my page. Tested and everything works fab. I added a layer above this area and dropped several video clips in the layout. These clips are part of the content of the main page.

    As soon as I did, the container and the scrollable content place in this container is not made when the file is published/tested. It fails on the desktop and iPad Viewer.

    If I hide the layers contain video clips, the contents of the scroll frame returns and works very well. Is this a known problem and even video to be present on the same kills page content drop-down?

    New pictures floating along side, video content and I have not tried the myriad of hacks to make it work. You want to start with the obvious questions... it should work?

    Thank you

    Steve

    UPDATE:

    Correction of the problem. Think that I followed it it down to the fact that two containers of scrolling have been appointed to the same thing. So I've changed that. I can speculate only that was the issue, but we noticed that a link has not properly displayed in a scrolling box, and not the other. He actually traded stand published.

    We have rebuilt the two frameworks scrollables on 1 page, and then that of the multi - state. And it seems to work fine now.

    Phew, what's wrong with the head!

  • Problems with lack of usability of the Pages 5.6.1

    After having resisted for a long time, I've finally upgraded to Pages 5.6.1/El Capitan for the writing of my thesis, and I hate so much.  I can see that it would be good for pretty things, but for text-heavy work, it's hopeless.  Having had my rants, please can someone tell me if it is possible to get the old bar along the bottom back - the one with the number of words and figures of the page displayed in the blink of an eye?  Also, the new comment system is formidable - is it possible to fix the new component and stop wandering around on its own and change the view so what you see is your comment permanently in the sidebar (not an irritating sticker on the text) without so much space wasted on the who/where/when to its insertion?  Thank you!

    Hi Cecil,.

    To answer question 1:

    is it possible to get the bar of the old along the back bottom - with the number of words and figures of the page displayed in the blink of an eye

    Pages 5 has a number of words of window (click view in the toolbar) that you can drag anywhere you like:

    Click Word count up/down arrows to choose a screen:

    Kind regards

    Ian.

    Edit: Page numbers can be in a header or a footer.

  • I moved a html file and now the page doesn't have a background

    I tried to delete my web pages HTML tags and followed the advice on this last post. I created a new folder in the Dreamweaver file tab, then flies over the .html file and renamed him index.html. Unfortunately swf images and the background are broken and cannot refer to them. I wonder what I missed the step, or how I can link them?

    How to remove .html link discussion I've referenced original.

    http://forums.Adobe.com/message/722731#722731

    I wanted to try to use .htaccess with my current account to GoDaddy, but I couldn't get this to work properly.

    http://simplemediacode.info/remove-index-HTML-andor-index-PHP-from-the-URL/

    Blank page of my Web site.

    http://www.victorylcms.org/testimonials/

    Thanks for any help!

    You have wrong paths to all your CSS and external Scripts. In general when you move a file in a folder in the files Panel, DW will ask if you want to update the links.  You must have reach YES.

    To resolve this problem, change all this in your code:

    style. CSS"rel ="stylesheet"type ="text/css"/ >

    Layout.CSS"rel ="stylesheet"type ="text/css"/ >

    to do this:

    style. CSS"rel ="stylesheet"type ="text/css"/ >

    .. "" / layout.css "rel ="stylesheet"type ="text/css"/ >

    Nancy O.

  • CSS Rollover Menu with pictures and witness to the Page class

    Hello.

    I found a very interesting video here: http://www.youtube.com/watch?v=vv8cRYGCvIY on creating a CSS Menu Rollover with Images and indicator of current Page (I tested it and it works fine).

    I have a web site with 15 pages based on a template, and I want to use this sample video to do the same thing on my website.

    Please tell me if I can use the sample from the link above to do so.

    What should I change in the css file (which new class should I do) so that it works on a web site based on a template?

    Thank you!

    I don't know about this video tutorial, but an indicator of menu persistent at the level of the site ("you are here" highlighting) is easy to do with CSS classes.

    Details and examples of code below:

    http://ALT-Web.com/articles/persistent-page-indicator.shtml

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • What is the yellow square with a question mark on the page OPTIONS of FireFox? Have a peak.

    There is a yellow square with a question mark on the FireFox OPTIONS / settings page.
    If the mouse enters it, it reacts like it is something to click, but no indication that it is.
    Is it supposed to be there and if so, why?
    He has a POINT of MARK BLACK inside the small SQUARE of YELLOW.
    Any help is appreciated.

    This is the help screen. Press the key.

  • In YouTube, I hurt very often changing update of video to the page (so that I can scroll the space/arrows). Is it possible to fix this?

    As indicated, I go to a video, and if I try to click out of it so I can use my keyboard to instead scroll through the page, it seems rather capricious being on what allows it to happen. I'm going to click on the page itself, use the scroll bar, nothing. Sometimes it works and I can use the keyboard to navigate. Sometimes it doesn't, and no matter what I do, update will not come out of the video.

    I never had this problem when you use YT on Firefox (previously used Chrome and Opera). Any ideas what is causing it or what I can do about it?

    In recent years, users noticed that the YouTube Flash Player has been particularly "sticky" or tenacious when he came in order to grasp the keyboard focus.

    The last time that I looked into it, a year ago, I posted this summary of the workarounds mentioned above:

    (1) full-screen video and then come back

    press f, then Esc - focus will return to the page

    (2) switch to another window of the application, then again

    Press Alt + tab and Alt + tab - focus will return to the page

    (3) click on a different tab, then click on back - focus will return to the page

    Some users have also reported that the YouTube Player behaves normally (i.e., by clicking on the page control) If you disable safe_mode plugin Flash Player functionality. There is now a hidden for this preference:

    (A) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (B) in the search above the list box, type or paste the flash and make a pause so that the list is filtered

    (C) double-click the preference dom.ipc.plugins.flash.disable - protected mode to change its value from false to true.

    It cannot take effect until all the Flash was discharged for a few minutes, or you close Firefox.

  • Help with excel import and delete the page script

    Hello. I will try to make it as simple as possible. I have some data from excel (saved as delimited by tabs) that I need to import in a 5 PDF page. I use the script below to import, and it works fine. All import fields and records the individual (one for each record) PDF. However, I need to extend this functionality by removing some pages before it saves the document by looking at the different boxes. The code below is what I use to import the records.

    // specify the filename of the data file
    var fileName = "/Users/MacMike/Desktop/Test.txt";  // the tab delimited text file containing the data
    var outputDir = "/Users/MacMike/Desktop/Dump/";    // make sure this ends with a '/'
    
    var err = 0;
    var idx = 0;
    while (err == 0) {
        err = this.importTextData(fileName, idx);    // imports the next record
    
        if (err == -1)
            app.alert("Error: Cannot Open File");
        else if (err == -2) 
            app.alert("Error: Cannot Load Data");
        else if (err == 1)
            app.alert("Warning: Missing Data");
        else if (err == 2)
            app.alert("Warning: User Cancelled Row Select");
        else if (err == 3)
            app.alert("Warning: User Cancelled File Select");
        else if (err == 0) {
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf"); // saves the file
            idx++;
        }
    }
    

    As I said before you import works surprisingly well.

    My PDF consists of 5 pages (info-registration, p1 = Dir-contract = p0, p2 = contract ndarp-brand, p3 = takes-contract, p4 = agreement must be brand). My idea is that on the import of data, the script will look at a few check boxes and determine which contracts to remove on the PDF and then save. I wrote the syntax of which, in my view, what it should look like. I'm not a programmer and know just a little bit. I looked through the documentation and this is what I came with. I don't know how to combine to work. Here's the code I came up with that.

    var dir = this.getField("Associate Director"); // checkbox
    var aldir = this.getField("Alumni Director"); // checkbox
    
    var fac = this.getField("Facilitator"); // checkbox
    var alfac = this.getField("Alumni Facilitator"); // checkbox
    
    var oyb = this.getField("Optimize Your Brain"); //checkbox
    var poyb = this.getField("DVD and Workbook Previously Purchased"); // checkbox
    
    // Below are all the possible training options.
    if (dir.value=="Checked" || aldir.value=="" || fac.value=="" || alfac.value=="" || oyb.value=="" || poyb.value=="") {
        this.deletePages({nStart:3, nEnd:4})
    }
    else if (dir.value=="" || aldir.value=="Checked" || fac.value=="" || alfac.value=="" || oyb.value=="" || poyb.value=="") {
        this.deletePages({nStart:3, nEnd:4})
    }
    
    else if (dir.value=="" || aldir.value=="" || fac.value=="Checked" || alfac.value=="" || oyb.value=="" || poyb.value=="") {
        this.deletePages({nStart:2, nEnd:4})
    }
    else if (dir.value=="" || aldir.value=="" || fac.value=="" || alfac.value=="Checked" || oyb.value=="" || poyb.value=="") {
        this.deletePages({nStart:2, nEnd:4})
    }
    
    else if (dir.value=="" || aldir.value=="" || fac.value=="Checked" || alfac.value=="" || oyb.value=="Checked" || poyb.value=="") {
        this.deletePages({nStart:2, nEnd:2})
    }
    else if (dir.value=="" || aldir.value=="" || fac.value=="" || alfac.value=="Checked" || oyb.value=="Checked" || poyb.value=="") {
        this.deletePages({nStart:2, nEnd:2})
    }
    else if (dir.value=="" || aldir.value=="" || fac.value=="Checked" || alfac.value=="" || oyb.value=="" || poyb.value=="Checked") {
        this.deletePages({nStart:2, nEnd:2})
    }
    else if (dir.value=="" || aldir.value=="" || fac.value=="" || alfac.value=="Checked" || oyb.value=="" || poyb.value=="Checked") {
        this.deletePages({nStart:2, nEnd:2})
    }
    
    else if (dir.value=="Checked" || aldir.value=="" || fac.value=="" || alfac.value=="" || oyb.value=="Checked" || poyb.value=="") {
        this.deletePages(none) // I realize this is incorrect. Just showing that this option results in no deleted pages.
    }
    else if (dir.value=="" || aldir.value=="Checked" || fac.value=="" || alfac.value=="" || oyb.value=="Checked" || poyb.value=="") {
        this.deletePages(none) // I realize this is incorrect. Just showing that this option results in no deleted pages.
    }
    else if (dir.value=="Checked" || aldir.value=="" || fac.value=="" || alfac.value=="" || oyb.value=="" || poyb.value=="Checked") {
        this.deletePages(none) // I realize this is incorrect. Just showing that this option results in no deleted pages.
    }
    else if (dir.value=="" || aldir.value=="Checked" || fac.value=="" || alfac.value=="" || oyb.value=="" || poyb.value=="Checked") {
        this.deletePages(none) // I realize this is incorrect. Just showing that this option results in no deleted pages.
    }
    
    else if (dir.value=="" || aldir.value=="" || fac.value=="" || alfac.value=="" || oyb.value=="Checked" || poyb.value=="") {
        this.deletePages({nStart:1, nEnd:2})
    }
    else (dir.value=="" || aldir.value=="" || fac.value=="" || alfac.value=="" || oyb.value=="" || poyb.value=="Checked") {
        this.deletePages({nStart:1, nEnd:2})
    }
    

    How to combine these two so that I can create a document temp import my data, check the boxes to check off and delete the appropriate pages and save the file and then go to the next record? I got the first part done. It imports large and has the right, but I don't know what to do next. Thanks for any help!

    Or y at - it another way to do this?


    Michael

    Wow. Ok. I had it works beautifully. There was a lot of trial and error. Because the script as it was would have, would open the original PDF, delete the pages needed, then save the file. While it would be to go to the next record is missing pages in PDF and bomb to open. I hunted and searched for a way to do this. I found "this.insertPages" in the documentation. Finally, what worked was so move the "save under" in the service and put it under every variation of check. So now when checking the boxes, he performs the check, removes the mandatory pages, stops, insertions of back in deleted pages from the original file, leave the service and finally goes to the next record.

    Here is my final script:

    // This code looks at an excel (tab delimited) file, imports the records into a PDF form 10 Pages long.
    // Then checks a series of checkboxes and deletes the pages that aren't associated with first page.
    // After it deletes these pages it reinserts the deleted pages so it can do the checks for the next record in the (tab delimited) file.
    
    // variables for importing excel data
    var err = 0;
    var idx = 0;
    var fileName = "/Users/MacMike/Desktop/Test.txt";  // the tab delimited text
    var outputDir = "/Users/MacMike/Desktop/Dump/";    // make sure this ends with a '/'
    
    //Checking a bank of 6 checkboxes and determine which pages need to be deleted, save the file, and the insearch the deleted pages again.
    function seekandDestroy() {
        if (dir.value=="Checked" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Off" && poyb.value=="Off") {
            this.deletePages({nStart:6, nEnd:9})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:5, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:6, nEnd:9 });
        }
        else if (dir.value=="Off" && aldir.value=="Checked" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Off" && poyb.value=="Off") {
            this.deletePages({nStart:6, nEnd:9})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:5, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:6, nEnd:9 });
        }
    
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Checked" && alfac.value=="Off" && oyb.value=="Off" && poyb.value=="Off") {
            this.deletePages({nStart:3, nEnd:9})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:2, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:3, nEnd:9 });
        }
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Checked" && oyb.value=="Off" && poyb.value=="Off") {
            this.deletePages({nStart:3, nEnd:9})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:2, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:3, nEnd:9 });
        }
    
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Checked" && alfac.value=="Off" && oyb.value=="Checked" && poyb.value=="Off") {
            this.deletePages({nStart:3, nEnd:5})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:2, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:3, nEnd:5 });
        }
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Checked" && oyb.value=="Checked" && poyb.value=="Off") {
            this.deletePages({nStart:3, nEnd:5})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:2, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:3, nEnd:5 });
        }
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Checked" && alfac.value=="Off" && oyb.value=="Off" && poyb.value=="Checked") {
            this.deletePages({nStart:3, nEnd:5})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:2, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:3, nEnd:5 });
        }
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Checked" && oyb.value=="Off" && poyb.value=="Checked") {
            this.deletePages({nStart:3, nEnd:5})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:2, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:3, nEnd:5 });
        }
    
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Checked" && poyb.value=="Off") {
            this.deletePages({nStart:1, nEnd:5})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:0, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:1, nEnd:5 });
        }
        else if (dir.value=="Off" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Off" && poyb.value=="Checked") {
            this.deletePages({nStart:1, nEnd:5})
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
            this.insertPages({nPage:0, cPath:"/Users/MacMike/Desktop/TT Reg & Contracts.pdf", nStart:1, nEnd:5 });
        }
        else if (dir.value=="Checked" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Checked" && poyb.value=="Off") {
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
        }
        else if (dir.value=="Checked" && aldir.value=="Off" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Off" && poyb.value=="Checked") {
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
        }
        else if (dir.value=="Off" && aldir.value=="Checked" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Checked" && poyb.value=="Off") {
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
        }
        else if (dir.value=="Off" && aldir.value=="Checked" && fac.value=="Off" && alfac.value=="Off" && oyb.value=="Off" && poyb.value=="Checked") {
            this.saveAs(outputDir + this.getField("Full Name (First Last)").value + "-" + this.getField("Event Title").value + ".pdf")
        }
    }
    
    // Imports records does the above function then go the next record, all the while doing error reporting.
    while (err == 0) {
        err = this.importTextData(fileName, idx);    // imports the next record
    
        if (err == -1)
            app.alert("Error: Cannot Open File");
        else if (err == -2)
            app.alert("Error: Cannot Load Data");
        else if (err == 1)
            app.alert("Warning: Missing Data");
        else if (err == 2)
            app.alert("Warning: User Cancelled Row Select");
        else if (err == 3)
            app.alert("Warning: User Cancelled File Select");
        else if (err == 0) {
            var dir = this.getField("Associate Director"); // checkbox
            var aldir = this.getField("Alumni Associate Director"); // checkbox
            var fac = this.getField("Facilitator"); // checkbox
            var alfac = this.getField("Alumni Facilitator"); // checkbox
            var oyb = this.getField("Optimize Your Brain Site Coordinator"); //checkbox
            var poyb = this.getField("DVD and Workbook Previously Purchased"); // checkbox
            seekandDestroy(dir, aldir, fac, alfac, oyb, poyb); //performs the above function
            idx++; //goes to next record
        }
    }
    

Maybe you are looking for