Remove default java from Captivate HTML output

Hi there
i have noticed that when i publish my captivate to SWF the HTMl contains some javascript code that redirects my browser to the Adobe site to download the flash player - the code is :
<script type="text/javascript">
       var so = new SWFObject("OrgHistory_demo_2.swf", "Captivate", "979", "619", "8", "#CCCCCC");
        so.addParam("quality", "high");
        so.addParam("name", "Captivate");
        so.addParam("id", "Captivate");
        so.addParam("wmode", "window");
        so.addParam("bgcolor","#F5F4F1");
        so.addParam("menu", "false");
        so.addVariable("variable1", "value1");
        so.setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash");
        so.write("CaptivateContent");
    </script>
Is there somewhere in captivate that i can disable this or prevent it from inserting this? As i now need to remove it from every HTML page Captivate creates and this is quite time consuming !
Any suggestions greatly aprpeciated !
Thanks
Deb

Hi there
Okay, I have to ask.
What about that line do you find offensive? I believe it's there only for the purpose of directing the user to a place where they may download the Flash player if the code finds it cannot play the Captivate because it's not installed. Otherwise, it does absolutely nothing and the user isn't aware it's even there.
Waiting with bated breath... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • How to set JRE 1.5.0_07 as default Java from the cmd line in Windows

    Hi All,
    We are currently in the process of upgrading our company to IE8. As MS JVM is incompatible we need to remove it.
    However, once we have done this JRE 1.5.0_07 is not the default version of Java any more for IE8.
    My question is - Is there a command line switch to set set JRE 1.5.0_07 as default Java from the cmd line in Windows. ie the setting in Java Control panel where you would tick Internet Explorer?
    Thanks in advance!

    This is to confirm a similar issue. Here is the scenario:
    We are currently using IE 6 and looking forward to upgrade to IE 8. Our current Java version is: J2RE 1.5.0_16.
    When updating from IE 6 to IE 8 with J2RE 1.5.0_16 on a test workstation, we get the following error from the Java testing website (http://www.java.com/en/download/help/testvm.xml): "load: class testvm2/Main.class not found."
    Workaround :
    -> Change Java JRE Network Settings in Control Panel to "User proxy server : xxx.xxx.xxx.xxx:xx"
    We are using an autoconfig.pac file and it seems IE8 can't parse the settings to JRE to go through the proxy.
    Please advise if you have a fix for the autoconfig.pac file.

  • Is there a way to remove the index from the XML output?

    Hi,
    It is easy to remove the index from the WebHelp output.
    We also want to remove it from the XML output.
    How do I do that?
    Thanks,
    Rakefet

    @Jeff: In the Single Source Layouts recipe box is a layout for XML. Although, I'm really not sure why folks would use it, other than to possibly export the project data to another system of some sort.
    @Rakefet: One thought is to try creating a new blank Index. Then choose the empty Index when you use XML Output.
    Cheers... Rick

  • How to remove default value from table definition?

    Hi,
    running 9.2
    Following problem :
    I need to remove default value from table.
    Example
    CREATE TABLE MY_TABLE(
    NAME VARCHAR2(50) DEFAULT 'NAME',
    AGE NUMBER DEFAULT 0
    Now even when I use MODIFY like
    ALTER TABLE MY_TABLE MODIFY (NAME VARCHAR2(10) );
    The default is still there:
    SELECT DATA_DEFAULT FROM USER_TAB_COLUMNS WHERE TABLE_NAME = 'MY_TABLE';
    Is there any way?
    Thanks

    Thanks,
    found the answer. It is not possible!!!!
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_3001.htm
    Note:
    If a column has a default value, then you can use the DEFAULT clause to change the default to NULL, but you cannot remove the default value completely. That is, if a column has ever had a default value assigned to it, then the DATA_DEFAULT column of the USER_TAB_COLUMNS data dictionary view will always display either a default value or NULL

  • Can't remove default repository from EM

    Hi
    Please can someone give an idea on how to permanently delete the default repository from oracle enterprise manager winfow. I am on windows xp with OBIEE 11g.
    I tried commenting out the NQSConfig from Star, but it keeps getting re-created
    Reggards
    Ify

    If you are referring to EM 12c and how to remove the em repository from the databases that houses it then follow the below notes:
    Note 1395423.1: 12c Cloud Control Repository: How to Manually Drop Repository Database Objects in 12c Cloud Control.
    Note 1365820.1: 12c Cloud Control Repository: RepManager Dropall Command Fails To Drop all the Repository Objects

  • Remove default value from dropdown list

    I am currently working with Acrobat XI Pro version. I want to know whether it is possible to remove the default value from a dropdown list.
    When the list has less than 4 items, it is possible to deselect the default value by pressing the whitespace below. However, when there are more items, this is not possible anymore.
    I have read that you should include a whitespace as item in the item list, however, then you will see an empty list item when people are working with the pdf which is not preferable.
    So, does anyone know how to remove the default value from a dropdown list?
    Thanks!

    Ok, I found a perfect workaround for my problem using FormsCentral for Acrobat. Here is what you should do:
    Step 1:
    -   Open FormsCentral
    -   Create New Form (Choose Blank Form)
    -   Click on the dropdown icon to create a new dropdown
    -   Fill in the list items by clicking on the edit (you also can add a label if you want)
    -   Click: File > Save as PDF Form...
    Step 2:
    -   Open the saved PDF (you now see a blank pdf with a dropdown menu)
    -   Click: Tools > Forms > Edit Form (when a popup shows that you should save a copy of the document in order to make changes, press "Save as a copy" and open the pdf copy file with Acrobat)
    -   Select the dropdown, copy the dropdown and paste it in the desired document
    Now you have a dropdown menu without a default choice. Keep in mind that you cannot edit the items in the dropdown, because a default choice will be chosen and you have to use the pdf copy file again. As long as you don't click on a list item, it doesn't choose a default choice.
    It is not a perfect solution, but it works for me.
    Good luck and thanks!

  • Remove default entry from drop down

    How can i remove the default entry from a dropdown element?
    Florin

    Hi Florin,
    If you are using DropDownByKey, just setting the current selection to some key value will remove the default blank entry.
    wdContext.current<node name>Element().set<attribute>(<key value of the selected data>);
    This will set the value corresponding to this key as the currently selected one in the dropdown and along with this, the default entry will also disappear
    Hope this helps,
    Best Regards,
    Nibu.

  • Removing Default Namespaces from XML

    Hi All,
    I am having a situation where I can't remove the default
    namespace from XML mainly
    because there is no namespace prefix.
    I hope this code snipped makes better sense.
    function test():void
    document:XML =
    <test xmlns:soap="
    http://example.com" xmlns="
    http://swanmokshi.com">
    <item>peter</item>
    <item>jenny</item>
    <item>JK Angel</item>
    <test>
    // I can remove the soap namespace by doing the following
    soap:Namespace = document.namespace("soap");
    document.removeNamespace(soap).
    Alert.show(document.toXMLString()); // should now display
    the xml document without the soap namespace
    Note that removing the soap namespace is easy because of the
    first namespace is named "soap". How do
    I removed the unnamed namespace, xmlns="
    http://swanmokshi.com" ?
    regards,
    Arun

    Same problem for me.
    XPath expression failed to execute. Error while processing xpath expression, the expression is "ora:processXSLT("Transformation_2.xsl", bpws:getVariableData("PartyID", "Header"))", the reason is Character reference "&#24" is an invalid XML character.. Please verify the xpath query.
    I am getting the date from Oracle Advanced Queue

  • Remove glossary tab from Microsoft HTML Help layout

    How do I remove the Glossary tab from Microsoft HTML Help layout? Using RoboHelp 11
    Thanks.

    Hi there
    You do that by editing the Window defintion. Click View > Pods > Project Set-up.
    Expand the Windows folder and double-click the CHM Window definition.
    Then DE-select the Glossary option.
    Cheers... Rick

  • How to remove default comment from XML output

    Hi,
    I have a requirement to generate the XML report with XML output(Not PDF). Everything is working fine except I am getting one comment line "<!--Generated by Oracle Reports version 6.0.8.28.0--> which is not required and I want to remove this line. This report will be run through Oracle Apps 11i.
    Thanks.

    Hi,
    There is option to change the "Prolog Value" but nothing is there to remove the comment.
    Thanks

  • Remove DEFAULT BUTTONS from User Form

    Hi.
    At the bottom of the Create User Form are 6 standard buttons :
    SAVE..........BACKGROUND SAVE..........CANCEL..........RECALCULATE............TEST..........LOAD
    I would like to remove some of them.
    How do I do this?
    P. S. I am aware of the "*noDefaultButtons='true'"* command. This is not what I want. I would like the default buttons to remain. For instance : SAVE and CANCEL.
    I just wish to remove others.

    The code for the default buttons are not likely to be found in a form but rather defined within the java code embedded in the jars.
    Regarding the definition of the other buttons you are unfortunately digging into areas of Sun IDM that are not very well documented.
    (See the results for the processInputs you show: [http://search.sun.com/docs/index.jsp?col=docs_en&locale=en&qt=processInputs&dcol=1514.6|http://search.sun.com/docs/index.jsp?col=docs_en&locale=en&qt=processInputs&dcol=1514.6] )
    The difference between the background save and a regular save (as you noted), from what I'm guessing since it's not well documented, is the definition of the processInputs.backgroundProvisioning in the field name. (Most buttons don't have field names since they don't need to push data back into the user view.) It's being set to "true" but the command is the regular "Save" button command. (The save button command instructs IDM to process the changes WITH form validation as opposed to SaveNoValidate.)
    This means that when the button is clicked the user view is being updated with the processInputs.backgroundProvisioning option set to true. Obviously IDM uses that flag to process the user view differently.
    Again, how and why that is used is not well documented. The only references I can find is in the ViewConstants and UserViewConstants classes in the javadocs but there's really no explanation about the use of the backgroundProvisioning variable.
    This is easily my biggest complaint about IDM. The options you need to customize the product aren't exposed properly to a developer. Sorry I can't be of more help. You've run into the same brick wall many of us have.

  • How to remove empty row from rfc table output.

    Hello,
      I am using adaptive rfc and printing table output. The table rows start from 2nd row, the first row being empty. How can I remove the empty first row.
    Here is what I tried.
    wdContext.nodeDataSource().nodeTableOutput().moveNext();
    and
    wdContext.nodeDataSource().nodeTableOutput().moveTo(1);
    Neither of them worked. Any clue is appreciated.
    Srinivas

    IWDNodeElement first = wdContext.nodeDataSource().nodeTableOutput().getElementAt(0);
    wdContext.nodeDataSource().nodeTableOutput().removeElement(first);
    Armin

  • Removing default music from Nokia 5300 track list

    Hi all. I have a really frustrating problem. I have a Mac and put loads of music onto my 5300 Xpress Music using Bluetooth, as I can't use Nokia's PC software. Anyways, the Micro SD card that came with the phone came preloaded with some short ring tones or tracks of some sort that I really have no use for. The phone won't let me delete them. I really would like to exclude them from my playlist as every so often one of these tracks will pop up and I have to manually skip them. Annoying! How do I get rid of them or remove them from my playlist? Thanks!
    My the way, I haven't been even able to customize my own playlist. I am only able to add music to the memory card via the phones Bluetooth connectivity. Thanks again, in advance, for your help!

    This is driving me crazy I'm afraid. I have this exact problem, but for the life of me can't work out how you are finding the files to delete them.
    I am connecting with USB and using the Nokia PC Suite/
    Where do I go from there? I can browse the phone and memory card folders but I can't see the default aac files anywhere.
    Whats worse is I am an IT Techie, so if this turns out to be something obvious I'm going to have to shoot myself
    Help

  • How do I remove a character from the program output? please read/help

    i have written a program that stores the names of all the students in my class in an array. To write the program, i use Scanner to incorporate a text file that contains the names of all the people in my class listed. the names in the text file are in the form: "last name, first name" so when i print the program the output comes out first name last name, the comma remains at the end of the last name and i need to know how to get rid of this comma in the program writing so that it doesn't appear once i print the program.
    here's what i have:
       import java.util.Scanner;
       import java.io.File;
        class Enrollment{
           public static void main(String [] args)throws Exception{
             Person [] name = new Person [30];
             Scanner sc = new Scanner(new File("names.txt"));
             while (sc.hasNext()){
                String lastName = sc.next();
                String firstName = sc.next();
                sc.nextLine();
                System.out.println("Name: " + firstName + " " + lastName);
       }the program prints in such a manner
    John White,
    Alfred Morriss,
    Becky Downs,
    how do i get rid of those commas at the end?

    Substring is a method in the string class that is very usefull so be sure to check out the API an see what all you can do with it. Basicaly, it allows you to read specific sections of a string.
    The way you use it is as such:
    stringVariable.substring(x,y)With x being the starting point of the section you wish to keep and y being the ending point+1 . Keep in mind that when indexing a string the begining is 0 just as it is with an array.
    For your situation, try this
    lastName = lastName.substring(0,lastName.length()-1);Another thing you could try is StringBuffer, be sure to check it out in the API as it can be pretty usefull
    Message was edited by:
    Dexsite
    -- had a minor syntax error i fixed

  • How to remove default parameter from a report

    Post Author: sijdk
    CA Forum: General
    hi,
    we are using crystal report server XI . in one report i have added Date time Range fields. with that, "include this value" and "no upper value" checkboxes are added defaultly. i just want to remove those checkboxes which added defaultly in the report filter form.
    can anyone help me to solve this problem?

    Post Author: sijdk
    CA Forum: General
    hi,
    it is working. but, it is not the answer which i expected.
    let me explain my scenario first. we have added two date filters in report,that should have date selection with start range and end range, so, it is like two separate fileds which is titled has date start range and date end range. but, with that we are getting "include this value" and no upper value" checkboxes.
    actually we dont want those checkboxes but we want start range and end range. if i select "allow range value" is false, startrange and endrange is not coming. what to do? how to solution?
    also, can u explain me what is the meaning of "include this value,no lower value and no upper value". please.

Maybe you are looking for

  • Need Help with script: CS4 Flash Buttons

    I created a 3 button bar using Flash CS4. It will link to three different HTML pages in a website. This is one of the three scripts I have on the first frame of the main timeline, the code is for one of the buttons, the other two are really the same

  • Error while trying to open the discoverer connections page

    Dears, please your kindly help!!! Error while trying to open the discoverer connections page When I tried to open the link http://192.168.4.222:7778/discoverer/viewer I received the error: An error occurred while handling the event. See the applicati

  • Annual consumption/ periodic invoice is posting cleared items of BBP plan.

    Hi Experts, For a CA with BBP plan whose slices have been paid, I have a situation where the anual consumption invoice is posting the paid/cleared slices of the BBP as well. This is a little strange as we have not made any changes to the configuratio

  • Indesign Export to PDF

    When using the option in Indesign to export to PDF, I have problems with colour boxes printing differently on the pages. Page one is a deeper colour than page 2.  The boxes have been copied and pasted so exactly the same colour swatch and profile. Bo

  • Quality of Keynote widget in iBooks Author

    Dear All, I am working on an iBook with many Keynote widgets. The keynotes are already made and connected to my iBook, but when i publish it to my iPad3 everything is unsharp. I played around with many resolutions and sizes but nothing helps. So i di