Problem inserting ANY content into Lightbox Widget

I'm trying out Muse. So far, generally impressed EXCEPT for Lightbox widget.
I'm following the Adobe Muse Training - Building your first website in order to see how the program works.
So far, I have spent over 3 hours trying to insert video into the widget and am about to give up.
With Widget inserted and trigger defined, I click the widget, "Widget" appears in the Selection Indicator. I click again, "Container" appears. I click again "Container" appears again and inner container shows blue selection lines.
Now, whether I go to Object > Paste HTML or just right click and paste inside the selected container, the result is the same - the video is pasted on the page itself, NOT in the container.
I have read, re-read, re-did, started from scratch, restarted my computer and I'm going crazy. There should be no reason why it does not work.
It should be like selecting a div tag in Dreamweaver to select the entire tag or element and place inside.
Any ideas? Help!
M
As an additional oddity, I WAS ultimately able to insert the video file into the lightbox, but only after the video appeared (maddeningly) on the page. Then I dragged the video image into the inner container. THEN it worked. But why I have no idea.
Lightbox widget needs some SERIOUS fixing.

Content can either be created inside the lightbox widget container or it can be added to it.
When creating new content like a rectangle or textframe, it should begin somewhere within the boundaries of the container.
When adding/placing content it can either be dragged into the container or pasted into it. When pasting, make sure that the correct container is selected.
Content added using "Insert HTML" is added to the page first. You can then either drag it into the container or cut it, select container and paste it there.
You can submit a feature request at http://forums.adobe.com/community/muse/ideas for the "Insert HTML" content to be added directly to container - when the container is selected at the time of pasting/adding HTML content.
Thanks,
Vikas

Similar Messages

  • Must insert new content into body element-

    I'm using 1.4.0_01-b03 with JEditPane and the HTMLToolKit. Up until this afternoon everything was working fine. Now randomly, I am getting the following stack trace. I am loading using setPage(URL url) to set the contents. The contents of the page being load have not changed.
    Any clues?
    java.lang.RuntimeException: Must insert new content into body element-
         at javax.swing.text.html.HTMLDocument$HTMLReader.generateEndsSpecsForMidInsert(HTMLDocument.java:1878)
         at javax.swing.text.html.HTMLDocument$HTMLReader.<init>(HTMLDocument.java:1854)
         at javax.swing.text.html.HTMLDocument$HTMLReader.<init>(HTMLDocument.java:1729)
         at javax.swing.text.html.HTMLDocument$HTMLReader.<init>(HTMLDocument.java:1724)
         at javax.swing.text.html.HTMLDocument.getReader(HTMLDocument.java:125)
         at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:227)
         at javax.swing.JEditorPane.read(JEditorPane.java:504)
         at javax.swing.JEditorPane.read(JEditorPane.java:522)
         at javax.swing.JEditorPane$PageLoader.run(JEditorPane.java:551)

    I ran into the same problem. I wanted to display programmatically created content which had images loaded from the jar file. I found that the following works, but I don't know why other ways fail.
    URL url = getClass().getResource("page.html");
    InputStream pageInput = getClass().getResourceAsStream("page.html");
    // Read and modify page.html into variable "content"
    html = new JEditorPane("text/html", "");
    ((HTMLDocument) html.getDocument()).setBase(url);
    html.setText(content);

  • Inserting HTML content into an animated DIV

    Can you, and if so how, insert HTLM content into an EGDE animated Div box? Specificaly an HTML table?  I can get the html code in the box but it won't read/render it as html code. In flash you can tell the program that the contents of the box is html code and it will read it as such but I don't see any way to do that here. I've tried several ways and I can get the code to display in the box but it won't render the code instruction in the boxCan it be done ??
    Thanks
    joel

    Hi,
    1) Your json file is not valid.
    You can copy and paste your datas here: http://jsonlint.com/
    Red commas must be deleted.
          "player": [
                "image": "images/player1.jpg",  //this is the URL I want to retrive
               "name": "player1",
                "image": "images/player2.jpg",
                "name": "player2", 
                "image": "images/player3.jpg",
                "name": "player3", 
                "image": "images/player4.jpg",
                "name": "player4",
    2)An example from http://docs.jquery.com/Ajax/jQuery.getJSON:
    3) compositionReady Tests.
    On compositionReady, i write:
    var profiles = {
                   "player": [
                        "image": "images/player1.jpg",
                        "name": "player1",
                         "image": "images/player2.jpg",
                         "name": "player2", 
                         "image": "images/player3.jpg",
                         "name": "player3", 
                         "image": "images/player4.jpg",
                         "name": "player4",
    console.log(profiles.player[1].image); // this line returns: "images/player2.jpg"
    Note: i deleted the first "[" and the last "]".

  • Outlook 2013: Cannot insert any attachments into calendar events & tasks

    Hi,
    I encountered a seemingly ridiculous problem: 
    I cannot insert any attachments into calendar events & tasks in
    Outlook 2013 on a Win 8.1 machine. Outlook simply ignores CTRL-V paste actions with files and also all drag&drop actions with files. Does anyone have a solution or similar problems?
    Outlook 2013 runs using an exchange server account (Outlook.com / Office 365) on the machine.
    Even if there is a logic behind this behavior, Outlook should at least inform the user why it rejects inserting the attachment.
    Inserting attachments into e-mails works fine.
    All 3rd party add-ins have been disabled, to avoid interference of an add-in.
    Christian

    Hi,
    This is an known issue, you can refer to the article that our MVP Diane Poremsky wrote:
    Attachments are hidden in Outlook.com tasks and appointments
    http://slipstick.com/outlook/olc-hotmail/attachments-hidden-outlookcom-tasks-contacts-appointments/
    My opinion is, since Outlook.com calendar doesn't support attachments, this may be expected when you are using an Outlook.com account.
    Feel free to let me know if I misunderstood anything.
    Regards,
    Melon Chen
    TechNet Community Support

  • Inserting XML content into Database

    Hallo
    i´m new to Oracle.
    i want to insert xml content into the database. for testing i installed the version 10g on a windowsxp computer.
    i read the oracle xmldb developer´s guide. on page 3-4 ff. it is explained how i can insert content into the database. that´s how i did it (with isqlplus):
    create table example1(key_column varchar2(10) primary key, xml_column xmltype)
    -->works fine
    create table example2 of xmltype
    -->works fine
    now i made a directory under c:\myXmlFilesForDb in WinXp
    create directory xmldir as 'c:/myXmlFilesForDb in WinXp'
    (also tried: create directory xmldir as 'c:\myXmlFilesForDb in WinXp')
    --> in this directory is a file named: mydokument.xml
    --> works fine
    insert into example2 values(xmltype(bfilename('xmldir','mydokument.xml'), nls_charset_id('AL32UTF8')))
    the following error message is displayed (in German):
    ORA-22285: Verzeichnis oder Datei für FILEOPEN-Vorgang nicht vorhanden
    ORA-06512: in "SYS.DBMS_LOB",Zeile 523
    ORA-06512: in "SYS:XMLTYPE",Zeile 287
    ORA-06512: in Zeile 1
    whats wrong? can anybody help me please?
    ohhh....
    thank you very much
    cu
    George

    Directory entries are case sensitive.
    Select * From dba_directories to ensure you case is the same as you are using in your insert statement.
    Are you using the same user? if not grant read on directory directoryname to username;
    try to just select.
    select dbms_lob.getLength(BFileName('directoryname','filename.xml'))
    as length
    from dual;

  • Problem inserting a gif into a blob field in a table with sqldev / forms6i

    Problem solved - For those that might be interested, the errors don't make much sense - the problem was with the gif. Seems that these 28 gifs plus the new scans were saved from the scanner with
    GIF - LZW, Transparent color: 255
    Converting them to Black and white allowed them to be loaded.
    If anyone understands why, I'd like to know
    glenn
    I was previously having a problem deleting a row with a blob and it was suggested that I create the table using rowdependencies - which I did as follows.
    CREATE TABLE "MDD"."MDD_FIGURE2"
    (     "FG_FIGURENAME" VARCHAR2(18 BYTE),
         "FG_FIGURE" BLOB,
         CONSTRAINT "FG_FIGURENAME_NN" CHECK ("FG_FIGURENAME" IS NOT NULL) ENABLE
    ) ROWDEPENDENCIES;
    Then I copied my data from my previous table with the following - and everything came across
    INSERT INTO MDD_FIGURE2 (fg_figurename, fg_figure)
    SELECT FIG_FIGNAME, FIG_FIGURE FROM MDD_FIGURE;
    mdd_figure2 was then renamed to mdd_figure
    The table, Mdd_Figure, already contains some 2000+ .gifs that were successfully loaded with Forms 6i (yes, I know it is old, but I am stuck with having to use it). All the .gifs I am loading are from scans and all are less than 64k. However, 28 .gifs would not load. When I insert the .gif into the field and committed the form, the status message tells me a record was written but when I check it, the blob is empty.
    So, when I try to insert one of these problem .gifs in SqlDeveloper, I open the new mdd_figure table, select the blob field, open the edit dialog, set it to figure, select the .gif that I want to load and then save it. The blob field changes from NULL to BLOB, but it is empty. When I try to commit, I get the following error from SqlDev.
    UPDATE "MDD"."MDD_FIGURE" SET WHERE ROWID = 'AAAOeWAAEAAABAlAAz' AND ORA_ROWSCN = '358136842'
    One error saving changes to table "MDD"."MDD_FIGURE":
    Row 14: ORA-01410: invalid ROWID
    I use rollback to restore the record to it's previous state.
    If I load one of the successfully loaded .gifs into the same field, it loads perfectly as follows.
    UPDATE "MDD"."MDD_FIGURE" SET WHERE ROWID = 'AAAOeWAAEAAABAoAAp' AND ORA_ROWSCN = '358136522'
    Commit Successful
    It appears the 28 gifs have a problem. I've re-scanned them, with the same results. They are just small scanned line map images from our earlier publications. They view properly in several different graphics programs and I can't find anything wrong with them.
    I notice that the ROWID's are different while the ORA_ROWSCN's are the same - but what is the significance of that?
    Any suggestions as to what is happening and what I can do about it?
    Thanks for any help you can give me.
    glenn
    (Database is 10R2 and sqldev is the most recent one)
    Edited by: gconley on Sep 25, 2008 9:51 PM

    solved it myself - problem was with the gif

  • Problem - insert JSON string into table in CLR function

    Hi
    I create a CLR function to insert JSON string into table.
    With this line 
    mt = JsonConvert.DeserializeObject<MyTable>(jsonStr.ToString());
    The class is OK (no error), but when I try to add the Assembly in Microsoft SQL Server Management Studio, it has error :
    Assembly 'newtonsoft.json, version=4.5.0.0, culture=neutral, publickeytoken=30ad4fe6b2a6aeed.' was not found in the SQL catalog.
    (I have Newtonsoft.Json in the Reference)
    Please help !
    Thanks

    Hi Bob
    Could you elaborate a bit more?
    I think the code is ok. The problem is when I deploy the Visual Studio creates/alters the assembly, and get the error
    Error:  SQL72014: .Net SqlClient Data Provider: Msg 6503, Level 16, State 12, Line 1 Assembly 'newtonsoft.json, version=6.0.0.0, culture=neutral, publickeytoken=30ad4fe6b2a6aeed.' was not found in the SQL catalog.
    ALTER ASSEMBLY [Database1]
        FROM 0x4D5A90000300000004000000FFFF0000B800000000000000400000000000000000000000000000000000000000000000000000000000000000000000800000000E1FBA0E00B409CD21B8014CCD21546869732070726F6772616D2063616E6E6F742062652072756E20696E20444F53206D6F64652E0D0D0A2400000000000000504500004C0103000DE411540000000000000000E00002210B010B000012000000060000000000008E3000000020000000400000000000100020000000020000040000000000000006000000000000000080000000020000000000000300608500001000001000000000100000100000000000001000000000000000000000003C3000004F00000000400000A802000000000000000000000000000000000000006000000C000000042F00001C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000080000000000000000000000082000004800000000000000000000002E7465787400000094100000002000000012000000020000000000000000000000000000200000602E72737263000000A8020000004000000004000000140000000000000000000000000000400000402E72656C6F6300000C0000000060000000020000001800000000000000000000000000004
    An error occurred while the batch was being executed.
    Done building project "Database1.sqlproj" -- FAILED.
    This is my FillRow function. Without the bold line, the everything is fine. I can create the assembly, then create the SQL function. Done. When I call select from the SQL function, it returns 10 rows as expected.
    public static IEnumerable getTable(SqlString jsonStr)
            ArrayList resultCollection = new ArrayList();
            MyTable mt;
            //mt = JsonConvert.DeserializeObject<MyTable>(jsonStr.ToString());
            int c = 1;
            while (c < 10)
                mt = new MyTable();
                mt.GlobalId = c.ToString();
                mt.DateSet = "DS=!=" + c.ToString();
                mt.Timestamp = "TS==" + c.ToString();
                mt.PartnerId = "PI==" + c.ToString();
                mt.PartnerUserId = "PUI=" + c.ToString();
                mt.UserIP = "UIP=" + c.ToString();
                mt.UserAgent = "UG=" + c.ToString();
                mt.Referer = "R=" + c.ToString();
                resultCollection.Add(mt);
                c++;
            //resultCollection.Add(mt);
            return resultCollection;

  • Hello , how could i insert some content into a large file?

    hello , how could i insert some content in a large file? ----just like a txt editor do.
    assume that i have a 6G file(i think it large enough), then i wann insert one ascii character at the begining of the file,does that means:
    1> i need create one 6G+1byte new file, then copy all content of the original file following by that addition character?
    2> not creat new file,just set original file length to 6G+1byte,then offset all 6G byte by one byte,after all adding my one character?(it seems not some kind of optimization ...)
    what should i do?
    Edited by: littleJohnny on Jan 16, 2008 2:03 AM

    could some means can set the read hint of 6Gbyte content after my character first read out? ----just let my addition point to the begining of 6G original content ,then the addition character take the place of the file header? ----the inster may be the same....
    i just think the already used txt editor seem so fast to process insert, replace .... 2M 10M maybe.... does they doing those operation use Java Type ---String? ------read all contet into memory,then it is easy to regular expression ,relinking read order....-----does it mean large file couldn't against with pattern?
    does all ctrl+s shortcut-----rewrite original file with memory relinked order? then large file could not easily manipulate its structure but all structured file is large than plain format...
    just teach me some "already used txt editor " trick,thanks very much.

  • Anyone having problems seeing (any) content in movies since the software upgrade

    After performing the software upgrade no longer pulling any content in to the movie channel and even though I can still see "top movies" on the home page when I click through the second page doesn't load. Internet connection seems fine and trailers are loading and streaming fine, is it just me?

    I'm having the same problem. I called Apple and they gave me three options. One was pay a $19.95 fee for this one time fix & they could help me or go to itunes or apple's tech websites! Wow Apple isn't what it use to be. Also the lady I spoke with was rude. We're an Apple lover but not sure for how long!

  • Any one having problems inserting Pages files into iBook author"

    Ever since I updated the Pages a week ago, iBook Author is unable to read Pages files while attempting to insert. Never had a problem in previous versions of Pages or files created a few months ago. The only work around is to copy text and past into new sections in iBook Author. Tedious. Any solution appreciated.

    Aerosolman wrote:
    I found a work around. Exported to Word from Pages 5.0.1 then inserted into IBA.
    Very useful info!
    I ran some tests with a new Pages 5 doc saved in both Pages 5 format and exported to Pages 09 format, and iBA had no problem importing them.  So perhaps the problem is confined to older docs.

  • Problem inserting Spry Content Slideshow (Wanderlust theme) Widget

    Modified widget dimensions, headers and copy to fit within designated area on website home page.
    Looks great in live view.  Cannot make widget work however.  Here's a live link...
    http://www.banners4churches.com/current/banners/cloth.php
    Any suggestions??????  Thanks for your help.
    Mike
    (FILE NAME) SpryContentSlideshow_b4c.xml
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Spry Content Slideshow Wanderlust : &lt;default&gt;</title>
    <link type='text/css' href='Spry-UI-1.7/css/ContentSlideShow/wanderlust/wanderlust-brown.css' rel='stylesheet'/>
    <script type='text/javascript' src='Spry-UI-1.7/includes/SpryDOMUtils.js'></script>
    <script type='text/javascript' src='Spry-UI-1.7/includes/SpryDOMEffects.js'></script>
    <script type='text/javascript' src='Spry-UI-1.7/includes/SpryWidget.js'></script>
    <script type='text/javascript' src='Spry-UI-1.7/includes/SpryPanelSelector.js'></script>
    <script type='text/javascript' src='Spry-UI-1.7/includes/SpryPanelSet.js'></script>
    <script type='text/javascript' src='Spry-UI-1.7/includes/SpryFadingPanels.js'></script>
    <script type='text/javascript' src='Spry-UI-1.7/includes/SpryContentSlideShow.js'></script>
    </head>
    <body>
    <div id="ImageSlideShow">
      <div class="article">
        <div class="photo"><img src="BannerStand_promo2.jpg" width="305" height="266" alt="bstcombo">
    <div class="caption">Retractable™ Stand Combo</div>
        </div>
        <div class="story">
          <div class="banner">
            <div class="title">EXCLUSIVELY from Banners4Churches!</div>
            <div class="subTitle">available with YOUR CHOICE from 1000's of DZINE! images</div>
          </div>
          <div class="content">
            <p>Select any image and have our designers customize it for you! Or if you already have your design, simply send us your files, and we'll print it for you!!</p>
           <a href="../current/stands/retractable_stands.php" onClick="window.location=this.href;">
                  <button type="button">
                  <span><span><span>Learn More</span></span></span>
                  </button>
            </a>
          </div>
        </div>
      </div>
      <div class="article">
        <div class="photo"><img src="cmasBanner_promo2.jpg" width="305" height="266" alt="cmaspromo">
    <div class="caption">Seasonal Banners</div>
        </div>
        <div class="story">
          <div class="banner">
            <div class="title">1000's of NEW Images!</div>
            <div class="subTitle">now available for YOUR Special Program</div>
          </div>
          <div class="content">
            <p>Make your order plans NOW for the Christmas season. Our designers can create a DZINE! that will perfectly match your program theme!!</p>
           <a href="http://www.banners4churches.com/banners/list.php?category[]=holidays_events" onClick="window.location=this.href;">
                  <button type="button">
                  <span><span><span>Learn More</span></span></span>
                  </button>
            </a>
          </div>
        </div>
      </div>
    <div class="article">
        <div class="photo"><img src="fwd_promo2.jpg" width="305" height="266" alt="fwdpromo">
    <div class="caption">Fabric Wall Decal</div>
    </div>
        <div class="story">
          <div class="banner">
            <div class="title">Revolutionary NEW Product!</div>
            <div class="subTitle">applies to virtually EVERY surface AND is transferable</div>
          </div>
          <div class="content">
            <p>Adheres securely to masonry, drywall, wood and ABSOLUTELYwill not harm walls or leave behind tacky residue!! Want more amazing - YOU CAN MOVE Your DZINE!!</p>
           <a href="../current/banners/fabric_walldecals.php" onClick="window.location=this.href;">
                  <button type="button">
                  <span><span><span>Learn More</span></span></span>
                  </button>
            </a>
          </div>
        </div>
      </div>
      <div class="article">
        <div class="photo"><img src="78Banner_promo2.jpg" width="305" height="266" alt="78promo">
    <div class="caption">Available in English or español!</div>
    </div>
        <div class="story">
          <div class="banner">
            <div class="title">CUSTOM CHURCH BANNERS!</div>
            <div class="subTitle">are EASY to order and offer 1000's of options</div>
          </div>
          <div class="content">
            <p>With access to nearly every translation of the Bible, our team of designers can help you create the perfect church banner. Our speciality is making custom banners for your church!!</p>
           <a href="http://www.banners4churches.com/banners/list.php" onClick="window.location=this.href;">
                  <button type="button">
                  <span><span><span>Learn More</span></span></span>
                  </button>
          </div>
    </a>
    <script type="text/javascript">
    var ImageSlideShow = new Spry.Widget.ContentSlideShow("#ImageSlideShow", {
              widgetClass: "WLBSlideShow",
              displayInterval: 4000,
              transitionDuration: 2000
    </script>
    </body>
    </html>

    Gramps,
    Here's the current web page without the widget...
    www.banners4churches.com
    Here's the page with the troublesome code (about half way down)...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html><!-- InstanceBegin template="/Templates/skin_2007_sidebar_home.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>America's Church Banner SuperStore - Custom Church Banners, Church Signs, Church Posters & Inspirational Products</title>
    <meta name="verify-v1" content="cXasDZPTFX8DJZSEnchZANj/+z+XD9m8VyhCNhHjTOE=" />
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="Keywords" -->
    <meta name="Keywords" content="church banners,church banner,cloth church banners,fabric church banners,praise banners,worship banners,religious banners,religious banner,christian banners,christian banner,church worship,church christian,catholic church,fabric banners,church posters,inspirational church banners, thanksgiving banners, christmas banners, vacation bible school banners, holiday banners, outreach banners" />
    <meta name="description" content="Church Banner Superstore for custom cloth church banners, custom vinyl church banners, pre-designed Church Banners plus church banners for praise, worship and church outreach ministries. Avilable in English and Spanish with Fast, Secure ordering 24 hours a day, Fast Service & Low Prices.">
    <meta name="robots" content="index,follow"> <!-Banners4Churches.com - America's Church Superstore for Religious Banners and Signs for praise, worship and church outreach ministries. -->
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <script language="JavaScript" type="text/javascript" src="/jsx/com/gorad/lang/use.js"></script>
    <script language="javascript" type="text/javascript" src="/_ui/2007/js/_parent.js"></script>
    <script language="javascript" type="text/javascript" src="/_ui/2007/js/security.js"></script>
    <script type="text/javascript">
    function visualSearchZoom(id,mode) {
              var settings = 'status=no,toolbar=no,location=no,menubar=no,directores=no,resizable=yes,scrollbars=auto' ;
              if(mode=='horizontal') {
                        settings = settings+',height=315,width=532';
              if(mode=='vertical') {
                        settings = settings+',height=565,width=232';
              var zoomWindow = window.open("/banners/zoom.php?image="+id+'&mode='+mode,"zoomWindow",settings);
    </script>
    <!-- InstanceBeginEditable name="Javascript" --><!-- InstanceEndEditable -->
    <script type="text/javascript"></script>
    <style type="text/css" media="all">
    @import "/_ui/2007/css/skin_2007_.css";
    body {
              background-color: #FFF;
    </style>
    <!--[if lt IE 7]>
    <style type="text/css" media="all">
    @import "/_ui/2007/css/skin_2007_.ie6.css";
    </style>
    <![endif]-->
    <!-- InstanceBeginEditable name="Head" -->
    <style type="text/css">
    <!--
    .style7 {color: #000000}
    a:link {
              color: #990066;
    a:visited {
              color: #900;
    .style26 {font-size: 12pt}
    .style29 {
              font-size: 20px;
              font-weight: bold;
              color: #990066;
    .style30 {
              font-size: 14pt;
              text-align: left;
    .style39 {
              color: #00C
    .style44 {color: #990066; font-size: 8pt; }
    .style47 {font-size: 8pt}
    .style54 {color: #FF3300}
    .style55 {
              color: #00C;
              font-weight: bold;
    .style8 {
              color: #FF3300;
              font-size: 36pt;
              font-weight: bold;
    .style9 {
              font-size: 18pt;
              font-weight: bold;
    .style58 {color: #006600}
    -->
    </style>
    <script src="file:///My Book/B4C Backup/B4C Backup 1282010/scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    p.MsoNormal {
    margin:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:"Times New Roman";
    .style61 {font-size: 10pt}
    .style64 {font-size: 16pt}
    .slogancolor {color: #900;
    .slogancolor {text-align: right;
    .slogancolor {font-size: 10pt;
    .style36 {color: #CC0000;
              font-weight: bold;
    .burg {
              color: #950000;
    .burg2 {
              color: #9D0000;
    .burg2 {
              color: #9D0000;
    .gold {
              color: #9F6A13;
    .centerline {
              text-align: center;
    .style15 {
              color: #00C;
              font-weight: bold;
              text-align: center;
    .centerlogo {
    .centerlogo {
              text-align: center;
    .right {
              text-align: right;
    .easter {
              font-size: 18px;
    .easter {
              color: #939;
    .easter {
              text-align: center;
    .easter {
              font-size: 24px;
    .easter {
              font-size: 20px;
    -->
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="adjustBlackLeft"></div>
    <div id="main">
              <a href="/" id="mainLink"></a>
              <div id="rightlinks">
                <div align="right">
                  <a href="/banners/list.php"><img src="/_ui/2007/img/nav_banners.gif" alt="Visual Search" width="93" height="33" border="0" /></a>
                          <a href="/current/index.php"><img src="/_ui/2007/img/nav_home.gif" alt="Home" width="30" height="33" border="0" /></a>
                  <a href="/current/contact_us.php"></a>            </div>
      </div>
              <div id="leftlinks"></div>
      <div id="viewcart"><a href="http://order.store.yahoo.net/cgi-bin/wg-order?yhst-129624843121182">   <img src="/_ui/2007/img/viewcart1.gif" alt="View Cart" name="Image18" width="78" height="26" border="0" id="Image18" /></a></div>
      <div id="bottomcontent"><a href="/current/help.php"></a></div>
              <div id="left">
                        <div id="sidebar_orderonline" class="title"><img src="_ui/2007/img/sidebar_orderonline.gif" width="169" height="24" alt="sidebarorder" /></div>
                        <ul class="sidebar">
                                  <li><a href="/current/banners/custom_banners.php"><strong>CUSTOM CHURCH BANNERS</strong></a></li>
                                  <li></li>
                <li><a href="/banners/list.php?category[]=custom_stands">Custom Banner with Stand</a></li>
                <li><a href="/banners/list.php?category[]=ready_designs">Stock Church Banners</a></li>
                                  <li><a href="/banners/list.php?category[]=flowers_inspirational">Flowers &amp; Inspirational</a></li>
                                  <li><a href="/banners/list.php?category[]=holidays_events">Holidays &amp; Events</a></li>
                                  <li><a href="/banners/list.php?category[]=nature_landscapes">Nature &amp; Landscapes</a></li>
                <li><a href="/banners/list.php?category[]=people">People</a></li>
                <li><a href="/banners/list.php?category[]=sky_water">Sky &amp; Water</a></li>
                <li><a href="/banners/list.php?category[]=horizontal">Horizontal Church Banners</a></li>
                                  <li><a href="/banners/list.php?category[]=vertical">Vertical Church Banners</a></li>
                                  <li><a href="/banners/list.php">SEE ALL CHURCH BANNERS</a></li>
                        </ul>
                        <div id="sidebar_descriptions" class="title"></div>
                        <ul class="sidebar">
                                  <li><a href="current/stands/powerframe_stands.php">Powerframe&trade; COMBOS</a></li>
                                  <li><a href="current/stands/retractable_stands.php">Retractable&trade;Stand COMBO</a></li>
                                  <li><a href="current/stands/tstand_stands.php">T Stand&trade; COMBO</a></li>
                                  <li><a href="current/banners/cloth.php">Cloth Church Banners</a></li>
                                  <li><a href="current/banners/vinyl.php">Vinyl Church Banners</a></li>
                                  <li><a href="current/banners/fabric_walldecals.php">Fabric Wall Decals</a></li>
                                  <li><a href="current/banners/posters.php">Church Posters</a></li>
                                  <li><a href="current/banners/educational.php">Unit Circle for Mathematics</a></li>
                <li><a href="current/banners/dzine_yourbanner.php">DZINE! Your Banner</a></li>
                                  <li><a href="current/custom_designshelp.php">DZINE! Help</a></li>
                                  <li><a href="current/banners/custom_banners.php">Custom Order Help</a></li>
                <li><a href="current/banners/marketing_church.php">Promote Your Church</a></li>
                <li><a href="current/banners/logos_printcollateral.php">Logo DZINE!</a></li>
                <li><a href="current/banners/cmi_imagebank.php">CMI Image Bank</a></li>
                                  <li></li>
                        </ul>
                        <div id="sidebar_info" class="title"></div>
                        <ul class="sidebar">
                                  <li></li>
                                  <li><a href="/media/Banners4Churches-Catalog.pdf">Download 2012 Catalog</a></li>
                                  <li><a href="current/production_shipping.php">PRODUCTION/SHIPPING</a></li>
                                  <li><a href="current/rush_service.php">Rush Print Service</a></li>
                                  <li><a href="current/customer_feedback.php">Customer Feedback</a></li>
                                  <li><a href="current/terms_returns.php">Terms &amp; Returns</a></li>
                <li><a href="current/privacy_policy.php">Privacy Policy</a></li>
                <li><a href="current/banners/caldwell_mktintl.html" class="strong">Caldwell Marketing Int'l</a></li>
                <li><a href="current/contact_us.php">Contact Us</a></li>
                                  <li></li>
                        </ul>
                        <p> </p>
                          </div>
      <div id="mainContent">
              <div id="interiorcontent" class="mostPopular">
              <div class="title"><!-- InstanceBeginEditable name="Page Title" -->
                <div align="center"!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br />
                    &lt;html&gt;<br />
                    &lt;head&gt;<br />
                    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;<br />
                    &lt;title&gt;Spry Content Slideshow Wanderlust : &amp;lt;default&amp;gt;&lt;/title&gt;<br />
                    &lt;link type='text/css' href='Spry-UI-1.7/css/ContentSlideShow/wanderlust/wanderlust-brown.css' rel='stylesheet'/&gt;<br />
                    &lt;script type='text/javascript' src='Spry-UI-1.7/includes/SpryDOMUtils.js'&gt;&lt;/script&gt;<br />
                    &lt;script type='text/javascript' src='Spry-UI-1.7/includes/SpryDOMEffects.js'&gt;&lt;/script&gt;<br />
                    &lt;script type='text/javascript' src='Spry-UI-1.7/includes/SpryWidget.js'&gt;&lt;/script&gt;<br />
                    &lt;script type='text/javascript' src='Spry-UI-1.7/includes/SpryPanelSelector.js'&gt;&lt;/script&gt;<br />
                    &lt;script type='text/javascript' src='Spry-UI-1.7/includes/SpryPanelSet.js'&gt;&lt;/script&gt;<br />
                    &lt;script type='text/javascript' src='Spry-UI-1.7/includes/SpryFadingPanels.js'&gt;&lt;/script&gt;<br />
                    &lt;script type='text/javascript' src='Spry-UI-1.7/includes/SpryContentSlideShow.js'&gt;&lt;/script&gt;<br />
                    &lt;/head&gt;</p>
                  <p>&lt;body&gt;<br />
                    &lt;div id=&quot;ImageSlideShow&quot;&gt;<br />
      &lt;div class=&quot;article&quot;&gt;<br />
      &lt;div class=&quot;photo&quot;&gt;&lt;img src=&quot;BannerStand_promo2.jpg&quot; width=&quot;305&quot; height=&quot;266&quot; alt=&quot;bstcombo&quot;&gt;<br />
      &lt;div class=&quot;caption&quot;&gt;Retractable&trade; Stand Combo&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;story&quot;&gt;<br />
      &lt;div class=&quot;banner&quot;&gt;<br />
      &lt;div class=&quot;title&quot;&gt;EXCLUSIVELY from Banners4Churches!&lt;/div&gt;<br />
      &lt;div class=&quot;subTitle&quot;&gt;available with YOUR CHOICE from 1000's of DZINE! images&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;content&quot;&gt;<br />
      &lt;p&gt;Select any image and have our designers customize it for you! Or if you already have your design, simply send us your files, and we'll print it for you!!&lt;/p&gt;<br />
      &lt;a href=&quot;../current/stands/retractable_stands.php&quot; onClick=&quot;window.location=this.href;&quot;&gt;<br />
      &lt;button type=&quot;button&quot;&gt;<br />
      &lt;span&gt;&lt;span&gt;&lt;span&gt;Learn More&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;<br />
      &lt;/button&gt;<br />
      &lt;/a&gt;<br />
      &lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;article&quot;&gt;<br />
      &lt;div class=&quot;photo&quot;&gt;&lt;img src=&quot;cmasBanner_promo2.jpg&quot; width=&quot;305&quot; height=&quot;266&quot; alt=&quot;cmaspromo&quot;&gt;<br />
      &lt;div class=&quot;caption&quot;&gt;Seasonal Banners&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;story&quot;&gt;<br />
      &lt;div class=&quot;banner&quot;&gt;<br />
      &lt;div class=&quot;title&quot;&gt;1000's of NEW Images!&lt;/div&gt;<br />
      &lt;div class=&quot;subTitle&quot;&gt;now available for YOUR Special Program&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;content&quot;&gt;<br />
      &lt;p&gt;Make your order plans NOW for the Christmas season. Our designers can create a DZINE! that will perfectly match your program theme!!&lt;/p&gt;<br />
      &lt;a href=&quot;http://www.banners4churches.com/banners/list.php?category[]=holidays_events&quot; onClick=&quot;window.location=this.href;&quot;&gt;<br />
      &lt;button type=&quot;button&quot;&gt;<br />
      &lt;span&gt;&lt;span&gt;&lt;span&gt;Learn More&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;<br />
      &lt;/button&gt;<br />
      &lt;/a&gt;<br />
      &lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;article&quot;&gt;<br />
      &lt;div class=&quot;photo&quot;&gt;&lt;img src=&quot;fwd_promo2.jpg&quot; width=&quot;305&quot; height=&quot;266&quot; alt=&quot;fwdpromo&quot;&gt;<br />
      &lt;div class=&quot;caption&quot;&gt;Fabric Wall Decal&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;story&quot;&gt;<br />
      &lt;div class=&quot;banner&quot;&gt;<br />
      &lt;div class=&quot;title&quot;&gt;Revolutionary NEW Product!&lt;/div&gt;<br />
      &lt;div class=&quot;subTitle&quot;&gt;applies to virtually EVERY surface AND is transferable&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;content&quot;&gt;<br />
      &lt;p&gt;Adheres securely to masonry, drywall, wood and ABSOLUTELYwill not harm walls or leave behind tacky residue!! Want more amazing - YOU CAN MOVE Your DZINE!!&lt;/p&gt;<br />
      &lt;a href=&quot;../current/banners/fabric_walldecals.php&quot; onClick=&quot;window.location=this.href;&quot;&gt;<br />
      &lt;button type=&quot;button&quot;&gt;<br />
      &lt;span&gt;&lt;span&gt;&lt;span&gt;Learn More&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;<br />
      &lt;/button&gt;<br />
      &lt;/a&gt;<br />
      &lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;article&quot;&gt;<br />
      &lt;div class=&quot;photo&quot;&gt;&lt;img src=&quot;78Banner_promo2.jpg&quot; width=&quot;305&quot; height=&quot;266&quot; alt=&quot;78promo&quot;&gt;<br />
      &lt;div class=&quot;caption&quot;&gt;Available in English or espa&ntilde;ol!&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;story&quot;&gt;<br />
      &lt;div class=&quot;banner&quot;&gt;<br />
      &lt;div class=&quot;title&quot;&gt;CUSTOM CHURCH BANNERS!&lt;/div&gt;<br />
      &lt;div class=&quot;subTitle&quot;&gt;are EASY to order and offer 1000's of options&lt;/div&gt;<br />
      &lt;/div&gt;<br />
      &lt;div class=&quot;content&quot;&gt;<br />
      &lt;p&gt;With access to nearly every translation of the Bible, our team of designers can help you create the perfect church banner. Our speciality is making custom banners for your church!!&lt;/p&gt;<br />
      &lt;a href=&quot;http://www.banners4churches.com/banners/list.php" onClick=&quot;window.location=this.href;&quot;&gt;<br />
      &lt;button type=&quot;button&quot;&gt;<br />
      &lt;span&gt;&lt;span&gt;&lt;span&gt;Learn More&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;<br />
      &lt;/button&gt;<br />
      &lt;/div&gt;<br />
      &lt;/a&gt;<br />
      &lt;script type=&quot;text/javascript&quot;&gt;<br />
                    var ImageSlideShow = new Spry.Widget.ContentSlideShow(&quot;#ImageSlideShow&quot;, {<br />
                    widgetClass: &quot;WLBSlideShow&quot;,<br />
                    displayInterval: 4000,<br />
                    transitionDuration: 2000<br />
                    });<br />
      &lt;/script&gt;<br />
      &lt;/body&gt;<br />
      &lt;/html&gt;</p>
                  <p class="style64"> </p>
                </div>
              <!-- InstanceEndEditable --></div>
              <!-- InstanceBeginRepeat name="Page Content" --><!-- InstanceBeginRepeatEntry -->
              <!-- InstanceBeginEditable name="Content" -->
    <p class="blue">
    <div id="fb-root"><a href="http://smallbusiness.yahoo.com/ecommerce/" target="_blank"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/smallbiz/gr/ecomby_128bit.gif" width="134" height="67" border="0" align="right" alt="ecommerce provided by Yahoo! Small Business"/></a></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/platform" width="292" show_faces="false" border_color="" stream="false" header="true"></fb:like-box> </p>
    </span></span></span>
    <p class="blue"> </p>
    <p class="blue"> </p>
    <p class="blue"><em><strong style="font-size: 16px; text-align: left;">Available in English &amp; espa&ntilde;ol!</strong></em></p>
    <p><em><strong>NUMBER ONE for church banners &amp; inspirational products across th<img src="media/Guaranteed-Seal.jpg" alt="seal" width="164" height="157" align="right" />e United States!</strong></em></p>
    <p>Using only premium, top quality material, we also offer one of the largest image databases in the world!</p>
    <p>Combine that with award winning designers, and you get a customer experience second to none! You'll always find the newest and most innovative products at <strong>Banners4Churches.com</strong>.</p>
    <p><img src="media/FabricWall/fwd_cover.jpg" width="241" height="279" /></p>
    <p> </p>
    <p><strong style="font-size: 14pt">5 Year Limited Warranty* </strong></p>
    <p>comes standard with every banner we sell!</p>
    <p>Your complete satisfaction is our <em>only</em> goal.</p>
              <p> </p>
    <p class="slogancolor"> </p>
        <p class="slogancolor"><strong><em>Banners...any design...any size.</em></strong></p>
        <p class="slogancolor"><strong><em> That's Banners4Churches.com!</em></strong></p>
        <p></p>
        <p class="red"> </p>
    <p><a href="http://www.banners4churches.com/current/index.php">(RETURN TO TOP)</a></p>
              <p> </p>
              <p class="small"><em>* 5 Year Warranty covers fading and defects in material workmanship only. Warranty does not cover abuse, neglect, fire, natural disasters or water damage. When original banner is returned in original shipping carton, warranty covers identical replacement.</em></p>
              <p class="small"> </p>
              <p class="right"><em>Banners4Churches.com is a subsidiary of <br />
    Caldwell Marketing International &bull; Music City USA! </em></p>
              <!-- InstanceEndEditable --><br />
              <!-- InstanceEndRepeatEntry --><!-- InstanceEndRepeat -->
              </div>
              <div id="right">
                <div id="mostpopularsearch">
                  <form action="/banners/list.php" method="get">Search by code: <input type="text" name="search" size="6" value="" /> <input type="submit" value="Go!" /><input type="hidden" name="category[]" value="all" /></form>
                </div>
                <div class="column">
                        <div class="title" id="sidebar_popular"></div>
                        <ul class="popular">
                        <?php
                                  include('/banners/List.class.php');
                                  $list_popular = new com_newtechgraphics_Web_List(null, array('popular_fp'), '/banners/images.csv');
                                  foreach ($list_popular->images as $image) {
                                            if(!empty($image['horizontal'])) {
                                                      echo "<li class=\"horizontal\"><a href=\"/banners/view.php?imagecode=$image[code]\"><img src=\"/_images/products/126/$image[code]-V.jpg\" width=\"126\" height=\"72\" border=\"0\" alt=\"$image[text]\" /></a><a href=\"#\" onclick=\"visualSearchZoom('$image[code]','horizontal'); return false\" class=\"zoom\">Zoom</a><a href=\"/banners/view.php?imagecode=$image[code]\" class=\"pricing\">Pricing</a></li>";
                                  foreach ($list_popular->images as $image) {
                                            if(!empty($image['vertical'])) {
                                                      echo "<li class=\"vertical\"><a href=\"/banners/view.php?imagecode=$image[code]\"><img src=\"/_images/products/126/$image[code]-V.jpg\" width=\"52\" height=\"135\" border=\"0\" alt=\"$image[text]\" /></a><a href=\"#\" onclick=\"visualSearchZoom('$image[code]','vertical'); return false\" class=\"zoom\">Zoom</a><a href=\"/banners/view.php?imagecode=$image[code]\" class=\"pricing\">Pricing</a></li>";
                        ?>
                        </ul>
                </div>
                <div class="column seasonal">
                        <div class="title" id="sidebar_seasonal"></div>
                        <ul class="seasonal">
                        <?php
                                  $list_seasonal = new com_newtechgraphics_Web_List(null, array('season_fp'), '/banners/images.csv');
                                  foreach ($list_seasonal->images as $image) {
                                            if(!empty($image['horizontal'])) {
                                                      echo "<li class=\"horizontal\"><a href=\"/banners/view.php?imagecode=$image[code]\"><img src=\"/_images/products/126/$image[code]-V.jpg\" width=\"126\" height=\"72\" border=\"0\" alt=\"$image[text]\" /></a><a href=\"#\" onclick=\"visualSearchZoom('$image[code]','horizontal'); return false\" class=\"zoom\">Zoom</a><a href=\"/banners/view.php?imagecode=$image[code]\" class=\"pricing\">Pricing</a></li>";
                                  foreach ($list_popular->images as $image) {
                                            if(!empty($image['vertical'])) {
                                                      echo "<li class=\"vertical\"><a href=\"/banners/view.php?imagecode=$image[code]\"><img src=\"/_images/products/126/$image[code]-V.jpg\" width=\"52\" height=\"135\" border=\"0\" alt=\"$image[text]\" /></a><a href=\"#\" onclick=\"visualSearchZoom('$image[code]','vertical'); return false\" class=\"zoom\">Zoom</a><a href=\"/banners/view.php?imagecode=$image[code]\" class=\"pricing\">Pricing</a></li>";
                        ?>
                        </ul>
                </div>
              </div>
                                  </div>
              <div id="bottomcontent"><!-- InstanceBeginEditable name="Bottom Content" --><!-- InstanceEndEditable --></div>
              <div id="footer"></div>
    </div>
    </body>
    <!-- InstanceEnd --></html>

  • Problem inserting Flash video into DW CS3 template

    I would like to insert some flash video into an editable
    region inside a DW CS3 template. The template I am using seems to
    work for literally hundreds of other pages I have made (none of
    which, incidentally, have any media of any kind in them).
    I have created the template and then an editable region and
    now want to insert the flash video in that editable region. All
    goes well until I hit the OK button. then I get this error--Making
    this change would require changing code that is locked by a
    template or translator The change will be discarded.
    Can anyone suggest how I might over come this error??
    Thx.
    Jane

    The problem is the detection option in the video insertion
    dialog. If you
    disable that option, you will not get the error.
    This is a problem because the detection routine requires a
    modification to
    the <body> tag (insertion of an onload event) which you
    cannot easily do in
    a template child page.
    If you really must have the detection, then you can copy and
    past the load
    call from a dummy (non-templated) page on which you have also
    done the same
    insertion. Post back with that page's body tag code, and I'll
    show you
    how....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Jane Smith 2300" <[email protected]> wrote
    in message
    news:fehcup$e6u$[email protected]..
    > Further to my post before--The .htm that I am trying to
    insert the Flash
    > video
    > (converted an AVI file using Flash video encoder) was
    built from a .dwt.
    >
    > The template page has several editable regions in it.
    There is also CSS.
    > formatting the document. I am trying to insert the Flash
    video into one
    > of the
    > editable regions.
    >
    > I have no problem installing the video in a page not
    built with a template
    > or
    > without css..
    >
    > Thanks for any help you can provide.
    >
    > jane
    >

  • Problems inserting flash movie into webpage

    I am trying to insert 2 different flash movies on one webpage
    One is a banner made in flash cs4 that works fine.
    The other is a movie that I encoded with flash cs4 from a m4v file. When i test this file using the flash player on my computer everything works fine.
    When i try to play on the webpage it shows there is flash object in dreamweaver but is blank in webbrowser.(right clicking shows there is flash there but nothing loads)
    I have managed to get the movie working on a completly blank html file except that there are no controls (controls work fine in the flash player on computer)
    As far as I can deduce it's not the html file because one swf file works ok
    It's not how i'm inserting it onto the page because dreamweaver is doing it for me(and including the nessecary javascript etc)
    It's not the movie because that works in the flash player on it's own.
    So i'm stumped
    any ideas guys?
    (if it's any help the webpage it's on is www.csdrummer.co.uk , click on top right image on sidebar, has play button, under navigation)
    Thanks
    Jamie

    I'm sorry I missunderstood the post from earlier. If I add the flv file in dreamweaver and upload the corresponding swf all works well but the flv file is 45mb which is a  bit large for a 3 min video.
    What i would like to do is turn this into a swf file. But this is where the problem is happening. THe swf when i export from flash wont work, comes up in the browser as doesn't load
    Jamie

  • Problem inserting clob value into xmltype column

    Hi all,
    I have created a table in XML DB using as:
    CREATE TABLE TransDetailstblCLOB ( id number, data_xml XMLType) XmlType data_xml STORE AS CLOB;
    I am trying to insert large xml data into the data_xml column which is of type XMLTYPE.
    I followed this link (http://www.oracle.com/technology/sample_code/tech/java/codesnippet/xmldb/HowToLoadLargeXML.html) to create a clob object and insert into xml.
    I am getting the following error:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00229: input source is empty
    Error at line 0
    ORA-06512: at "SYS.XMLTYPE", line 254
    ORA-06512: at line 1
    My code snippet:
    private static CLOB getCLOB(String xmlData, Connection conn) throws SQLException{
         CLOB tempClob = null;
         if(conn==null){
              log.debug("Connection object is null");
              throw new SQLException("Connection object is null");
         try{
         // If the temporary CLOB has not yet been created, create new
         tempClob = CLOB.createTemporary(conn, true, CLOB.MODE_READWRITE);
         // Open the temporary CLOB in readwrite mode to enable writing
         tempClob.open(CLOB.MODE_READWRITE);
         // Get the output stream to write
         writer = tempClob.getCharacterOutputStream();
         writer.write(xmlData);
         } catch(SQLException sqlexp){
              tempClob.freeTemporary();
         sqlexp.printStackTrace();
         } catch(Exception exp){
         tempClob.freeTemporary();
         exp.printStackTrace();
         return tempClob;      
    public static void insertXML(String xmlData, Connection conn){
         CLOB clob = null;
         String query;
         log.debug("Inside insertXML" +xmlData);
         try{
         query = "INSERT INTO TransDetailstbl1(data) VALUES (XMLType(?)) ";// Changed prev TransDetailstbl
         // Get the statement Object
         pstmt = conn.prepareStatement(query);
         //      xmlData is the string that contains the XML Data.
         // Get the CLOB object using the getCLOB method.
         clob = getCLOB(xmlData, conn);
         // Bind this CLOB with the prepared Statement
         pstmt.setObject(1, clob);
         int i =pstmt.executeUpdate();
         log.debug("pstmt.executeUpdate () status ::: "+i);
         // Execute the Prepared Statement
         if (i == 1) {
         log.debug("Record Successfully inserted!");
         } catch(SQLException sqlexp){
         sqlexp.printStackTrace();
         } catch(Exception exp){
         exp.printStackTrace();
         finally{
              try{
                   pstmt.close();
    //           Flush and close the stream
                   writer.flush();
                   writer.close();
              // Close the temporary CLOB
              tempClob.close();
              catch(Exception e)
                   log.debug("Cant close prepared statement.");
                   e.printStackTrace();
    Can anyone help me out?
    Please let me know if any other info is required.
    Regards,
    Robina

    Hi all,
    I now modified the code to write the data using Stream.
    I am getting this error message: SQLException while updateORA-24813: cannot send or receive an unsupported LOB
    On googling it seems the its usually caused when I am using the different versions of oracle on
    server and client.
    My oracle details:
    Database product version : Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    JDBC driver name : Oracle JDBC driver
    JDBC driver version : 9.2.0.1.0
    DataStoreHelper name is: com.ibm.websphere.rsadapter.OracleDataStoreHelper@22542254.
    JDBC driver type : thin
    Can anyone tell me how to proceed?
    Thanks

  • How to insert Captivate content into Dreamvweaver

    Hi,
    so I've finished my first movie and I want to publish it -
    which works, but I want to insert things into XHTML file via
    Dreamweaver. Is there a way how to do it? There are two swf files,
    one html and one javascript. How to make Dreamweaver put this into
    one place inside another file? I thought these two applications
    actually work together... Thanks!
    Skippi

    Alright, I know a bit of HTML, so I've copy-pasted the code
    from the file Captivate exported in DW and everything else that was
    necessary - but still, is not there any more convenient way how to
    do this?
    Thanks!

Maybe you are looking for