Dreamweaver CS4 Cannot get Spry.Data.NestedXMLDataSet with XML to work

Please help!
I've created a page in Dreamweaver CS4 with a spry dataset. This works great. I've downloaded Spry.Data.NestedXMLDataSet and installed it but I keep getting an error that nested datasets are not supported.
Thoughts solutions.
Thanks,
M

I have found the reason that I could not make it work, I did not have the correct JavaScript file installed. 
Having made the correction, here is a code that does work but most likely does not have the formatting that you want. I will leave that up to you.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<script src="SpryAssets/xpath.js" type="text/javascript"></script>
<script src="SpryAssets/SpryData.js" type="text/javascript"></script>
<script src="SpryAssets/SpryNestedXMLDataSet.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--
var ds1 = new Spry.Data.XMLDataSet("scoring2.xml", "wcartist/mainartist");
ds1.setColumnType("picture", "html");
ds1.setColumnType("biotext", "html");
ds1.setColumnType("audioplaylist", "html");
var ds2 = new Spry.Data.NestedXMLDataSet(ds1, "videos/videochild");
ds2.setColumnType("videothumb", "html");
ds2.setColumnType("videourl", "html");
//-->
</script>
</head>
<body>
  <div class="MasterDetail">
    <div spry:region="ds1" class="MasterContainer">
      <div class="MasterColumn" spry:repeat="ds1" spry:choose="">
        <div spry:when="{ds_CurrentRowNumber} == {ds_RowNumber}" spry:setrow="ds1" spry:select="select" spry:hover="hover" spry:selected="">{artistnamebtn}</div>
        <div spry:default="" spry:setrow="ds1" spry:select="select" spry:hover="hover">{artistnamebtn}</div>
      </div>
    </div>
    <div class="DetailContainer">
      <div spry:detailregion="ds1">
        <div class="DetailColumn">{genre}</div>
        <div class="DetailColumn">{picture}</div>
        <div class="DetailColumn">{artistnameblock}</div>
        <div class="DetailColumn">{biotext}</div>
        <div class="DetailColumn">{audiotracklist}</div>
        <div class="DetailColumn">{audioplaylist}</div>
      </div>
      <div spry:region="ds2">
          <p> </p>
          <p>videos</p>
          <div spry:repeat="ds2">     
          <p>{videoname}</p>
          <p>{videothumb}</p>
          <p>{videourl}</p>
          <p> </p>
        </div>
      </div>
    </div>
    <br style="clear:both" />
  </div>
</body>
</html>

Similar Messages

  • Error message when using Spry Data set with XML

    Hi,
    I have what i see as a big problem, might just be me being
    dumm, but here we go.
    When I try to use the feature of spry XML Data Set and insert
    spry table I get error message when trying it in IE 7.
    There are even a problem when I use fireworks automated slide
    show function, where you can choose to use the Spry/XML gallery
    feature.
    The error message I get everytime (incl the auto gallery in
    fireworks) is:
    The tag: "html" doesn't have an attribute: "xmlns:spry" in
    currently active versions.[XHTML 1.0 transitional]
    The tag: "div" doesn't have an attribute: "spry:region" in
    currently active versions.[XHTML 1.0 transitional]
    The tag: "th" doesn't have an attribute: "spry:sort" in
    currently active versions.[XHTML 1.0 transitional]
    and so on.
    What´s wrong?!

    Hello barvid,
    Ok, let's take each problem step by step:
    1. The first error you see in the browser: " Exception while
    loading ..." normally appears when you try to load files that are
    not permitted by the browser security model. This means the XML
    file you try to load is located on a different server than your
    HTML which is not allowed. The browser is not permitting to load
    any files that are not in the same domain as the current page
    because of the complex security risks. You'll have to either get
    the XML file from its original location and save it in your website
    or use a proxy on your web server that should request that file
    from the external server and send it to the browser as an XML from
    the same domain as the HTML origin.
    1.2 The "Exception while loading ..." error you see is a
    generic error and my previous advise is based on my experience. In
    case this is not your scenario you'll have to open the SpryData.js
    and around line 112 you'll see the following code:
    Spry.Debug.reportError("Exception caught while loading " +
    url + ": " + e);
    Please change this line with the following line of code:
    Spry.Debug.reportError("Exception caught while loading " +
    url + ": " + (e.message?e.message:e));
    to obtain a more verbose error message that may clarify the
    reasons of your errors.
    2. The problems you describe are not browser errors but they
    are w3c validation errors. At this point the XHTML standard allows
    every application that define custom namespace attributes to also
    link a DTD to the page so the page to continue to be valid.
    Unfortunately at this point this feature is not correctly supported
    by the FF and IE so we wrote an articles about how you should
    link
    the Spry DTD to your page so the validator understand the
    custom attributes Spry use. You'll find inside the full description
    of the problems and all the technical details you'll need to know
    to solve this issue.
    Regards,
    Cristian

  • After updating iPod to iOS 5.0, cannot get into Game Center with previous nickname. It says my nickname is already in use by another account.  Why did this happen and how can I fix this with my old nickname and its data?

    After updating iPod Touch to iOs 5.0, I cannot get into Game Center with previous nickname.  The screen says my nickname is already in use by another account.  Why did this happen and how can I fix this so I can still use the same nickname?

    Did you haveany problem with updating to iOS 5? It soundsl like the update did not correctly restore from the backup that iTunes mnakes as the fisr step of the update.

  • Spry data table with photo thumbs, that open larger images and more thumbs when clicked

    Hi,  I'm trying to make a page that has a spry table that has car listings, make model etc... i want that info in the table area, with a thumbnail. when you click on the line in the table for a particular car, i want a window to open with thumbnails and larger pic. I have not been able to find how to get the window to open from the table info...it needs to be easily changeable, for instance as cars are sold, to remove old ones and add new ones with pics...I cant find any tutorials that deal with something like that...if you could point me in the right direction i'd appreciate it

    hi
    well, first, I can only get the text information to show up in the table, the pics do not. no link, no pic nothing, just blank. I did the add spry data, chose my xml file, with schema in the file. chose the stacked container with spotlight, which is for pics according to adobe, loads ok. my xml file is this
    <?xml version="1.0" encoding="UTF-8"?>
    <root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
    <xsd:schema>
    <xsd:element name="dataroot">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="Cars" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="generated" type="xsd:dateTime"/>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Cars">
    <xsd:annotation>
    <xsd:appinfo>
    <od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
    <od:tableProperty name="Orientation" type="2" value="0"/>
    <od:tableProperty name="OrderByOn" type="1" value="0"/>
    <od:tableProperty name="NameMap" type="11" value="CswOVQAAAACc6U1USJAMRI0VA+hJZ3tPAAAAALGkyOr3xONAAwEAACAIRQVDAGEA
    cgBzAAAAAAAAAEj6ypGxIwNDnryyCm/b7+IHAAAAnOlNVEiQDESNFQPoSWd7T0kA
    RAAAAAAAAAASmFZWi+DCS7sJb9DZmGcBBwAAAJzpTVRIkAxEjRUD6Elne09NAGEA
    awBlAAAAAAAAAHusgDcg7zdMsa3wpnM6LF0HAAAAnOlNVEiQDESNFQPoSWd7T00A
    bwBkAGUAbAAAAAAAAACPdks6OQxFSpf/dAbd/xBPBwAAAJzpTVRIkAxEjRUD6Eln
    e09ZAHIAAAAAAAAAj6yQFEDYy0utEnEK2WD6qgcAAACc6U1USJAMRI0VA+hJZ3tP
    QwBvAGwAbwByAAAAAAAAAE4fCFmx/CtHtwkTeMlLCmEHAAAAnOlNVEiQDESNFQPo
    SWd7T1YAaQBuACAATgB1AG0AYgBlAHIAAAAAAAAAeTU5LE4tLE2logmOBFG+mgcA
    AACc6U1USJAMRI0VA+hJZ3tPUAByAGkAYwBlAAAAAAAAAOBprfb8f75FuDPsJjSJ
    4DEHAAAAnOlNVEiQDESNFQPoSWd7T0kAbQBhAGcAZQAAAAAAAADHHMzcxn4sTbPP
    g+piA6klBwAAAJzpTVRIkAxEjRUD6Elne09NAGkAbABlAGEAZwBlAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAMAAAABAAAAAAAAAAAAAAAAAAAAAAA
    "/>
    <od:tableProperty name="DefaultView" type="2" value="2"/>
    <od:tableProperty name="GUID" type="9" value="nOlNVEiQDESNFQPoSWd7Tw==
    "/>
    <od:tableProperty name="DisplayViewsOnSharePointSite" type="2" value="1"/>
    <od:tableProperty name="TotalsRow" type="1" value="0"/>
    <od:tableProperty name="FilterOnLoad" type="1" value="0"/>
    <od:tableProperty name="OrderByOnLoad" type="1" value="1"/>
    <od:tableProperty name="HideNewField" type="1" value="0"/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="1"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="SPrKkbEjA0OevLIKb9vv4g==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Make" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="2"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="EphWVovgwku7CW/Q2ZhnAQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Model" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="3"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="e6yANyDvN0yxrfCmczosXQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Yr" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="4"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="DecimalPlaces" type="2" value="255"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="j3ZLOjkMRUqX/3QG3f8QTw==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Color" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="5"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="j6yQFEDYy0utEnEK2WD6qg==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="VinNumber" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="6"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="Th8IWbH8K0e3CRN4yUsKYQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Price" minOccurs="0" od:jetType="currency" od:sqlSType="money" type="xsd:double">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="7"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Format" type="10" value="$#,##0.00;($#,##0.00)"/>
    <od:fieldProperty name="DecimalPlaces" type="2" value="255"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="eTU5LE4tLE2logmOBFG+mg==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Mileage" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="8"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="DecimalPlaces" type="2" value="255"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="xxzM3MZ+LE2zz4PqYgOpJQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Pics" minOccurs="0" od:jetType="anyURI" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="10"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <dataroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated="2010-11-09T16:11:16">
    <Cars>
    <ID>8</ID>
    <Make>Toyota</Make>
    <Model>Corolla</Model>
    <Yr>1992</Yr>
    <Color>Blue</Color>
    <VinNumber>1645kjdjdj</VinNumber>
    <Price>19326.3</Price>
    <Mileage>15362</Mileage>
    <Pics xmlns:xlink="http://www.w3.org/1999/xlink"> <-
        <link xlink:type="simple"                                   <-
          xlink:show="embed"                                        <-
          xlink:actuate="onLoad"                                    <-
          xlink:title="Well! This is an image!"                    <-
          xlink:href="2521299015.jpg">                           <-----this was last attempt also did not work
        </link>
       </Pics>
    </Cars>
    <Cars>
    <ID>9</ID>
    <Make>Toyota</Make>
    <Model>Yaris</Model>
    <Yr>2009</Yr>
    <Color>Blue</Color>
    <VinNumber>lakjladlajkd</VinNumber>
    <Price>12536</Price>
    <Mileage>21365</Mileage>
    <Pics>/images/2521299015.jpg</Pics>               <----this is what I've seen the most as what your supposed to have, also does not work for me
    </Cars>
    <Cars>
    <ID>10</ID>
    <Make>Nissan</Make>
    <Model>Sentra</Model>
    <Yr>1985</Yr>
    <Color>Red</Color>
    <VinNumber>akjlkdjf54454</VinNumber>
    <Price>5326</Price>
    <Mileage>24558</Mileage>
    </Cars>
    </dataroot>
    </root>
    no matter how i have tried formatting the image, adding img src etc...nothing makes the pic show up...i need to get this part to work more than any other. what do i put in the xml file that will make a image show up in the dynamic spry table? I cant add a table outside of the dynamically created one, if i do, how will the pics sort correctly with the spry table?

  • How do I link a Spry data set with a detail region to a html web site?

    I have created a spry data set with a detail region. It works well. However, I would like to have a link from the detail region to another html web site. Can anyone help with the code? Below is the spry data set.
    <?xml version="1.0" encoding="utf-8"?>
    <books>
    <book>
    <title>The Advnentures of Crunchy and Munchy Squirrel: Field Nuts</title>
    <author>Levester Williams</author>
    <image>images/portfolio/tn_adventuresOfCrunchyAndMunchySquirrel.jpg</image>
    <description>This delightful book for young readers teaches the importance of obedience and always doing what you know is right.</description> I
    <weblink >www.crunchyandmunchy.com</weblink>
    </book>
    <book>
    <title>More Dirty Little Secrets</title>
    <author> Dr. Claud Anderson and Brant Anderson</author>
    <image>images/portfolio/tn_moreDirtyLittleSecrets.jpg</image>
    <description>In More Dirty Little Secrets, Dr. Claud Anderson and his son Brant Anderson, piece together little known facts about Black people, thier achievements, influence, involvement, tribulations and present them with wit and humor.</description>
    <weblink>http://powernomics.com/</weblink>
    </book>
    </books>

    Hi,
    In your html page, use the following notation:
    <a href="http://{weblink}" title="{weblink}" target="_blank">{weblink}</a>
    I hope this helps.
    Ben

  • Application exe file cannot get FieldPoint data

    I built an application exe file from my development notebook computer (Win XP) that have LV7.1 and Max 3.1. The stand alone exe file runs well in the same notebook. But it could not get any FP data when it is running from a target computer (Win 2000). I found that Max was version 3.0 (FP version 4.0) in the target computer. The development notebook has MAX 3.1 (FP version 4.1). Is this the reason I cannot get FP data (temperature and other paramenters)?

    The version difference is probably one of the problems. A second problem may be that the resource/device/item names that are configured in MAX, and/or the IAK file name may be different on the second machine so the EXE may be trying to access a non-existant item.
    Regards,
    Aaron

  • I changed my Apple ID and password last week.  Today I cannot get into my computer with the new password..help!

    I changed my Apple ID and password last week.  Today I cannot get into my computer with the new password..help!

    Your Apple id password is not necessarily the same as your log-in password.
    The former is what you use to log-in to Apple services and sites. The latter is what you use to login to your computer. That does not change when you change your Apple ID password. Try the original computer login password.

  • Inserted a png PIP into my clip, can see it fine, can see it playing with the clip as expected when moving the play head manually, but cannot get it to play with the clip for preview, pleas help!

    I am sorry if my inquiry here seem dumb but I am a new iMovie user and cannot figure this out.  I inserted a png image into my video clip in the project as PIP, I can see it and move it and can also see it playing with the main clip if I move the play head manually, I can also see the PIP part only playing along with the undelying main clip if I use the Play button in the preview window when the PIP section is selected, however, for the life of me I cannot get it to play with the main clip all together for previewing the entire video via the video play button.  What happens is that the video plays normally and when the PIP section comes in, the video clip stop all motion during the duration of the PIP section and the PIP image itself is simply NOT showing.  Am I missing something really stupid here?  It seems as it the Picture On Picture is a separate clip that plays with the underlying main video clip if selected and played by itself but it is not part of the video clip and will not play with it.  What am I missing here, can anyone please help?
    Shony

    The easiest way to get up and running is to convert your MP3s to MP4s (obviously there won't be a video track). The following link links to a file that was an MP3 that I converted to an MP4 using QT Player Pro. When you go to export the files, make sure you click on "Options" and then check the box for "Enable Streaming" in the Streaming tab. It should stream flawlessly using QT Player. rtsp://rhsstreamit.rih.org/testmp4/Scorpion.mp4
    Make sure you place the media to be streamed in the proper folder. You should only get a "404" message if the physical file doesn't exist.
    Good luck!

  • HT4623 I cannot get my ipad setup with correct password

    I cannot get my ipad4 setup with correct password. No ive tried resetting router password doesnt work...help!

    What setup password?
    Apple ID?
    WiFi connection password?

  • I cannot get movies I purchased with iTunes to play

    I cannot get movies I purchased with iTunes to play back on my Mac Mini. It only happens on brand new movies purchased.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • I have Microsoft Office X on my Imac with OS 10.6, I cannot get the Ctriilic font in office to work in word or excell. Where do I get the cyrillic font to work in word/excel

    I have Microsoft Office X on my Imac with OS 10.6, I cannot get the Ctriilic font in office to work in word or excell. Where do I get the cyrillic font to work in word/excel

    "Could you explain where you think you have to pay something?"
    I signed up for the site and posted a question their response was that they had an answer and they required credit card imformation.
    "If your problem is to read existing Excel files, then I am very surprised that OpenOffice would not open them.  If you could send me one or provide a url I could see what the problem is (tom at bluesky dot org)."
    I can down load the files just fine and they open. the numbers in the documents will display but text will not what I get is this : "__________" where there should be text.
    Try this site and download the the Doc (rar). it will open on my computer as an excel file but there will be no text just "__________" Open office will not open this file, but excel will.
    http://militera.lib.ru/h/sovaviation/index.html

  • Changed battery in laptop and now when trying to open dreamweaver cs3, I get "licensing for this product has stopped working"... contact customer support (thats a laugh).  So what now?

    Changed battery in laptop and now when trying to open dreamweaver cs3, I get "licensing for this product has stopped working"... contact customer support (thats a laugh).  So what now?
    it says:  You cannot use this product at this time.  You must repair the problem by uninstalling and then reinstalling this product or contacting your IT admin or Adobe customer support for help.
    Well it seems I am only able to install this on a maximum of 3 computers so if I uninstall and reinstall I may have used up all three.  What caused this in the first place?

    And most licenses extend to 2 machines; not 3.  Your computer's clock probably reset when you changed batteries. Is your computer's clock set to the correct date and time now?
    See Activation & Deactivation Help
    Nancy O.

  • HT4628 I recently transferred my internet service to another state. Have not yet moved my imac, just my pc laptop. I cannot get my airport extreme wireless router to work. The green light stays lit when everything is connected but I can't connect to the i

    I recently transferred my internet service to another state.I have not yet moved my imac, just my pc laptop. I cannot get my airport extreme wireless router to work. The green light stays lit when everything is connected but I can't connect to the internet. Any suggestions?

    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    If the above steps do not solve the problem, start over with step 1 above, but then perform the next steps between steps 1 & 2. above.
    Disconnect the AirPort base station from the Internet broadband modem.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Reconnect the AirPort base station to the Internet broadband modem. For the Extreme and Time Capsule, be sure to connect the cable to the base station's WAN (circle-of-dots) port.
    Continue with step 2 in the first set of steps.
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

  • Date Filtering with XML data

    I'm displaying events in a spry :repeat region with my source
    being XML.
    The date is set in the XML like:
    <event>
    <name>EventName</name>
    <desc>Christmas Eve</desc>
    <stopdate>12/25/2007</stopdate>
    </event>
    How would I hide this event after its given <stopdate>
    value?

    <script>
    function getCurrentDate(){
    objToday = new Date();
    year = objToday.getFullYear();
    month = objToday.getMonth() + 1;
    if ( month < 10 )
    month = "0" + month;
    day = objToday.getDate();
    if ( day < 10 )
    day = "0" + day;
    strToday = day + "/" + month + "/" + year;
    return strToday;
    </script>
    And maby use
    <tr spry repeat>
    <td spry:if="{stopdate} >
    getCurrentDate()">{stopdate}</td>
    </tr>
    Something like that would do.
    If not maby set the row to date EXAMPLE:
    var ds1 = new
    Spry.Data.XMLDataSet("myxml.xml","races/standings");
    // Example of setting the type of one column:
    ds1.setColumnType("start", "date");
    I think that is what u want.
    It checks if the {stopdate} greater than the current date..
    if it true, it will show the date. else it wont... ofcourse u can
    change the operator of the spry if ;)

  • I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work eve

    I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work even when i try to change the font on the content tab, nothing. I have reinstalled firefox still no luck help,!!!!!
    == This happened ==
    Every time Firefox opened
    == this month ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2)

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

Maybe you are looking for

  • Notification Center should have the date too

    I have an iPod touch last generation and i have the  calendar app in the bottom deck so every time I have to check the date I just press the home button (if I am writing a email or something like that) but I think it could be a lot better if the noti

  • Why does it show "No logical path has been specified" in LSMW

    When I specify files in LSMW, save, the systems always shows "No logical path has been specified". I heard it need to config logical path in 'File', but I don't know how to cofig it?  Any people can tell me?  Thanks a lot!

  • SAP MM Certification Exams

    Hi , May anybody provide me with SAP MM Certification exams documents or links from which i will be able to download these exams. Warm Regards

  • How to attach douments in ABAP

    Hello, I would to attach a document to a BOR object and can not find one simple way to do that. We are trying to ATTACH SOME DOCUMENTS with the customer contact information as reference. can some one help me? thanks.

  • Temporarily Disabling Validation

    Hi, I have a form which requires validation prior to it's final submission (fields must be populated, etc). However, in order to pre-populate some of these fields, we also need to be able to submit the form to an external CRM to retrieve the FDF data